diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 7ab7fbdb..7202c515 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -5,9 +5,10 @@
-
-
@@ -880,7 +1049,8 @@
-
+
+
diff --git a/app/build.gradle b/app/build.gradle
index ea320a95..de732cff 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,14 +6,14 @@ apply plugin: 'com.google.gms.google-services'
android {
- compileSdkVersion 30
+ compileSdkVersion 33
// buildToolsVersion "29.0.3"
defaultConfig {
applicationId "es.verdnatura"
minSdkVersion 24 //21
- targetSdkVersion 30
- versionCode 153
+ targetSdkVersion 33
+ versionCode 154
//versionName = "9.8Beta" version 148
//versionName = "23.2Beta" 150
versionName = "23.2Beta"
diff --git a/app/google-services.json b/app/google-services.json
index 57c27ec5..1f9a4fd1 100644
--- a/app/google-services.json
+++ b/app/google-services.json
@@ -10,7 +10,7 @@
"client_info": {
"mobilesdk_app_id": "1:519813071137:android:3de54686c580a6f79dfe60",
"android_client_info": {
- "package_name": "es.verdnatura"
+ "package_name": "es.verdnatura.sfusion"
}
},
"oauth_client": [
diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json
index 6d750865..0f09309e 100644
--- a/app/release/output-metadata.json
+++ b/app/release/output-metadata.json
@@ -11,7 +11,7 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
- "versionCode": 152,
+ "versionCode": 154,
"versionName": "23.2Beta",
"outputFile": "app-release.apk"
}
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index de4fe9f4..1dc30ef7 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -40,7 +40,8 @@
+ android:screenOrientation="portrait"
+ android:exported="true">
diff --git a/app/src/main/java/es/verdnatura/domain/VerdnaturaService.kt b/app/src/main/java/es/verdnatura/domain/VerdnaturaService.kt
index cf14f573..efeaa211 100644
--- a/app/src/main/java/es/verdnatura/domain/VerdnaturaService.kt
+++ b/app/src/main/java/es/verdnatura/domain/VerdnaturaService.kt
@@ -329,12 +329,12 @@ interface VerdnaturaService {
@Body vararg params: Any
):
Call
-
+/*
@POST("almacennew/collectionMissingTrash")//REVISADA
fun collectionMissingTrash(
@Body vararg params: Any
):
- Call
+ Call*/
@POST("almacennew/saleTrackingDel")//REVISADA
fun saleTrackingDel(
diff --git a/app/src/main/java/es/verdnatura/presentation/view/component/CustomDialogList.kt b/app/src/main/java/es/verdnatura/presentation/view/component/CustomDialogList.kt
index 03783ff6..469eda38 100644
--- a/app/src/main/java/es/verdnatura/presentation/view/component/CustomDialogList.kt
+++ b/app/src/main/java/es/verdnatura/presentation/view/component/CustomDialogList.kt
@@ -133,5 +133,10 @@ class CustomDialogList (context: Context) : Dialog(context, R.style.DialogTheme)
return this
}
+ fun hideTextInput():CustomDialogList{
+ binding.textinputlayoutUsername.visibility = View.INVISIBLE
+
+ return this
+ }
}
\ No newline at end of file
diff --git a/app/src/main/java/es/verdnatura/presentation/view/feature/collection/fragment/CollectionFragment.kt b/app/src/main/java/es/verdnatura/presentation/view/feature/collection/fragment/CollectionFragment.kt
index a99eaa69..d7c94f73 100644
--- a/app/src/main/java/es/verdnatura/presentation/view/feature/collection/fragment/CollectionFragment.kt
+++ b/app/src/main/java/es/verdnatura/presentation/view/feature/collection/fragment/CollectionFragment.kt
@@ -609,7 +609,7 @@ class CollectionFragment(
})
- responseMissingTrash.observe(viewLifecycleOwner, Observer {
+ /* responseMissingTrash.observe(viewLifecycleOwner, Observer {
if (!goBack) {
if (it.isError) {
@@ -622,7 +622,7 @@ class CollectionFragment(
}
}
- })
+ })*/
//Tarea 4280
/* responseTicketClosure.observe(viewLifecycleOwner, Observer {
binding.splashProgress.visibility = GONE
@@ -1070,12 +1070,11 @@ class CollectionFragment(
}, object : OnMistakeClickListener {
override fun onMistakeClickListener(sale: SaleVO) {
//Tarea #4969
- if (type != "PRECHECKER") {
binding.splashProgress.visibility = VISIBLE
viewModel.mistakeType()
mistakeSale = sale
goMistakeBack = false
- }
+
}
}, object : onPackingClickListener {
override fun onPackingClick(sale: SaleVO) {
@@ -2173,54 +2172,56 @@ class CollectionFragment(
//Tarea4495
// if (type != SACADOR) {
- customDialogThreeButtons.setOkButton(getString(R.string.titleFaults)) {
- checkAndCall(
- position,
- customDialogThreeButtons.getValue(),
- getString(R.string.titleFaults)
- )
+ /* customDialogThreeButtons.setOkButton(getString(R.string.titleFaults)) {
+ checkAndCall(
+ position,
+ customDialogThreeButtons.getValue(),
+ getString(R.string.titleFaults)
+ )
- }.setOkButtonTwo(getString(R.string.BasuraRechazar)) {
+ }.setOkButtonTwo(getString(R.string.BasuraRechazar)) {
- checkAndCall(
- position,
- customDialogThreeButtons.getValue(),
- getString(R.string.BasuraRechazar)
- )
- }
- // }
+ checkAndCall(
+ position,
+ customDialogThreeButtons.getValue(),
+ getString(R.string.BasuraRechazar)
+ )
+ }
+ // }
- customDialogThreeButtons.setOkButtonThree(getString(R.string.Reject)) {
- checkAndCall(
- position,
- customDialogThreeButtons.getValue(),
- getString(R.string.Reject)
- )
+ customDialogThreeButtons.setOkButtonThree(getString(R.string.Reject)) {
+ checkAndCall(
+ position,
+ customDialogThreeButtons.getValue(),
+ getString(R.string.Reject)
+ )
- }.setOkButtonFour(getString(R.string.Split)) {
- checkAndCall(
- position,
- customDialogThreeButtons.getValue(),
- getString(R.string.Split)
- )
+ }.setOkButtonFour(getString(R.string.Split)) {
+ checkAndCall(
+ position,
+ customDialogThreeButtons.getValue(),
+ getString(R.string.Split)
+ )*/
- }.setOkButtonAdd(getString(R.string.Agregar)) {
- checkAndCall(
+ .setOkButtonAdd(getString(R.string.Agregar)) {
+ /* checkAndCall(
position,
customDialogThreeButtons.getValue(),
getString(R.string.Agregar)
- )
+ )*/
+ increaseQuantity(position, customDialogThreeButtons.getValue().toInt())
+ scanRequest()
+ customDialogThreeButtons.dismiss()
}.setKoButton(getString(R.string.cancel)) {
- scanRequest()
- customDialogThreeButtons.dismiss()
+ scanRequest()
+ customDialogThreeButtons.dismiss()
}.show()
-
-
+ customDialogThreeButtons.setFocusDialogValue()
}
- private fun checkAndCall(position: Int, value: String, action: String) {
+ /* private fun checkAndCall(position: Int, value: String, action: String) {
if (value.trim().isNullOrEmpty()) {
getString(R.string.Indicanuevacantidad).toast(requireContext())
} else {
@@ -2249,9 +2250,9 @@ class CollectionFragment(
scanRequest()
customDialogThreeButtons.dismiss()
}
- }
+ }*/
- private fun split(position: Int, quantity: Int) {
+ /* private fun split(position: Int, quantity: Int) {
//sergio: SPLIT SALIX
@@ -2271,9 +2272,9 @@ class CollectionFragment(
quantity = totalQuantity.toString()
)
- }
+ }*/
- private fun TrashMissingReject(
+ /* private fun TrashMissingReject(
position: Int,
quantity: Int,
typeCollectionTrashMissingReject: String
@@ -2296,7 +2297,7 @@ class CollectionFragment(
originalQuantity = quantity
)
- }
+ }*/
private fun missingTrashSuccesful() {
@@ -2508,6 +2509,7 @@ class CollectionFragment(
}
customDialogList.setTitle(getString(R.string.errorCause))
+ customDialogList.hideTextInput()
.setKoButton(getString(R.string.cancel)) {
scanRequest()
hideKeyboards()
diff --git a/app/src/main/java/es/verdnatura/presentation/view/feature/collection/fragment/CollectionViewModel.kt b/app/src/main/java/es/verdnatura/presentation/view/feature/collection/fragment/CollectionViewModel.kt
index 4a0fbcac..09477350 100644
--- a/app/src/main/java/es/verdnatura/presentation/view/feature/collection/fragment/CollectionViewModel.kt
+++ b/app/src/main/java/es/verdnatura/presentation/view/feature/collection/fragment/CollectionViewModel.kt
@@ -106,9 +106,9 @@ class CollectionViewModel(val context: Context) : BaseViewModel(context) {
get() = _responseCollectionUnchecked
- private val _responseMissingTrash by lazy { MutableLiveData() }
+ /* private val _responseMissingTrash by lazy { MutableLiveData() }
val responseMissingTrash: LiveData
- get() = _responseMissingTrash
+ get() = _responseMissingTrash*/
private val _responseSplit by lazy { MutableLiveData() }
val responseSplit: LiveData
@@ -564,7 +564,7 @@ class CollectionViewModel(val context: Context) : BaseViewModel(context) {
})
}
- fun collectionMissingTrash(
+/* fun collectionMissingTrash(
saleFk: Int,
quantity: String,
type: String,
@@ -590,7 +590,7 @@ class CollectionViewModel(val context: Context) : BaseViewModel(context) {
ResponseItemVO(isError = false, response = response.message())
}
})
- }
+ }*/
fun saleTrackingDel(saleFk: Int) {
diff --git a/app/src/main/java/es/verdnatura/presentation/view/feature/historicoshelving/adapter/ItemShelvingLogAdapter.kt b/app/src/main/java/es/verdnatura/presentation/view/feature/historicoshelving/adapter/ItemShelvingLogAdapter.kt
index 740859c8..8dc652d3 100644
--- a/app/src/main/java/es/verdnatura/presentation/view/feature/historicoshelving/adapter/ItemShelvingLogAdapter.kt
+++ b/app/src/main/java/es/verdnatura/presentation/view/feature/historicoshelving/adapter/ItemShelvingLogAdapter.kt
@@ -32,7 +32,7 @@ class ItemShelvingLogAdapter (
holder.binding.root.setOnClickListener {
onPasillerosItemClickListener.onPasillerosItemClickListener(
PasillerosItemVO(title = holder.binding.root.context.getString(
- R.string.titleUbicator)),items[position].code)
+ R.string.titleUbicator)),items[position].shelvingFk)
}
}
diff --git a/app/src/main/java/es/verdnatura/presentation/view/feature/historicoshelving/fragment/ItemShelvingLogFragment.kt b/app/src/main/java/es/verdnatura/presentation/view/feature/historicoshelving/fragment/ItemShelvingLogFragment.kt
index 6940d467..50967489 100644
--- a/app/src/main/java/es/verdnatura/presentation/view/feature/historicoshelving/fragment/ItemShelvingLogFragment.kt
+++ b/app/src/main/java/es/verdnatura/presentation/view/feature/historicoshelving/fragment/ItemShelvingLogFragment.kt
@@ -1,13 +1,13 @@
package es.verdnatura.presentation.view.feature.historicoshelving.fragment
import android.content.Context
+import android.util.Log
import android.view.View
import android.view.inputmethod.EditorInfo
import androidx.lifecycle.Observer
import androidx.recyclerview.widget.LinearLayoutManager
import es.verdnatura.R
import es.verdnatura.databinding.FragmentItemshelvinglogBinding
-import es.verdnatura.domain.notNull
import es.verdnatura.presentation.base.BaseFragment
import es.verdnatura.presentation.common.OnPasillerosItemClickListener
import es.verdnatura.presentation.view.component.CustomDialog
@@ -75,6 +75,10 @@ class itemShelvingLogFragment(
}
+ public override fun onResume() {
+ Log.d("VERDNATURA::","has vuelto")
+ super.onResume()
+ }
private fun itemShelvingLog_get(vShelvingFK: String) {
binding.splashProgress.visibility = View.VISIBLE
@@ -84,7 +88,7 @@ class itemShelvingLogFragment(
override fun observeViewModel() {
with(viewModel) {
- loadItemShelvingLogList.observe(viewLifecycleOwner, Observer { event ->
+ /* loadItemShelvingLogList.observe(viewLifecycleOwner, Observer { event ->
event.getContentIfNotHandled().notNull {
binding.splashProgress.visibility = View.GONE
adapter = ItemShelvingLogAdapter(
@@ -114,9 +118,38 @@ class itemShelvingLogFragment(
}
}
+ })*/
+
+ itemShelvingLogList.observe(viewLifecycleOwner, Observer {
+ binding.splashProgress.visibility = View.GONE
+ adapter = ItemShelvingLogAdapter(
+ it.list,
+ onPasillerosItemClickListener = pasillerosItemClickListener!!
+ )
+ binding.itemshelvinglogRecyclerview.adapter = adapter
+ binding.itemshelvinglogRecyclerview.layoutManager =
+ LinearLayoutManager(requireContext(), LinearLayoutManager.VERTICAL, false)
+ setToolBar(getString(R.string.itemShelvingLog) + ":" + itemScan)
+
+ if (it.list.isEmpty()) {
+ customDialog.setTitle(getString(R.string.noResults))
+ .setDescription(getString(R.string.noDataLabelScanned))
+ .setOkButton(getString(R.string.close)) {
+ customDialog.dismiss()
+ }.show()
+ } else {
+
+ if (it.list.get(0).isError) {
+ customDialog.setTitle(getString(R.string.error))
+ .setDescription(it.list.get(0).errorMessage)
+ .setOkButton(getString(R.string.close)) {
+ customDialog.dismiss()
+ }.show()
+ }
+ }
+
+
})
-
-
}
}
diff --git a/app/src/main/java/es/verdnatura/presentation/view/feature/historicoshelving/fragment/ItemShelvingLogViewModel.kt b/app/src/main/java/es/verdnatura/presentation/view/feature/historicoshelving/fragment/ItemShelvingLogViewModel.kt
index ac6e64f0..d2cf6144 100644
--- a/app/src/main/java/es/verdnatura/presentation/view/feature/historicoshelving/fragment/ItemShelvingLogViewModel.kt
+++ b/app/src/main/java/es/verdnatura/presentation/view/feature/historicoshelving/fragment/ItemShelvingLogViewModel.kt
@@ -2,6 +2,7 @@ package es.verdnatura.presentation.view.feature.historicoshelving.fragment
import android.content.Context
+import androidx.lifecycle.LiveData
import androidx.lifecycle.MutableLiveData
import androidx.lifecycle.Transformations
import es.verdnatura.domain.SilexCallback
@@ -16,6 +17,8 @@ import retrofit2.Response
class itemShelvingLogViewModel(val context: Context) : BaseViewModel(context) {
private val _itemShelvingLogList by lazy { MutableLiveData() }
+ val itemShelvingLogList: LiveData
+ get() = _itemShelvingLogList
val loadItemShelvingLogList = Transformations.map(_itemShelvingLogList) { Event(it) }
diff --git a/app/src/main/java/es/verdnatura/presentation/view/feature/inventario/fragment/InventaryFragment.kt b/app/src/main/java/es/verdnatura/presentation/view/feature/inventario/fragment/InventaryFragment.kt
index 1b7821f2..32dc4d4b 100644
--- a/app/src/main/java/es/verdnatura/presentation/view/feature/inventario/fragment/InventaryFragment.kt
+++ b/app/src/main/java/es/verdnatura/presentation/view/feature/inventario/fragment/InventaryFragment.kt
@@ -4,6 +4,7 @@ import android.annotation.SuppressLint
import android.content.Context
import android.graphics.drawable.Drawable
import android.os.Build
+import android.util.Log
import android.view.View
import android.widget.ImageView
import androidx.lifecycle.Observer
@@ -69,7 +70,7 @@ class InventaryFragment :
buyerId = getData(BUYERID)
if (!buyerId.isBlank()) {
binding.splashProgress.visibility = View.VISIBLE
- viewModel.getInventory( buyerId.toInt(), getDataInt(WAREHOUSEFK))
+ viewModel.getInventory(buyerId.toInt(), getDataInt(WAREHOUSEFK))
}
binding.filterBuyer.setOnClickListener {
//SimpleSearchDialogCompat(context,getString(R.string.compradores),getString(R.string.escribirparteNombre),null,initData(),
@@ -80,7 +81,7 @@ class InventaryFragment :
items,
SearchResultListener { baseSearchDialogCompat, nombre, position ->
- binding.filterBuyer.text = (nombre.title)
+ binding.filterBuyer.text = (nombre.title)
saveBuyer(nombre.getBuyerNickname())
saveBuyerId(nombre.getBuyerId())
buyerId = nombre.getBuyerId()
@@ -265,9 +266,12 @@ class InventaryFragment :
@SuppressLint("NotifyDataSetChanged")
private fun changeOfflineValue(item: ItemInventaryVO) {
- listInvetory.removeAt(listInvetory.indexOf(item))
- listInvetoryAux.removeAt(listInvetoryAux.indexOf(item))
- //listInvetory.filter { it.itemFk.contains("996") }
+ try {
+ listInvetory.removeAt(listInvetory.indexOf(item))
+ listInvetoryAux.removeAt(listInvetoryAux.indexOf(item))
+ } catch (excep: Exception) {
+ Log.d("VERDNATURA::", "Para evitar cierres inesperados.")
+ }
adapter?.notifyDataSetChanged()
//reload = true
diff --git a/app/src/main/java/es/verdnatura/presentation/view/feature/presacador/fragment/EndSacadorFragment.kt b/app/src/main/java/es/verdnatura/presentation/view/feature/presacador/fragment/EndSacadorFragment.kt
index b69f0b1a..f789d39b 100644
--- a/app/src/main/java/es/verdnatura/presentation/view/feature/presacador/fragment/EndSacadorFragment.kt
+++ b/app/src/main/java/es/verdnatura/presentation/view/feature/presacador/fragment/EndSacadorFragment.kt
@@ -290,7 +290,7 @@ class EndSacadorFragment(
}
})
- responseMissingTrash.observe(viewLifecycleOwner, Observer {
+ /* responseMissingTrash.observe(viewLifecycleOwner, Observer {
if (it.isError) {
ma.messageWithSound(it.errorMessage, isError = true, true)
@@ -299,7 +299,7 @@ class EndSacadorFragment(
missingTrashSuccesful()
setTotalLines()
}
- })
+ })*/
responseSaleGroupAdd.observe(viewLifecycleOwner, Observer {
binding.splashProgress.visibility = GONE
@@ -1158,7 +1158,7 @@ class EndSacadorFragment(
try {
customDialogThreeButtons.setDescription(getString(R.string.txtnuevacantidad))
.setValue("")
- .setOkButton(getString(R.string.titleFaults)) {
+ /* .setOkButton(getString(R.string.titleFaults)) {
checkAndCall(
position,
customDialogThreeButtons.getValue().toInt(),
@@ -1187,39 +1187,43 @@ class EndSacadorFragment(
getString(R.string.Split)
)
+*/
+ .setOkButtonAdd(getString(R.string.Agregar)) {
+ increaseQuantity(position, customDialogThreeButtons.getValue().toInt())
+ scanRequest()
+ customDialogThreeButtons.dismiss()
- }.setOkButtonAdd(getString(R.string.Agregar)) {
- checkAndCall(
+ /* checkAndCall(
position,
customDialogThreeButtons.getValue().toInt(),
getString(R.string.Agregar)
- )
+ )*/
}.setKoButton(getString(R.string.cancel)) {
scanRequest()
customDialogThreeButtons.dismiss()
}.show()
-
+ customDialogThreeButtons.setFocusDialogValue()
}catch (ex:Exception){
getString(R.string.errorQuantity).toast(context)
}
}
- private fun checkAndCall(position: Int, value: Int, action: String) {
+ /*private fun checkAndCall(position: Int, value: Int, action: String) {
when (action) {
getString(R.string.Agregar) -> increaseQuantity(position, value)
- getString(R.string.BasuraRechazar) -> TrashMissingReject(position, value, "TRUE")
+ *//* getString(R.string.BasuraRechazar) -> TrashMissingReject(position, value, "TRUE")
getString(R.string.titleFaults) -> TrashMissingReject(position, value, "FALSE")
getString(R.string.Reject) -> TrashMissingReject(position, value, "reject")
- getString(R.string.Split) -> split(position, value)
+ getString(R.string.Split) -> split(position, value)*//*
}
scanRequest()
customDialogThreeButtons.dismiss()
- }
+ }*/
- private fun TrashMissingReject(
+/* private fun TrashMissingReject(
position: Int,
quantity: Int,
typeCollectionTrashMissingReject: String
@@ -1264,7 +1268,7 @@ class EndSacadorFragment(
)
- }
+ }*/
private fun increaseQuantity(position: Int, quantity: Int) {
diff --git a/app/src/main/java/es/verdnatura/presentation/view/feature/presacador/fragment/PreSacadorViewModel.kt b/app/src/main/java/es/verdnatura/presentation/view/feature/presacador/fragment/PreSacadorViewModel.kt
index 31c81b5e..fbac48aa 100644
--- a/app/src/main/java/es/verdnatura/presentation/view/feature/presacador/fragment/PreSacadorViewModel.kt
+++ b/app/src/main/java/es/verdnatura/presentation/view/feature/presacador/fragment/PreSacadorViewModel.kt
@@ -71,9 +71,9 @@ class PreSacadorViewModel(val context: Context) : BaseViewModel(context) {
val responseSalixMessage: LiveData
get() = _responseSalixMessage
- private val _responseMissingTrash by lazy { MutableLiveData() }
+ /* private val _responseMissingTrash by lazy { MutableLiveData() }
val responseMissingTrash: LiveData
- get() = _responseMissingTrash
+ get() = _responseMissingTrash*/
private val _responseItemShelvingUpdate by lazy { MutableLiveData() }
val responseItemShelvingUpdate: LiveData
@@ -340,7 +340,7 @@ class PreSacadorViewModel(val context: Context) : BaseViewModel(context) {
})
}
- fun collectionMissingTrash(
+/* fun collectionMissingTrash(
saleFk: Int,
quantity: String,
type: String,
@@ -366,7 +366,7 @@ class PreSacadorViewModel(val context: Context) : BaseViewModel(context) {
ResponseItemVO(isError = false, response = response.message())
}
})
- }
+ }*/
fun collectionIncreaseQuantity(
saleFk: Int,
diff --git a/app/src/main/java/es/verdnatura/presentation/view/feature/reubication/fragment/ReubicationCollectionFragment.kt b/app/src/main/java/es/verdnatura/presentation/view/feature/reubication/fragment/ReubicationCollectionFragment.kt
index 2d8cd929..e902a8ac 100644
--- a/app/src/main/java/es/verdnatura/presentation/view/feature/reubication/fragment/ReubicationCollectionFragment.kt
+++ b/app/src/main/java/es/verdnatura/presentation/view/feature/reubication/fragment/ReubicationCollectionFragment.kt
@@ -170,6 +170,8 @@ class ReubicationCollectionFragment(
getString(R.string.scanPlateToLeave) + itemReubication.itemFk + "-" + itemReubication.longName
customDialogInputTwoValues.setEnableValue(false)
+ customDialogInputTwoValues.setInfoTex(getString(R.string.quantity))
+ customDialogInputTwoValues.setInfoTextTwo(getString(R.string.shelving))
customDialogInputTwoValues.setDescription(messageDescrip)
.setValue(itemReubication.quantity)
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
index 8881ecd1..0f603dfe 100644
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -202,7 +202,7 @@
Sin impresora
yyyy-MM-dd
Cancelar
- Causa de error para :
+ Causa del error :
Escanea una matrícula
Aparcar carro
Parking
diff --git a/mylibrary/build/generated/source/buildConfig/debug/com/example/mylibrary/BuildConfig.java b/mylibrary/build/generated/source/buildConfig/debug/com/example/mylibrary/BuildConfig.java
new file mode 100644
index 00000000..8089b92d
--- /dev/null
+++ b/mylibrary/build/generated/source/buildConfig/debug/com/example/mylibrary/BuildConfig.java
@@ -0,0 +1,10 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.example.mylibrary;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String LIBRARY_PACKAGE_NAME = "com.example.mylibrary";
+ public static final String BUILD_TYPE = "debug";
+}
diff --git a/mylibrary/build/generated/source/buildConfig/release/com/example/mylibrary/BuildConfig.java b/mylibrary/build/generated/source/buildConfig/release/com/example/mylibrary/BuildConfig.java
new file mode 100644
index 00000000..514b5391
--- /dev/null
+++ b/mylibrary/build/generated/source/buildConfig/release/com/example/mylibrary/BuildConfig.java
@@ -0,0 +1,10 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.example.mylibrary;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = false;
+ public static final String LIBRARY_PACKAGE_NAME = "com.example.mylibrary";
+ public static final String BUILD_TYPE = "release";
+}
diff --git a/mylibrary/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml b/mylibrary/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
new file mode 100644
index 00000000..2fd0d59e
--- /dev/null
+++ b/mylibrary/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mylibrary/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json b/mylibrary/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json
new file mode 100644
index 00000000..30461e17
--- /dev/null
+++ b/mylibrary/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json
@@ -0,0 +1,18 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
+ "kind": "Directory"
+ },
+ "applicationId": "com.example.mylibrary",
+ "variantName": "debug",
+ "elements": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "attributes": [],
+ "outputFile": "AndroidManifest.xml"
+ }
+ ],
+ "elementType": "File"
+}
\ No newline at end of file
diff --git a/mylibrary/build/intermediates/aapt_friendly_merged_manifests/release/aapt/AndroidManifest.xml b/mylibrary/build/intermediates/aapt_friendly_merged_manifests/release/aapt/AndroidManifest.xml
new file mode 100644
index 00000000..2fd0d59e
--- /dev/null
+++ b/mylibrary/build/intermediates/aapt_friendly_merged_manifests/release/aapt/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mylibrary/build/intermediates/aapt_friendly_merged_manifests/release/aapt/output-metadata.json b/mylibrary/build/intermediates/aapt_friendly_merged_manifests/release/aapt/output-metadata.json
new file mode 100644
index 00000000..452aedad
--- /dev/null
+++ b/mylibrary/build/intermediates/aapt_friendly_merged_manifests/release/aapt/output-metadata.json
@@ -0,0 +1,18 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
+ "kind": "Directory"
+ },
+ "applicationId": "com.example.mylibrary",
+ "variantName": "release",
+ "elements": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "attributes": [],
+ "outputFile": "AndroidManifest.xml"
+ }
+ ],
+ "elementType": "File"
+}
\ No newline at end of file
diff --git a/mylibrary/build/intermediates/aar_metadata/debug/aar-metadata.properties b/mylibrary/build/intermediates/aar_metadata/debug/aar-metadata.properties
new file mode 100644
index 00000000..d8f70c0d
--- /dev/null
+++ b/mylibrary/build/intermediates/aar_metadata/debug/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=1
diff --git a/mylibrary/build/intermediates/aar_metadata/release/aar-metadata.properties b/mylibrary/build/intermediates/aar_metadata/release/aar-metadata.properties
new file mode 100644
index 00000000..d8f70c0d
--- /dev/null
+++ b/mylibrary/build/intermediates/aar_metadata/release/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=1
diff --git a/mylibrary/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/mylibrary/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
new file mode 100644
index 00000000..9e26dfee
--- /dev/null
+++ b/mylibrary/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/mylibrary/build/intermediates/annotation_processor_list/release/annotationProcessors.json b/mylibrary/build/intermediates/annotation_processor_list/release/annotationProcessors.json
new file mode 100644
index 00000000..9e26dfee
--- /dev/null
+++ b/mylibrary/build/intermediates/annotation_processor_list/release/annotationProcessors.json
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/mylibrary/build/intermediates/annotations_typedef_file/debug/typedefs.txt b/mylibrary/build/intermediates/annotations_typedef_file/debug/typedefs.txt
new file mode 100644
index 00000000..e69de29b
diff --git a/mylibrary/build/intermediates/annotations_typedef_file/release/typedefs.txt b/mylibrary/build/intermediates/annotations_typedef_file/release/typedefs.txt
new file mode 100644
index 00000000..e69de29b
diff --git a/mylibrary/build/intermediates/compile_symbol_list/debug/R.txt b/mylibrary/build/intermediates/compile_symbol_list/debug/R.txt
new file mode 100644
index 00000000..550bb74b
--- /dev/null
+++ b/mylibrary/build/intermediates/compile_symbol_list/debug/R.txt
@@ -0,0 +1,6031 @@
+int anim abc_fade_in 0x0
+int anim abc_fade_out 0x0
+int anim abc_grow_fade_in_from_bottom 0x0
+int anim abc_popup_enter 0x0
+int anim abc_popup_exit 0x0
+int anim abc_shrink_fade_out_from_bottom 0x0
+int anim abc_slide_in_bottom 0x0
+int anim abc_slide_in_top 0x0
+int anim abc_slide_out_bottom 0x0
+int anim abc_slide_out_top 0x0
+int anim abc_tooltip_enter 0x0
+int anim abc_tooltip_exit 0x0
+int anim btn_checkbox_to_checked_box_inner_merged_animation 0x0
+int anim btn_checkbox_to_checked_box_outer_merged_animation 0x0
+int anim btn_checkbox_to_checked_icon_null_animation 0x0
+int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x0
+int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x0
+int anim btn_checkbox_to_unchecked_icon_null_animation 0x0
+int anim btn_radio_to_off_mtrl_dot_group_animation 0x0
+int anim btn_radio_to_off_mtrl_ring_outer_animation 0x0
+int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x0
+int anim btn_radio_to_on_mtrl_dot_group_animation 0x0
+int anim btn_radio_to_on_mtrl_ring_outer_animation 0x0
+int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x0
+int anim design_bottom_sheet_slide_in 0x0
+int anim design_bottom_sheet_slide_out 0x0
+int anim design_snackbar_in 0x0
+int anim design_snackbar_out 0x0
+int anim fragment_fast_out_extra_slow_in 0x0
+int anim linear_indeterminate_line1_head_interpolator 0x0
+int anim linear_indeterminate_line1_tail_interpolator 0x0
+int anim linear_indeterminate_line2_head_interpolator 0x0
+int anim linear_indeterminate_line2_tail_interpolator 0x0
+int anim mtrl_bottom_sheet_slide_in 0x0
+int anim mtrl_bottom_sheet_slide_out 0x0
+int anim mtrl_card_lowers_interpolator 0x0
+int animator design_appbar_state_list_animator 0x0
+int animator design_fab_hide_motion_spec 0x0
+int animator design_fab_show_motion_spec 0x0
+int animator fragment_close_enter 0x0
+int animator fragment_close_exit 0x0
+int animator fragment_fade_enter 0x0
+int animator fragment_fade_exit 0x0
+int animator fragment_open_enter 0x0
+int animator fragment_open_exit 0x0
+int animator m3_btn_elevated_btn_state_list_anim 0x0
+int animator m3_btn_state_list_anim 0x0
+int animator m3_card_elevated_state_list_anim 0x0
+int animator m3_card_state_list_anim 0x0
+int animator m3_chip_state_list_anim 0x0
+int animator m3_elevated_chip_state_list_anim 0x0
+int animator m3_extended_fab_hide_motion_spec 0x0
+int animator m3_extended_fab_show_motion_spec 0x0
+int animator m3_extended_fab_state_list_animator 0x0
+int animator mtrl_btn_state_list_anim 0x0
+int animator mtrl_btn_unelevated_state_list_anim 0x0
+int animator mtrl_card_state_list_anim 0x0
+int animator mtrl_chip_state_list_anim 0x0
+int animator mtrl_extended_fab_change_size_collapse_motion_spec 0x0
+int animator mtrl_extended_fab_change_size_expand_motion_spec 0x0
+int animator mtrl_extended_fab_hide_motion_spec 0x0
+int animator mtrl_extended_fab_show_motion_spec 0x0
+int animator mtrl_extended_fab_state_list_animator 0x0
+int animator mtrl_fab_hide_motion_spec 0x0
+int animator mtrl_fab_show_motion_spec 0x0
+int animator mtrl_fab_transformation_sheet_collapse_spec 0x0
+int animator mtrl_fab_transformation_sheet_expand_spec 0x0
+int attr actionBarDivider 0x0
+int attr actionBarItemBackground 0x0
+int attr actionBarPopupTheme 0x0
+int attr actionBarSize 0x0
+int attr actionBarSplitStyle 0x0
+int attr actionBarStyle 0x0
+int attr actionBarTabBarStyle 0x0
+int attr actionBarTabStyle 0x0
+int attr actionBarTabTextStyle 0x0
+int attr actionBarTheme 0x0
+int attr actionBarWidgetTheme 0x0
+int attr actionButtonStyle 0x0
+int attr actionDropDownStyle 0x0
+int attr actionLayout 0x0
+int attr actionMenuTextAppearance 0x0
+int attr actionMenuTextColor 0x0
+int attr actionModeBackground 0x0
+int attr actionModeCloseButtonStyle 0x0
+int attr actionModeCloseContentDescription 0x0
+int attr actionModeCloseDrawable 0x0
+int attr actionModeCopyDrawable 0x0
+int attr actionModeCutDrawable 0x0
+int attr actionModeFindDrawable 0x0
+int attr actionModePasteDrawable 0x0
+int attr actionModePopupWindowStyle 0x0
+int attr actionModeSelectAllDrawable 0x0
+int attr actionModeShareDrawable 0x0
+int attr actionModeSplitBackground 0x0
+int attr actionModeStyle 0x0
+int attr actionModeTheme 0x0
+int attr actionModeWebSearchDrawable 0x0
+int attr actionOverflowButtonStyle 0x0
+int attr actionOverflowMenuStyle 0x0
+int attr actionProviderClass 0x0
+int attr actionTextColorAlpha 0x0
+int attr actionViewClass 0x0
+int attr activityChooserViewStyle 0x0
+int attr alertDialogButtonGroupStyle 0x0
+int attr alertDialogCenterButtons 0x0
+int attr alertDialogStyle 0x0
+int attr alertDialogTheme 0x0
+int attr allowStacking 0x0
+int attr alpha 0x0
+int attr alphabeticModifiers 0x0
+int attr altSrc 0x0
+int attr animate_relativeTo 0x0
+int attr animationMode 0x0
+int attr appBarLayoutStyle 0x0
+int attr applyMotionScene 0x0
+int attr arcMode 0x0
+int attr arrowHeadLength 0x0
+int attr arrowShaftLength 0x0
+int attr attributeName 0x0
+int attr autoCompleteTextViewStyle 0x0
+int attr autoSizeMaxTextSize 0x0
+int attr autoSizeMinTextSize 0x0
+int attr autoSizePresetSizes 0x0
+int attr autoSizeStepGranularity 0x0
+int attr autoSizeTextType 0x0
+int attr autoTransition 0x0
+int attr background 0x0
+int attr backgroundColor 0x0
+int attr backgroundInsetBottom 0x0
+int attr backgroundInsetEnd 0x0
+int attr backgroundInsetStart 0x0
+int attr backgroundInsetTop 0x0
+int attr backgroundOverlayColorAlpha 0x0
+int attr backgroundSplit 0x0
+int attr backgroundStacked 0x0
+int attr backgroundTint 0x0
+int attr backgroundTintMode 0x0
+int attr badgeGravity 0x0
+int attr badgeRadius 0x0
+int attr badgeStyle 0x0
+int attr badgeTextColor 0x0
+int attr badgeWidePadding 0x0
+int attr badgeWithTextRadius 0x0
+int attr barLength 0x0
+int attr barrierAllowsGoneWidgets 0x0
+int attr barrierDirection 0x0
+int attr barrierMargin 0x0
+int attr behavior_autoHide 0x0
+int attr behavior_autoShrink 0x0
+int attr behavior_draggable 0x0
+int attr behavior_expandedOffset 0x0
+int attr behavior_fitToContents 0x0
+int attr behavior_halfExpandedRatio 0x0
+int attr behavior_hideable 0x0
+int attr behavior_overlapTop 0x0
+int attr behavior_peekHeight 0x0
+int attr behavior_saveFlags 0x0
+int attr behavior_skipCollapsed 0x0
+int attr borderWidth 0x0
+int attr borderlessButtonStyle 0x0
+int attr bottomAppBarStyle 0x0
+int attr bottomInsetScrimEnabled 0x0
+int attr bottomNavigationStyle 0x0
+int attr bottomSheetDialogTheme 0x0
+int attr bottomSheetDragHandleStyle 0x0
+int attr bottomSheetStyle 0x0
+int attr boxBackgroundColor 0x0
+int attr boxBackgroundMode 0x0
+int attr boxCollapsedPaddingTop 0x0
+int attr boxCornerRadiusBottomEnd 0x0
+int attr boxCornerRadiusBottomStart 0x0
+int attr boxCornerRadiusTopEnd 0x0
+int attr boxCornerRadiusTopStart 0x0
+int attr boxStrokeColor 0x0
+int attr boxStrokeErrorColor 0x0
+int attr boxStrokeWidth 0x0
+int attr boxStrokeWidthFocused 0x0
+int attr brightness 0x0
+int attr buttonBarButtonStyle 0x0
+int attr buttonBarNegativeButtonStyle 0x0
+int attr buttonBarNeutralButtonStyle 0x0
+int attr buttonBarPositiveButtonStyle 0x0
+int attr buttonBarStyle 0x0
+int attr buttonCompat 0x0
+int attr buttonGravity 0x0
+int attr buttonIcon 0x0
+int attr buttonIconDimen 0x0
+int attr buttonIconTint 0x0
+int attr buttonIconTintMode 0x0
+int attr buttonPanelSideLayout 0x0
+int attr buttonStyle 0x0
+int attr buttonStyleSmall 0x0
+int attr buttonTint 0x0
+int attr buttonTintMode 0x0
+int attr cardBackgroundColor 0x0
+int attr cardCornerRadius 0x0
+int attr cardElevation 0x0
+int attr cardForegroundColor 0x0
+int attr cardMaxElevation 0x0
+int attr cardPreventCornerOverlap 0x0
+int attr cardUseCompatPadding 0x0
+int attr cardViewStyle 0x0
+int attr centerIfNoTextEnabled 0x0
+int attr chainUseRtl 0x0
+int attr checkMarkCompat 0x0
+int attr checkMarkTint 0x0
+int attr checkMarkTintMode 0x0
+int attr checkboxStyle 0x0
+int attr checkedButton 0x0
+int attr checkedChip 0x0
+int attr checkedIcon 0x0
+int attr checkedIconEnabled 0x0
+int attr checkedIconGravity 0x0
+int attr checkedIconMargin 0x0
+int attr checkedIconSize 0x0
+int attr checkedIconTint 0x0
+int attr checkedIconVisible 0x0
+int attr checkedState 0x0
+int attr checkedTextViewStyle 0x0
+int attr chipBackgroundColor 0x0
+int attr chipCornerRadius 0x0
+int attr chipEndPadding 0x0
+int attr chipGroupStyle 0x0
+int attr chipIcon 0x0
+int attr chipIconEnabled 0x0
+int attr chipIconSize 0x0
+int attr chipIconTint 0x0
+int attr chipIconVisible 0x0
+int attr chipMinHeight 0x0
+int attr chipMinTouchTargetSize 0x0
+int attr chipSpacing 0x0
+int attr chipSpacingHorizontal 0x0
+int attr chipSpacingVertical 0x0
+int attr chipStandaloneStyle 0x0
+int attr chipStartPadding 0x0
+int attr chipStrokeColor 0x0
+int attr chipStrokeWidth 0x0
+int attr chipStyle 0x0
+int attr chipSurfaceColor 0x0
+int attr circleRadius 0x0
+int attr circularProgressIndicatorStyle 0x0
+int attr clickAction 0x0
+int attr clockFaceBackgroundColor 0x0
+int attr clockHandColor 0x0
+int attr clockIcon 0x0
+int attr clockNumberTextColor 0x0
+int attr closeIcon 0x0
+int attr closeIconEnabled 0x0
+int attr closeIconEndPadding 0x0
+int attr closeIconSize 0x0
+int attr closeIconStartPadding 0x0
+int attr closeIconTint 0x0
+int attr closeIconVisible 0x0
+int attr closeItemLayout 0x0
+int attr collapseContentDescription 0x0
+int attr collapseIcon 0x0
+int attr collapsedSize 0x0
+int attr collapsedTitleGravity 0x0
+int attr collapsedTitleTextAppearance 0x0
+int attr collapsedTitleTextColor 0x0
+int attr collapsingToolbarLayoutLargeSize 0x0
+int attr collapsingToolbarLayoutLargeStyle 0x0
+int attr collapsingToolbarLayoutMediumSize 0x0
+int attr collapsingToolbarLayoutMediumStyle 0x0
+int attr collapsingToolbarLayoutStyle 0x0
+int attr color 0x0
+int attr colorAccent 0x0
+int attr colorBackgroundFloating 0x0
+int attr colorButtonNormal 0x0
+int attr colorContainer 0x0
+int attr colorControlActivated 0x0
+int attr colorControlHighlight 0x0
+int attr colorControlNormal 0x0
+int attr colorError 0x0
+int attr colorErrorContainer 0x0
+int attr colorOnBackground 0x0
+int attr colorOnContainer 0x0
+int attr colorOnContainerUnchecked 0x0
+int attr colorOnError 0x0
+int attr colorOnErrorContainer 0x0
+int attr colorOnPrimary 0x0
+int attr colorOnPrimaryContainer 0x0
+int attr colorOnPrimarySurface 0x0
+int attr colorOnSecondary 0x0
+int attr colorOnSecondaryContainer 0x0
+int attr colorOnSurface 0x0
+int attr colorOnSurfaceInverse 0x0
+int attr colorOnSurfaceVariant 0x0
+int attr colorOnTertiary 0x0
+int attr colorOnTertiaryContainer 0x0
+int attr colorOutline 0x0
+int attr colorPrimary 0x0
+int attr colorPrimaryContainer 0x0
+int attr colorPrimaryDark 0x0
+int attr colorPrimaryInverse 0x0
+int attr colorPrimarySurface 0x0
+int attr colorPrimaryVariant 0x0
+int attr colorSecondary 0x0
+int attr colorSecondaryContainer 0x0
+int attr colorSecondaryVariant 0x0
+int attr colorSurface 0x0
+int attr colorSurfaceInverse 0x0
+int attr colorSurfaceVariant 0x0
+int attr colorSwitchThumbNormal 0x0
+int attr colorTertiary 0x0
+int attr colorTertiaryContainer 0x0
+int attr commitIcon 0x0
+int attr constraintSet 0x0
+int attr constraintSetEnd 0x0
+int attr constraintSetStart 0x0
+int attr constraint_referenced_ids 0x0
+int attr constraints 0x0
+int attr content 0x0
+int attr contentDescription 0x0
+int attr contentInsetEnd 0x0
+int attr contentInsetEndWithActions 0x0
+int attr contentInsetLeft 0x0
+int attr contentInsetRight 0x0
+int attr contentInsetStart 0x0
+int attr contentInsetStartWithNavigation 0x0
+int attr contentPadding 0x0
+int attr contentPaddingBottom 0x0
+int attr contentPaddingEnd 0x0
+int attr contentPaddingLeft 0x0
+int attr contentPaddingRight 0x0
+int attr contentPaddingStart 0x0
+int attr contentPaddingTop 0x0
+int attr contentScrim 0x0
+int attr contrast 0x0
+int attr controlBackground 0x0
+int attr coordinatorLayoutStyle 0x0
+int attr cornerFamily 0x0
+int attr cornerFamilyBottomLeft 0x0
+int attr cornerFamilyBottomRight 0x0
+int attr cornerFamilyTopLeft 0x0
+int attr cornerFamilyTopRight 0x0
+int attr cornerRadius 0x0
+int attr cornerSize 0x0
+int attr cornerSizeBottomLeft 0x0
+int attr cornerSizeBottomRight 0x0
+int attr cornerSizeTopLeft 0x0
+int attr cornerSizeTopRight 0x0
+int attr counterEnabled 0x0
+int attr counterMaxLength 0x0
+int attr counterOverflowTextAppearance 0x0
+int attr counterOverflowTextColor 0x0
+int attr counterTextAppearance 0x0
+int attr counterTextColor 0x0
+int attr crossfade 0x0
+int attr currentState 0x0
+int attr curveFit 0x0
+int attr customBoolean 0x0
+int attr customColorDrawableValue 0x0
+int attr customColorValue 0x0
+int attr customDimension 0x0
+int attr customFloatValue 0x0
+int attr customIntegerValue 0x0
+int attr customNavigationLayout 0x0
+int attr customPixelDimension 0x0
+int attr customStringValue 0x0
+int attr dayInvalidStyle 0x0
+int attr daySelectedStyle 0x0
+int attr dayStyle 0x0
+int attr dayTodayStyle 0x0
+int attr defaultDuration 0x0
+int attr defaultQueryHint 0x0
+int attr defaultState 0x0
+int attr deltaPolarAngle 0x0
+int attr deltaPolarRadius 0x0
+int attr deriveConstraintsFrom 0x0
+int attr dialogCornerRadius 0x0
+int attr dialogPreferredPadding 0x0
+int attr dialogTheme 0x0
+int attr displayOptions 0x0
+int attr divider 0x0
+int attr dividerColor 0x0
+int attr dividerHorizontal 0x0
+int attr dividerInsetEnd 0x0
+int attr dividerInsetStart 0x0
+int attr dividerPadding 0x0
+int attr dividerThickness 0x0
+int attr dividerVertical 0x0
+int attr dragDirection 0x0
+int attr dragScale 0x0
+int attr dragThreshold 0x0
+int attr drawPath 0x0
+int attr drawableBottomCompat 0x0
+int attr drawableEndCompat 0x0
+int attr drawableLeftCompat 0x0
+int attr drawableRightCompat 0x0
+int attr drawableSize 0x0
+int attr drawableStartCompat 0x0
+int attr drawableTint 0x0
+int attr drawableTintMode 0x0
+int attr drawableTopCompat 0x0
+int attr drawerArrowStyle 0x0
+int attr drawerLayoutCornerSize 0x0
+int attr drawerLayoutStyle 0x0
+int attr dropDownListViewStyle 0x0
+int attr dropdownListPreferredItemHeight 0x0
+int attr duration 0x0
+int attr dynamicColorThemeOverlay 0x0
+int attr editTextBackground 0x0
+int attr editTextColor 0x0
+int attr editTextStyle 0x0
+int attr elevation 0x0
+int attr elevationOverlayAccentColor 0x0
+int attr elevationOverlayColor 0x0
+int attr elevationOverlayEnabled 0x0
+int attr emojiCompatEnabled 0x0
+int attr enableEdgeToEdge 0x0
+int attr endIconCheckable 0x0
+int attr endIconContentDescription 0x0
+int attr endIconDrawable 0x0
+int attr endIconMode 0x0
+int attr endIconTint 0x0
+int attr endIconTintMode 0x0
+int attr enforceMaterialTheme 0x0
+int attr enforceTextAppearance 0x0
+int attr ensureMinTouchTargetSize 0x0
+int attr errorAccessibilityLabel 0x0
+int attr errorContentDescription 0x0
+int attr errorEnabled 0x0
+int attr errorIconDrawable 0x0
+int attr errorIconTint 0x0
+int attr errorIconTintMode 0x0
+int attr errorShown 0x0
+int attr errorTextAppearance 0x0
+int attr errorTextColor 0x0
+int attr expandActivityOverflowButtonDrawable 0x0
+int attr expanded 0x0
+int attr expandedHintEnabled 0x0
+int attr expandedTitleGravity 0x0
+int attr expandedTitleMargin 0x0
+int attr expandedTitleMarginBottom 0x0
+int attr expandedTitleMarginEnd 0x0
+int attr expandedTitleMarginStart 0x0
+int attr expandedTitleMarginTop 0x0
+int attr expandedTitleTextAppearance 0x0
+int attr expandedTitleTextColor 0x0
+int attr extendMotionSpec 0x0
+int attr extendedFloatingActionButtonPrimaryStyle 0x0
+int attr extendedFloatingActionButtonSecondaryStyle 0x0
+int attr extendedFloatingActionButtonStyle 0x0
+int attr extendedFloatingActionButtonSurfaceStyle 0x0
+int attr extendedFloatingActionButtonTertiaryStyle 0x0
+int attr extraMultilineHeightEnabled 0x0
+int attr fabAlignmentMode 0x0
+int attr fabAlignmentModeEndMargin 0x0
+int attr fabAnchorMode 0x0
+int attr fabAnimationMode 0x0
+int attr fabCradleMargin 0x0
+int attr fabCradleRoundedCornerRadius 0x0
+int attr fabCradleVerticalOffset 0x0
+int attr fabCustomSize 0x0
+int attr fabSize 0x0
+int attr fastScrollEnabled 0x0
+int attr fastScrollHorizontalThumbDrawable 0x0
+int attr fastScrollHorizontalTrackDrawable 0x0
+int attr fastScrollVerticalThumbDrawable 0x0
+int attr fastScrollVerticalTrackDrawable 0x0
+int attr firstBaselineToTopHeight 0x0
+int attr floatingActionButtonLargePrimaryStyle 0x0
+int attr floatingActionButtonLargeSecondaryStyle 0x0
+int attr floatingActionButtonLargeStyle 0x0
+int attr floatingActionButtonLargeSurfaceStyle 0x0
+int attr floatingActionButtonLargeTertiaryStyle 0x0
+int attr floatingActionButtonPrimaryStyle 0x0
+int attr floatingActionButtonSecondaryStyle 0x0
+int attr floatingActionButtonSmallPrimaryStyle 0x0
+int attr floatingActionButtonSmallSecondaryStyle 0x0
+int attr floatingActionButtonSmallStyle 0x0
+int attr floatingActionButtonSmallSurfaceStyle 0x0
+int attr floatingActionButtonSmallTertiaryStyle 0x0
+int attr floatingActionButtonStyle 0x0
+int attr floatingActionButtonSurfaceStyle 0x0
+int attr floatingActionButtonTertiaryStyle 0x0
+int attr flow_firstHorizontalBias 0x0
+int attr flow_firstHorizontalStyle 0x0
+int attr flow_firstVerticalBias 0x0
+int attr flow_firstVerticalStyle 0x0
+int attr flow_horizontalAlign 0x0
+int attr flow_horizontalBias 0x0
+int attr flow_horizontalGap 0x0
+int attr flow_horizontalStyle 0x0
+int attr flow_lastHorizontalBias 0x0
+int attr flow_lastHorizontalStyle 0x0
+int attr flow_lastVerticalBias 0x0
+int attr flow_lastVerticalStyle 0x0
+int attr flow_maxElementsWrap 0x0
+int attr flow_padding 0x0
+int attr flow_verticalAlign 0x0
+int attr flow_verticalBias 0x0
+int attr flow_verticalGap 0x0
+int attr flow_verticalStyle 0x0
+int attr flow_wrapMode 0x0
+int attr font 0x0
+int attr fontFamily 0x0
+int attr fontProviderAuthority 0x0
+int attr fontProviderCerts 0x0
+int attr fontProviderFetchStrategy 0x0
+int attr fontProviderFetchTimeout 0x0
+int attr fontProviderPackage 0x0
+int attr fontProviderQuery 0x0
+int attr fontProviderSystemFontFamily 0x0
+int attr fontStyle 0x0
+int attr fontVariationSettings 0x0
+int attr fontWeight 0x0
+int attr forceApplySystemWindowInsetTop 0x0
+int attr foregroundInsidePadding 0x0
+int attr framePosition 0x0
+int attr gapBetweenBars 0x0
+int attr gestureInsetBottomIgnored 0x0
+int attr goIcon 0x0
+int attr haloColor 0x0
+int attr haloRadius 0x0
+int attr headerLayout 0x0
+int attr height 0x0
+int attr helperText 0x0
+int attr helperTextEnabled 0x0
+int attr helperTextTextAppearance 0x0
+int attr helperTextTextColor 0x0
+int attr hideAnimationBehavior 0x0
+int attr hideMotionSpec 0x0
+int attr hideOnContentScroll 0x0
+int attr hideOnScroll 0x0
+int attr hintAnimationEnabled 0x0
+int attr hintEnabled 0x0
+int attr hintTextAppearance 0x0
+int attr hintTextColor 0x0
+int attr homeAsUpIndicator 0x0
+int attr homeLayout 0x0
+int attr horizontalOffset 0x0
+int attr horizontalOffsetWithText 0x0
+int attr hoveredFocusedTranslationZ 0x0
+int attr icon 0x0
+int attr iconEndPadding 0x0
+int attr iconGravity 0x0
+int attr iconPadding 0x0
+int attr iconSize 0x0
+int attr iconStartPadding 0x0
+int attr iconTint 0x0
+int attr iconTintMode 0x0
+int attr iconifiedByDefault 0x0
+int attr imageButtonStyle 0x0
+int attr indeterminateAnimationType 0x0
+int attr indeterminateProgressStyle 0x0
+int attr indicatorColor 0x0
+int attr indicatorDirectionCircular 0x0
+int attr indicatorDirectionLinear 0x0
+int attr indicatorInset 0x0
+int attr indicatorSize 0x0
+int attr initialActivityCount 0x0
+int attr insetForeground 0x0
+int attr isLightTheme 0x0
+int attr isMaterial3DynamicColorApplied 0x0
+int attr isMaterial3Theme 0x0
+int attr isMaterialTheme 0x0
+int attr itemActiveIndicatorStyle 0x0
+int attr itemBackground 0x0
+int attr itemFillColor 0x0
+int attr itemHorizontalPadding 0x0
+int attr itemHorizontalTranslationEnabled 0x0
+int attr itemIconPadding 0x0
+int attr itemIconSize 0x0
+int attr itemIconTint 0x0
+int attr itemMaxLines 0x0
+int attr itemMinHeight 0x0
+int attr itemPadding 0x0
+int attr itemPaddingBottom 0x0
+int attr itemPaddingTop 0x0
+int attr itemRippleColor 0x0
+int attr itemShapeAppearance 0x0
+int attr itemShapeAppearanceOverlay 0x0
+int attr itemShapeFillColor 0x0
+int attr itemShapeInsetBottom 0x0
+int attr itemShapeInsetEnd 0x0
+int attr itemShapeInsetStart 0x0
+int attr itemShapeInsetTop 0x0
+int attr itemSpacing 0x0
+int attr itemStrokeColor 0x0
+int attr itemStrokeWidth 0x0
+int attr itemTextAppearance 0x0
+int attr itemTextAppearanceActive 0x0
+int attr itemTextAppearanceInactive 0x0
+int attr itemTextColor 0x0
+int attr itemVerticalPadding 0x0
+int attr keyPositionType 0x0
+int attr keyboardIcon 0x0
+int attr keylines 0x0
+int attr lStar 0x0
+int attr labelBehavior 0x0
+int attr labelStyle 0x0
+int attr labelVisibilityMode 0x0
+int attr lastBaselineToBottomHeight 0x0
+int attr lastItemDecorated 0x0
+int attr layout 0x0
+int attr layoutDescription 0x0
+int attr layoutDuringTransition 0x0
+int attr layoutManager 0x0
+int attr layout_anchor 0x0
+int attr layout_anchorGravity 0x0
+int attr layout_behavior 0x0
+int attr layout_collapseMode 0x0
+int attr layout_collapseParallaxMultiplier 0x0
+int attr layout_constrainedHeight 0x0
+int attr layout_constrainedWidth 0x0
+int attr layout_constraintBaseline_creator 0x0
+int attr layout_constraintBaseline_toBaselineOf 0x0
+int attr layout_constraintBottom_creator 0x0
+int attr layout_constraintBottom_toBottomOf 0x0
+int attr layout_constraintBottom_toTopOf 0x0
+int attr layout_constraintCircle 0x0
+int attr layout_constraintCircleAngle 0x0
+int attr layout_constraintCircleRadius 0x0
+int attr layout_constraintDimensionRatio 0x0
+int attr layout_constraintEnd_toEndOf 0x0
+int attr layout_constraintEnd_toStartOf 0x0
+int attr layout_constraintGuide_begin 0x0
+int attr layout_constraintGuide_end 0x0
+int attr layout_constraintGuide_percent 0x0
+int attr layout_constraintHeight_default 0x0
+int attr layout_constraintHeight_max 0x0
+int attr layout_constraintHeight_min 0x0
+int attr layout_constraintHeight_percent 0x0
+int attr layout_constraintHorizontal_bias 0x0
+int attr layout_constraintHorizontal_chainStyle 0x0
+int attr layout_constraintHorizontal_weight 0x0
+int attr layout_constraintLeft_creator 0x0
+int attr layout_constraintLeft_toLeftOf 0x0
+int attr layout_constraintLeft_toRightOf 0x0
+int attr layout_constraintRight_creator 0x0
+int attr layout_constraintRight_toLeftOf 0x0
+int attr layout_constraintRight_toRightOf 0x0
+int attr layout_constraintStart_toEndOf 0x0
+int attr layout_constraintStart_toStartOf 0x0
+int attr layout_constraintTag 0x0
+int attr layout_constraintTop_creator 0x0
+int attr layout_constraintTop_toBottomOf 0x0
+int attr layout_constraintTop_toTopOf 0x0
+int attr layout_constraintVertical_bias 0x0
+int attr layout_constraintVertical_chainStyle 0x0
+int attr layout_constraintVertical_weight 0x0
+int attr layout_constraintWidth_default 0x0
+int attr layout_constraintWidth_max 0x0
+int attr layout_constraintWidth_min 0x0
+int attr layout_constraintWidth_percent 0x0
+int attr layout_dodgeInsetEdges 0x0
+int attr layout_editor_absoluteX 0x0
+int attr layout_editor_absoluteY 0x0
+int attr layout_goneMarginBottom 0x0
+int attr layout_goneMarginEnd 0x0
+int attr layout_goneMarginLeft 0x0
+int attr layout_goneMarginRight 0x0
+int attr layout_goneMarginStart 0x0
+int attr layout_goneMarginTop 0x0
+int attr layout_insetEdge 0x0
+int attr layout_keyline 0x0
+int attr layout_optimizationLevel 0x0
+int attr layout_scrollEffect 0x0
+int attr layout_scrollFlags 0x0
+int attr layout_scrollInterpolator 0x0
+int attr liftOnScroll 0x0
+int attr liftOnScrollTargetViewId 0x0
+int attr limitBoundsTo 0x0
+int attr lineHeight 0x0
+int attr lineSpacing 0x0
+int attr linearProgressIndicatorStyle 0x0
+int attr listChoiceBackgroundIndicator 0x0
+int attr listChoiceIndicatorMultipleAnimated 0x0
+int attr listChoiceIndicatorSingleAnimated 0x0
+int attr listDividerAlertDialog 0x0
+int attr listItemLayout 0x0
+int attr listLayout 0x0
+int attr listMenuViewStyle 0x0
+int attr listPopupWindowStyle 0x0
+int attr listPreferredItemHeight 0x0
+int attr listPreferredItemHeightLarge 0x0
+int attr listPreferredItemHeightSmall 0x0
+int attr listPreferredItemPaddingEnd 0x0
+int attr listPreferredItemPaddingLeft 0x0
+int attr listPreferredItemPaddingRight 0x0
+int attr listPreferredItemPaddingStart 0x0
+int attr logo 0x0
+int attr logoAdjustViewBounds 0x0
+int attr logoDescription 0x0
+int attr logoScaleType 0x0
+int attr marginHorizontal 0x0
+int attr marginLeftSystemWindowInsets 0x0
+int attr marginRightSystemWindowInsets 0x0
+int attr marginTopSystemWindowInsets 0x0
+int attr materialAlertDialogBodyTextStyle 0x0
+int attr materialAlertDialogButtonSpacerVisibility 0x0
+int attr materialAlertDialogTheme 0x0
+int attr materialAlertDialogTitleIconStyle 0x0
+int attr materialAlertDialogTitlePanelStyle 0x0
+int attr materialAlertDialogTitleTextStyle 0x0
+int attr materialButtonOutlinedStyle 0x0
+int attr materialButtonStyle 0x0
+int attr materialButtonToggleGroupStyle 0x0
+int attr materialCalendarDay 0x0
+int attr materialCalendarDayOfWeekLabel 0x0
+int attr materialCalendarFullscreenTheme 0x0
+int attr materialCalendarHeaderCancelButton 0x0
+int attr materialCalendarHeaderConfirmButton 0x0
+int attr materialCalendarHeaderDivider 0x0
+int attr materialCalendarHeaderLayout 0x0
+int attr materialCalendarHeaderSelection 0x0
+int attr materialCalendarHeaderTitle 0x0
+int attr materialCalendarHeaderToggleButton 0x0
+int attr materialCalendarMonth 0x0
+int attr materialCalendarMonthNavigationButton 0x0
+int attr materialCalendarStyle 0x0
+int attr materialCalendarTheme 0x0
+int attr materialCalendarYearNavigationButton 0x0
+int attr materialCardViewElevatedStyle 0x0
+int attr materialCardViewFilledStyle 0x0
+int attr materialCardViewOutlinedStyle 0x0
+int attr materialCardViewStyle 0x0
+int attr materialCircleRadius 0x0
+int attr materialClockStyle 0x0
+int attr materialDisplayDividerStyle 0x0
+int attr materialDividerHeavyStyle 0x0
+int attr materialDividerStyle 0x0
+int attr materialIconButtonFilledStyle 0x0
+int attr materialIconButtonFilledTonalStyle 0x0
+int attr materialIconButtonOutlinedStyle 0x0
+int attr materialIconButtonStyle 0x0
+int attr materialSwitchStyle 0x0
+int attr materialThemeOverlay 0x0
+int attr materialTimePickerStyle 0x0
+int attr materialTimePickerTheme 0x0
+int attr materialTimePickerTitleStyle 0x0
+int attr maxAcceleration 0x0
+int attr maxActionInlineWidth 0x0
+int attr maxButtonHeight 0x0
+int attr maxCharacterCount 0x0
+int attr maxHeight 0x0
+int attr maxImageSize 0x0
+int attr maxLines 0x0
+int attr maxVelocity 0x0
+int attr maxWidth 0x0
+int attr measureWithLargestChild 0x0
+int attr menu 0x0
+int attr menuAlignmentMode 0x0
+int attr menuGravity 0x0
+int attr minHeight 0x0
+int attr minHideDelay 0x0
+int attr minSeparation 0x0
+int attr minTouchTargetSize 0x0
+int attr minWidth 0x0
+int attr mock_diagonalsColor 0x0
+int attr mock_label 0x0
+int attr mock_labelBackgroundColor 0x0
+int attr mock_labelColor 0x0
+int attr mock_showDiagonals 0x0
+int attr mock_showLabel 0x0
+int attr motionDebug 0x0
+int attr motionDurationExtraLong1 0x0
+int attr motionDurationExtraLong2 0x0
+int attr motionDurationExtraLong3 0x0
+int attr motionDurationExtraLong4 0x0
+int attr motionDurationLong1 0x0
+int attr motionDurationLong2 0x0
+int attr motionDurationLong3 0x0
+int attr motionDurationLong4 0x0
+int attr motionDurationMedium1 0x0
+int attr motionDurationMedium2 0x0
+int attr motionDurationMedium3 0x0
+int attr motionDurationMedium4 0x0
+int attr motionDurationShort1 0x0
+int attr motionDurationShort2 0x0
+int attr motionDurationShort3 0x0
+int attr motionDurationShort4 0x0
+int attr motionEasingAccelerated 0x0
+int attr motionEasingDecelerated 0x0
+int attr motionEasingEmphasized 0x0
+int attr motionEasingEmphasizedAccelerateInterpolator 0x0
+int attr motionEasingEmphasizedDecelerateInterpolator 0x0
+int attr motionEasingEmphasizedInterpolator 0x0
+int attr motionEasingLinear 0x0
+int attr motionEasingLinearInterpolator 0x0
+int attr motionEasingStandard 0x0
+int attr motionEasingStandardAccelerateInterpolator 0x0
+int attr motionEasingStandardDecelerateInterpolator 0x0
+int attr motionEasingStandardInterpolator 0x0
+int attr motionInterpolator 0x0
+int attr motionPath 0x0
+int attr motionPathRotate 0x0
+int attr motionProgress 0x0
+int attr motionStagger 0x0
+int attr motionTarget 0x0
+int attr motion_postLayoutCollision 0x0
+int attr motion_triggerOnCollision 0x0
+int attr moveWhenScrollAtTop 0x0
+int attr multiChoiceItemLayout 0x0
+int attr navigationContentDescription 0x0
+int attr navigationIcon 0x0
+int attr navigationIconTint 0x0
+int attr navigationMode 0x0
+int attr navigationRailStyle 0x0
+int attr navigationViewStyle 0x0
+int attr nestedScrollFlags 0x0
+int attr nestedScrollViewStyle 0x0
+int attr nestedScrollable 0x0
+int attr number 0x0
+int attr numericModifiers 0x0
+int attr onCross 0x0
+int attr onHide 0x0
+int attr onNegativeCross 0x0
+int attr onPositiveCross 0x0
+int attr onShow 0x0
+int attr onTouchUp 0x0
+int attr overlapAnchor 0x0
+int attr overlay 0x0
+int attr paddingBottomNoButtons 0x0
+int attr paddingBottomSystemWindowInsets 0x0
+int attr paddingEnd 0x0
+int attr paddingLeftSystemWindowInsets 0x0
+int attr paddingRightSystemWindowInsets 0x0
+int attr paddingStart 0x0
+int attr paddingTopNoTitle 0x0
+int attr paddingTopSystemWindowInsets 0x0
+int attr panelBackground 0x0
+int attr panelMenuListTheme 0x0
+int attr panelMenuListWidth 0x0
+int attr passwordToggleContentDescription 0x0
+int attr passwordToggleDrawable 0x0
+int attr passwordToggleEnabled 0x0
+int attr passwordToggleTint 0x0
+int attr passwordToggleTintMode 0x0
+int attr pathMotionArc 0x0
+int attr path_percent 0x0
+int attr percentHeight 0x0
+int attr percentWidth 0x0
+int attr percentX 0x0
+int attr percentY 0x0
+int attr perpendicularPath_percent 0x0
+int attr pivotAnchor 0x0
+int attr placeholderText 0x0
+int attr placeholderTextAppearance 0x0
+int attr placeholderTextColor 0x0
+int attr placeholder_emptyVisibility 0x0
+int attr popupMenuBackground 0x0
+int attr popupMenuStyle 0x0
+int attr popupTheme 0x0
+int attr popupWindowStyle 0x0
+int attr prefixText 0x0
+int attr prefixTextAppearance 0x0
+int attr prefixTextColor 0x0
+int attr preserveIconSpacing 0x0
+int attr pressedTranslationZ 0x0
+int attr progressBarPadding 0x0
+int attr progressBarStyle 0x0
+int attr queryBackground 0x0
+int attr queryHint 0x0
+int attr queryPatterns 0x0
+int attr radioButtonStyle 0x0
+int attr rangeFillColor 0x0
+int attr ratingBarStyle 0x0
+int attr ratingBarStyleIndicator 0x0
+int attr ratingBarStyleSmall 0x0
+int attr recyclerViewStyle 0x0
+int attr region_heightLessThan 0x0
+int attr region_heightMoreThan 0x0
+int attr region_widthLessThan 0x0
+int attr region_widthMoreThan 0x0
+int attr removeEmbeddedFabElevation 0x0
+int attr reverseLayout 0x0
+int attr rippleColor 0x0
+int attr round 0x0
+int attr roundPercent 0x0
+int attr saturation 0x0
+int attr scrimAnimationDuration 0x0
+int attr scrimBackground 0x0
+int attr scrimVisibleHeightTrigger 0x0
+int attr searchHintIcon 0x0
+int attr searchIcon 0x0
+int attr searchViewStyle 0x0
+int attr seekBarStyle 0x0
+int attr selectableItemBackground 0x0
+int attr selectableItemBackgroundBorderless 0x0
+int attr selectionRequired 0x0
+int attr selectorSize 0x0
+int attr shapeAppearance 0x0
+int attr shapeAppearanceCornerExtraLarge 0x0
+int attr shapeAppearanceCornerExtraSmall 0x0
+int attr shapeAppearanceCornerLarge 0x0
+int attr shapeAppearanceCornerMedium 0x0
+int attr shapeAppearanceCornerSmall 0x0
+int attr shapeAppearanceLargeComponent 0x0
+int attr shapeAppearanceMediumComponent 0x0
+int attr shapeAppearanceOverlay 0x0
+int attr shapeAppearanceSmallComponent 0x0
+int attr shapeCornerFamily 0x0
+int attr shortcutMatchRequired 0x0
+int attr showAnimationBehavior 0x0
+int attr showAsAction 0x0
+int attr showDelay 0x0
+int attr showDividers 0x0
+int attr showMotionSpec 0x0
+int attr showPaths 0x0
+int attr showText 0x0
+int attr showTitle 0x0
+int attr shrinkMotionSpec 0x0
+int attr simpleItemLayout 0x0
+int attr simpleItemSelectedColor 0x0
+int attr simpleItemSelectedRippleColor 0x0
+int attr simpleItems 0x0
+int attr singleChoiceItemLayout 0x0
+int attr singleLine 0x0
+int attr singleSelection 0x0
+int attr sizePercent 0x0
+int attr sliderStyle 0x0
+int attr snackbarButtonStyle 0x0
+int attr snackbarStyle 0x0
+int attr snackbarTextViewStyle 0x0
+int attr spanCount 0x0
+int attr spinBars 0x0
+int attr spinnerDropDownItemStyle 0x0
+int attr spinnerStyle 0x0
+int attr splitTrack 0x0
+int attr srcCompat 0x0
+int attr stackFromEnd 0x0
+int attr staggered 0x0
+int attr startIconCheckable 0x0
+int attr startIconContentDescription 0x0
+int attr startIconDrawable 0x0
+int attr startIconTint 0x0
+int attr startIconTintMode 0x0
+int attr state_above_anchor 0x0
+int attr state_collapsed 0x0
+int attr state_collapsible 0x0
+int attr state_dragged 0x0
+int attr state_error 0x0
+int attr state_indeterminate 0x0
+int attr state_liftable 0x0
+int attr state_lifted 0x0
+int attr state_with_icon 0x0
+int attr statusBarBackground 0x0
+int attr statusBarForeground 0x0
+int attr statusBarScrim 0x0
+int attr strokeColor 0x0
+int attr strokeWidth 0x0
+int attr subMenuArrow 0x0
+int attr subheaderColor 0x0
+int attr subheaderInsetEnd 0x0
+int attr subheaderInsetStart 0x0
+int attr subheaderTextAppearance 0x0
+int attr submitBackground 0x0
+int attr subtitle 0x0
+int attr subtitleCentered 0x0
+int attr subtitleTextAppearance 0x0
+int attr subtitleTextColor 0x0
+int attr subtitleTextStyle 0x0
+int attr suffixText 0x0
+int attr suffixTextAppearance 0x0
+int attr suffixTextColor 0x0
+int attr suggestionRowLayout 0x0
+int attr switchMinWidth 0x0
+int attr switchPadding 0x0
+int attr switchStyle 0x0
+int attr switchTextAppearance 0x0
+int attr tabBackground 0x0
+int attr tabContentStart 0x0
+int attr tabGravity 0x0
+int attr tabIconTint 0x0
+int attr tabIconTintMode 0x0
+int attr tabIndicator 0x0
+int attr tabIndicatorAnimationDuration 0x0
+int attr tabIndicatorAnimationMode 0x0
+int attr tabIndicatorColor 0x0
+int attr tabIndicatorFullWidth 0x0
+int attr tabIndicatorGravity 0x0
+int attr tabIndicatorHeight 0x0
+int attr tabInlineLabel 0x0
+int attr tabMaxWidth 0x0
+int attr tabMinWidth 0x0
+int attr tabMode 0x0
+int attr tabPadding 0x0
+int attr tabPaddingBottom 0x0
+int attr tabPaddingEnd 0x0
+int attr tabPaddingStart 0x0
+int attr tabPaddingTop 0x0
+int attr tabRippleColor 0x0
+int attr tabSecondaryStyle 0x0
+int attr tabSelectedTextColor 0x0
+int attr tabStyle 0x0
+int attr tabTextAppearance 0x0
+int attr tabTextColor 0x0
+int attr tabUnboundedRipple 0x0
+int attr targetId 0x0
+int attr telltales_tailColor 0x0
+int attr telltales_tailScale 0x0
+int attr telltales_velocityMode 0x0
+int attr textAllCaps 0x0
+int attr textAppearanceBody1 0x0
+int attr textAppearanceBody2 0x0
+int attr textAppearanceBodyLarge 0x0
+int attr textAppearanceBodyMedium 0x0
+int attr textAppearanceBodySmall 0x0
+int attr textAppearanceButton 0x0
+int attr textAppearanceCaption 0x0
+int attr textAppearanceDisplayLarge 0x0
+int attr textAppearanceDisplayMedium 0x0
+int attr textAppearanceDisplaySmall 0x0
+int attr textAppearanceHeadline1 0x0
+int attr textAppearanceHeadline2 0x0
+int attr textAppearanceHeadline3 0x0
+int attr textAppearanceHeadline4 0x0
+int attr textAppearanceHeadline5 0x0
+int attr textAppearanceHeadline6 0x0
+int attr textAppearanceHeadlineLarge 0x0
+int attr textAppearanceHeadlineMedium 0x0
+int attr textAppearanceHeadlineSmall 0x0
+int attr textAppearanceLabelLarge 0x0
+int attr textAppearanceLabelMedium 0x0
+int attr textAppearanceLabelSmall 0x0
+int attr textAppearanceLargePopupMenu 0x0
+int attr textAppearanceLineHeightEnabled 0x0
+int attr textAppearanceListItem 0x0
+int attr textAppearanceListItemSecondary 0x0
+int attr textAppearanceListItemSmall 0x0
+int attr textAppearanceOverline 0x0
+int attr textAppearancePopupMenuHeader 0x0
+int attr textAppearanceSearchResultSubtitle 0x0
+int attr textAppearanceSearchResultTitle 0x0
+int attr textAppearanceSmallPopupMenu 0x0
+int attr textAppearanceSubtitle1 0x0
+int attr textAppearanceSubtitle2 0x0
+int attr textAppearanceTitleLarge 0x0
+int attr textAppearanceTitleMedium 0x0
+int attr textAppearanceTitleSmall 0x0
+int attr textColorAlertDialogListItem 0x0
+int attr textColorSearchUrl 0x0
+int attr textEndPadding 0x0
+int attr textInputFilledDenseStyle 0x0
+int attr textInputFilledExposedDropdownMenuStyle 0x0
+int attr textInputFilledStyle 0x0
+int attr textInputLayoutFocusedRectEnabled 0x0
+int attr textInputOutlinedDenseStyle 0x0
+int attr textInputOutlinedExposedDropdownMenuStyle 0x0
+int attr textInputOutlinedStyle 0x0
+int attr textInputStyle 0x0
+int attr textLocale 0x0
+int attr textStartPadding 0x0
+int attr theme 0x0
+int attr thickness 0x0
+int attr thumbColor 0x0
+int attr thumbElevation 0x0
+int attr thumbIcon 0x0
+int attr thumbIconTint 0x0
+int attr thumbIconTintMode 0x0
+int attr thumbRadius 0x0
+int attr thumbStrokeColor 0x0
+int attr thumbStrokeWidth 0x0
+int attr thumbTextPadding 0x0
+int attr thumbTint 0x0
+int attr thumbTintMode 0x0
+int attr tickColor 0x0
+int attr tickColorActive 0x0
+int attr tickColorInactive 0x0
+int attr tickMark 0x0
+int attr tickMarkTint 0x0
+int attr tickMarkTintMode 0x0
+int attr tickVisible 0x0
+int attr tint 0x0
+int attr tintMode 0x0
+int attr title 0x0
+int attr titleCentered 0x0
+int attr titleCollapseMode 0x0
+int attr titleEnabled 0x0
+int attr titleMargin 0x0
+int attr titleMarginBottom 0x0
+int attr titleMarginEnd 0x0
+int attr titleMarginStart 0x0
+int attr titleMarginTop 0x0
+int attr titleMargins 0x0
+int attr titlePositionInterpolator 0x0
+int attr titleTextAppearance 0x0
+int attr titleTextColor 0x0
+int attr titleTextEllipsize 0x0
+int attr titleTextStyle 0x0
+int attr toggleCheckedStateOnClick 0x0
+int attr toolbarId 0x0
+int attr toolbarNavigationButtonStyle 0x0
+int attr toolbarStyle 0x0
+int attr toolbarSurfaceStyle 0x0
+int attr tooltipForegroundColor 0x0
+int attr tooltipFrameBackground 0x0
+int attr tooltipStyle 0x0
+int attr tooltipText 0x0
+int attr topInsetScrimEnabled 0x0
+int attr touchAnchorId 0x0
+int attr touchAnchorSide 0x0
+int attr touchRegionId 0x0
+int attr track 0x0
+int attr trackColor 0x0
+int attr trackColorActive 0x0
+int attr trackColorInactive 0x0
+int attr trackCornerRadius 0x0
+int attr trackDecoration 0x0
+int attr trackDecorationTint 0x0
+int attr trackDecorationTintMode 0x0
+int attr trackHeight 0x0
+int attr trackThickness 0x0
+int attr trackTint 0x0
+int attr trackTintMode 0x0
+int attr transitionDisable 0x0
+int attr transitionEasing 0x0
+int attr transitionFlags 0x0
+int attr transitionPathRotate 0x0
+int attr transitionShapeAppearance 0x0
+int attr triggerId 0x0
+int attr triggerReceiver 0x0
+int attr triggerSlack 0x0
+int attr ttcIndex 0x0
+int attr useCompatPadding 0x0
+int attr useMaterialThemeColors 0x0
+int attr values 0x0
+int attr verticalOffset 0x0
+int attr verticalOffsetWithText 0x0
+int attr viewInflaterClass 0x0
+int attr visibilityMode 0x0
+int attr voiceIcon 0x0
+int attr warmth 0x0
+int attr waveDecay 0x0
+int attr waveOffset 0x0
+int attr wavePeriod 0x0
+int attr waveShape 0x0
+int attr waveVariesBy 0x0
+int attr windowActionBar 0x0
+int attr windowActionBarOverlay 0x0
+int attr windowActionModeOverlay 0x0
+int attr windowFixedHeightMajor 0x0
+int attr windowFixedHeightMinor 0x0
+int attr windowFixedWidthMajor 0x0
+int attr windowFixedWidthMinor 0x0
+int attr windowMinWidthMajor 0x0
+int attr windowMinWidthMinor 0x0
+int attr windowNoTitle 0x0
+int attr yearSelectedStyle 0x0
+int attr yearStyle 0x0
+int attr yearTodayStyle 0x0
+int bool abc_action_bar_embed_tabs 0x0
+int bool abc_allow_stacked_button_bar 0x0
+int bool abc_config_actionMenuItemAllCaps 0x0
+int bool mtrl_btn_textappearance_all_caps 0x0
+int color abc_background_cache_hint_selector_material_dark 0x0
+int color abc_background_cache_hint_selector_material_light 0x0
+int color abc_btn_colored_borderless_text_material 0x0
+int color abc_btn_colored_text_material 0x0
+int color abc_color_highlight_material 0x0
+int color abc_decor_view_status_guard 0x0
+int color abc_decor_view_status_guard_light 0x0
+int color abc_hint_foreground_material_dark 0x0
+int color abc_hint_foreground_material_light 0x0
+int color abc_primary_text_disable_only_material_dark 0x0
+int color abc_primary_text_disable_only_material_light 0x0
+int color abc_primary_text_material_dark 0x0
+int color abc_primary_text_material_light 0x0
+int color abc_search_url_text 0x0
+int color abc_search_url_text_normal 0x0
+int color abc_search_url_text_pressed 0x0
+int color abc_search_url_text_selected 0x0
+int color abc_secondary_text_material_dark 0x0
+int color abc_secondary_text_material_light 0x0
+int color abc_tint_btn_checkable 0x0
+int color abc_tint_default 0x0
+int color abc_tint_edittext 0x0
+int color abc_tint_seek_thumb 0x0
+int color abc_tint_spinner 0x0
+int color abc_tint_switch_track 0x0
+int color accent_material_dark 0x0
+int color accent_material_light 0x0
+int color androidx_core_ripple_material_light 0x0
+int color androidx_core_secondary_text_default_material_light 0x0
+int color background_floating_material_dark 0x0
+int color background_floating_material_light 0x0
+int color background_material_dark 0x0
+int color background_material_light 0x0
+int color bright_foreground_disabled_material_dark 0x0
+int color bright_foreground_disabled_material_light 0x0
+int color bright_foreground_inverse_material_dark 0x0
+int color bright_foreground_inverse_material_light 0x0
+int color bright_foreground_material_dark 0x0
+int color bright_foreground_material_light 0x0
+int color button_material_dark 0x0
+int color button_material_light 0x0
+int color cardview_dark_background 0x0
+int color cardview_light_background 0x0
+int color cardview_shadow_end_color 0x0
+int color cardview_shadow_start_color 0x0
+int color design_bottom_navigation_shadow_color 0x0
+int color design_box_stroke_color 0x0
+int color design_dark_default_color_background 0x0
+int color design_dark_default_color_error 0x0
+int color design_dark_default_color_on_background 0x0
+int color design_dark_default_color_on_error 0x0
+int color design_dark_default_color_on_primary 0x0
+int color design_dark_default_color_on_secondary 0x0
+int color design_dark_default_color_on_surface 0x0
+int color design_dark_default_color_primary 0x0
+int color design_dark_default_color_primary_dark 0x0
+int color design_dark_default_color_primary_variant 0x0
+int color design_dark_default_color_secondary 0x0
+int color design_dark_default_color_secondary_variant 0x0
+int color design_dark_default_color_surface 0x0
+int color design_default_color_background 0x0
+int color design_default_color_error 0x0
+int color design_default_color_on_background 0x0
+int color design_default_color_on_error 0x0
+int color design_default_color_on_primary 0x0
+int color design_default_color_on_secondary 0x0
+int color design_default_color_on_surface 0x0
+int color design_default_color_primary 0x0
+int color design_default_color_primary_dark 0x0
+int color design_default_color_primary_variant 0x0
+int color design_default_color_secondary 0x0
+int color design_default_color_secondary_variant 0x0
+int color design_default_color_surface 0x0
+int color design_error 0x0
+int color design_fab_shadow_end_color 0x0
+int color design_fab_shadow_mid_color 0x0
+int color design_fab_shadow_start_color 0x0
+int color design_fab_stroke_end_inner_color 0x0
+int color design_fab_stroke_end_outer_color 0x0
+int color design_fab_stroke_top_inner_color 0x0
+int color design_fab_stroke_top_outer_color 0x0
+int color design_icon_tint 0x0
+int color design_snackbar_background_color 0x0
+int color dim_foreground_disabled_material_dark 0x0
+int color dim_foreground_disabled_material_light 0x0
+int color dim_foreground_material_dark 0x0
+int color dim_foreground_material_light 0x0
+int color error_color_material_dark 0x0
+int color error_color_material_light 0x0
+int color foreground_material_dark 0x0
+int color foreground_material_light 0x0
+int color highlighted_text_material_dark 0x0
+int color highlighted_text_material_light 0x0
+int color m3_appbar_overlay_color 0x0
+int color m3_assist_chip_icon_tint_color 0x0
+int color m3_assist_chip_stroke_color 0x0
+int color m3_button_background_color_selector 0x0
+int color m3_button_foreground_color_selector 0x0
+int color m3_button_outline_color_selector 0x0
+int color m3_button_ripple_color 0x0
+int color m3_button_ripple_color_selector 0x0
+int color m3_calendar_item_disabled_text 0x0
+int color m3_calendar_item_stroke_color 0x0
+int color m3_card_foreground_color 0x0
+int color m3_card_ripple_color 0x0
+int color m3_card_stroke_color 0x0
+int color m3_checkbox_button_icon_tint 0x0
+int color m3_checkbox_button_tint 0x0
+int color m3_chip_assist_text_color 0x0
+int color m3_chip_background_color 0x0
+int color m3_chip_ripple_color 0x0
+int color m3_chip_stroke_color 0x0
+int color m3_chip_text_color 0x0
+int color m3_dark_default_color_primary_text 0x0
+int color m3_dark_default_color_secondary_text 0x0
+int color m3_dark_highlighted_text 0x0
+int color m3_dark_hint_foreground 0x0
+int color m3_dark_primary_text_disable_only 0x0
+int color m3_default_color_primary_text 0x0
+int color m3_default_color_secondary_text 0x0
+int color m3_dynamic_dark_default_color_primary_text 0x0
+int color m3_dynamic_dark_default_color_secondary_text 0x0
+int color m3_dynamic_dark_highlighted_text 0x0
+int color m3_dynamic_dark_hint_foreground 0x0
+int color m3_dynamic_dark_primary_text_disable_only 0x0
+int color m3_dynamic_default_color_primary_text 0x0
+int color m3_dynamic_default_color_secondary_text 0x0
+int color m3_dynamic_highlighted_text 0x0
+int color m3_dynamic_hint_foreground 0x0
+int color m3_dynamic_primary_text_disable_only 0x0
+int color m3_efab_ripple_color_selector 0x0
+int color m3_elevated_chip_background_color 0x0
+int color m3_fab_efab_background_color_selector 0x0
+int color m3_fab_efab_foreground_color_selector 0x0
+int color m3_fab_ripple_color_selector 0x0
+int color m3_filled_icon_button_container_color_selector 0x0
+int color m3_highlighted_text 0x0
+int color m3_hint_foreground 0x0
+int color m3_icon_button_icon_color_selector 0x0
+int color m3_navigation_bar_item_with_indicator_icon_tint 0x0
+int color m3_navigation_bar_item_with_indicator_label_tint 0x0
+int color m3_navigation_bar_ripple_color_selector 0x0
+int color m3_navigation_item_background_color 0x0
+int color m3_navigation_item_icon_tint 0x0
+int color m3_navigation_item_ripple_color 0x0
+int color m3_navigation_item_text_color 0x0
+int color m3_popupmenu_overlay_color 0x0
+int color m3_primary_text_disable_only 0x0
+int color m3_radiobutton_button_tint 0x0
+int color m3_radiobutton_ripple_tint 0x0
+int color m3_ref_palette_black 0x0
+int color m3_ref_palette_dynamic_neutral0 0x0
+int color m3_ref_palette_dynamic_neutral10 0x0
+int color m3_ref_palette_dynamic_neutral100 0x0
+int color m3_ref_palette_dynamic_neutral20 0x0
+int color m3_ref_palette_dynamic_neutral30 0x0
+int color m3_ref_palette_dynamic_neutral40 0x0
+int color m3_ref_palette_dynamic_neutral50 0x0
+int color m3_ref_palette_dynamic_neutral60 0x0
+int color m3_ref_palette_dynamic_neutral70 0x0
+int color m3_ref_palette_dynamic_neutral80 0x0
+int color m3_ref_palette_dynamic_neutral90 0x0
+int color m3_ref_palette_dynamic_neutral95 0x0
+int color m3_ref_palette_dynamic_neutral99 0x0
+int color m3_ref_palette_dynamic_neutral_variant0 0x0
+int color m3_ref_palette_dynamic_neutral_variant10 0x0
+int color m3_ref_palette_dynamic_neutral_variant100 0x0
+int color m3_ref_palette_dynamic_neutral_variant20 0x0
+int color m3_ref_palette_dynamic_neutral_variant30 0x0
+int color m3_ref_palette_dynamic_neutral_variant40 0x0
+int color m3_ref_palette_dynamic_neutral_variant50 0x0
+int color m3_ref_palette_dynamic_neutral_variant60 0x0
+int color m3_ref_palette_dynamic_neutral_variant70 0x0
+int color m3_ref_palette_dynamic_neutral_variant80 0x0
+int color m3_ref_palette_dynamic_neutral_variant90 0x0
+int color m3_ref_palette_dynamic_neutral_variant95 0x0
+int color m3_ref_palette_dynamic_neutral_variant99 0x0
+int color m3_ref_palette_dynamic_primary0 0x0
+int color m3_ref_palette_dynamic_primary10 0x0
+int color m3_ref_palette_dynamic_primary100 0x0
+int color m3_ref_palette_dynamic_primary20 0x0
+int color m3_ref_palette_dynamic_primary30 0x0
+int color m3_ref_palette_dynamic_primary40 0x0
+int color m3_ref_palette_dynamic_primary50 0x0
+int color m3_ref_palette_dynamic_primary60 0x0
+int color m3_ref_palette_dynamic_primary70 0x0
+int color m3_ref_palette_dynamic_primary80 0x0
+int color m3_ref_palette_dynamic_primary90 0x0
+int color m3_ref_palette_dynamic_primary95 0x0
+int color m3_ref_palette_dynamic_primary99 0x0
+int color m3_ref_palette_dynamic_secondary0 0x0
+int color m3_ref_palette_dynamic_secondary10 0x0
+int color m3_ref_palette_dynamic_secondary100 0x0
+int color m3_ref_palette_dynamic_secondary20 0x0
+int color m3_ref_palette_dynamic_secondary30 0x0
+int color m3_ref_palette_dynamic_secondary40 0x0
+int color m3_ref_palette_dynamic_secondary50 0x0
+int color m3_ref_palette_dynamic_secondary60 0x0
+int color m3_ref_palette_dynamic_secondary70 0x0
+int color m3_ref_palette_dynamic_secondary80 0x0
+int color m3_ref_palette_dynamic_secondary90 0x0
+int color m3_ref_palette_dynamic_secondary95 0x0
+int color m3_ref_palette_dynamic_secondary99 0x0
+int color m3_ref_palette_dynamic_tertiary0 0x0
+int color m3_ref_palette_dynamic_tertiary10 0x0
+int color m3_ref_palette_dynamic_tertiary100 0x0
+int color m3_ref_palette_dynamic_tertiary20 0x0
+int color m3_ref_palette_dynamic_tertiary30 0x0
+int color m3_ref_palette_dynamic_tertiary40 0x0
+int color m3_ref_palette_dynamic_tertiary50 0x0
+int color m3_ref_palette_dynamic_tertiary60 0x0
+int color m3_ref_palette_dynamic_tertiary70 0x0
+int color m3_ref_palette_dynamic_tertiary80 0x0
+int color m3_ref_palette_dynamic_tertiary90 0x0
+int color m3_ref_palette_dynamic_tertiary95 0x0
+int color m3_ref_palette_dynamic_tertiary99 0x0
+int color m3_ref_palette_error0 0x0
+int color m3_ref_palette_error10 0x0
+int color m3_ref_palette_error100 0x0
+int color m3_ref_palette_error20 0x0
+int color m3_ref_palette_error30 0x0
+int color m3_ref_palette_error40 0x0
+int color m3_ref_palette_error50 0x0
+int color m3_ref_palette_error60 0x0
+int color m3_ref_palette_error70 0x0
+int color m3_ref_palette_error80 0x0
+int color m3_ref_palette_error90 0x0
+int color m3_ref_palette_error95 0x0
+int color m3_ref_palette_error99 0x0
+int color m3_ref_palette_neutral0 0x0
+int color m3_ref_palette_neutral10 0x0
+int color m3_ref_palette_neutral100 0x0
+int color m3_ref_palette_neutral20 0x0
+int color m3_ref_palette_neutral30 0x0
+int color m3_ref_palette_neutral40 0x0
+int color m3_ref_palette_neutral50 0x0
+int color m3_ref_palette_neutral60 0x0
+int color m3_ref_palette_neutral70 0x0
+int color m3_ref_palette_neutral80 0x0
+int color m3_ref_palette_neutral90 0x0
+int color m3_ref_palette_neutral95 0x0
+int color m3_ref_palette_neutral99 0x0
+int color m3_ref_palette_neutral_variant0 0x0
+int color m3_ref_palette_neutral_variant10 0x0
+int color m3_ref_palette_neutral_variant100 0x0
+int color m3_ref_palette_neutral_variant20 0x0
+int color m3_ref_palette_neutral_variant30 0x0
+int color m3_ref_palette_neutral_variant40 0x0
+int color m3_ref_palette_neutral_variant50 0x0
+int color m3_ref_palette_neutral_variant60 0x0
+int color m3_ref_palette_neutral_variant70 0x0
+int color m3_ref_palette_neutral_variant80 0x0
+int color m3_ref_palette_neutral_variant90 0x0
+int color m3_ref_palette_neutral_variant95 0x0
+int color m3_ref_palette_neutral_variant99 0x0
+int color m3_ref_palette_primary0 0x0
+int color m3_ref_palette_primary10 0x0
+int color m3_ref_palette_primary100 0x0
+int color m3_ref_palette_primary20 0x0
+int color m3_ref_palette_primary30 0x0
+int color m3_ref_palette_primary40 0x0
+int color m3_ref_palette_primary50 0x0
+int color m3_ref_palette_primary60 0x0
+int color m3_ref_palette_primary70 0x0
+int color m3_ref_palette_primary80 0x0
+int color m3_ref_palette_primary90 0x0
+int color m3_ref_palette_primary95 0x0
+int color m3_ref_palette_primary99 0x0
+int color m3_ref_palette_secondary0 0x0
+int color m3_ref_palette_secondary10 0x0
+int color m3_ref_palette_secondary100 0x0
+int color m3_ref_palette_secondary20 0x0
+int color m3_ref_palette_secondary30 0x0
+int color m3_ref_palette_secondary40 0x0
+int color m3_ref_palette_secondary50 0x0
+int color m3_ref_palette_secondary60 0x0
+int color m3_ref_palette_secondary70 0x0
+int color m3_ref_palette_secondary80 0x0
+int color m3_ref_palette_secondary90 0x0
+int color m3_ref_palette_secondary95 0x0
+int color m3_ref_palette_secondary99 0x0
+int color m3_ref_palette_tertiary0 0x0
+int color m3_ref_palette_tertiary10 0x0
+int color m3_ref_palette_tertiary100 0x0
+int color m3_ref_palette_tertiary20 0x0
+int color m3_ref_palette_tertiary30 0x0
+int color m3_ref_palette_tertiary40 0x0
+int color m3_ref_palette_tertiary50 0x0
+int color m3_ref_palette_tertiary60 0x0
+int color m3_ref_palette_tertiary70 0x0
+int color m3_ref_palette_tertiary80 0x0
+int color m3_ref_palette_tertiary90 0x0
+int color m3_ref_palette_tertiary95 0x0
+int color m3_ref_palette_tertiary99 0x0
+int color m3_ref_palette_white 0x0
+int color m3_selection_control_ripple_color_selector 0x0
+int color m3_simple_item_ripple_color 0x0
+int color m3_slider_active_track_color 0x0
+int color m3_slider_halo_color 0x0
+int color m3_slider_inactive_track_color 0x0
+int color m3_slider_thumb_color 0x0
+int color m3_switch_thumb_tint 0x0
+int color m3_switch_track_tint 0x0
+int color m3_sys_color_dark_background 0x0
+int color m3_sys_color_dark_error 0x0
+int color m3_sys_color_dark_error_container 0x0
+int color m3_sys_color_dark_inverse_on_surface 0x0
+int color m3_sys_color_dark_inverse_primary 0x0
+int color m3_sys_color_dark_inverse_surface 0x0
+int color m3_sys_color_dark_on_background 0x0
+int color m3_sys_color_dark_on_error 0x0
+int color m3_sys_color_dark_on_error_container 0x0
+int color m3_sys_color_dark_on_primary 0x0
+int color m3_sys_color_dark_on_primary_container 0x0
+int color m3_sys_color_dark_on_secondary 0x0
+int color m3_sys_color_dark_on_secondary_container 0x0
+int color m3_sys_color_dark_on_surface 0x0
+int color m3_sys_color_dark_on_surface_variant 0x0
+int color m3_sys_color_dark_on_tertiary 0x0
+int color m3_sys_color_dark_on_tertiary_container 0x0
+int color m3_sys_color_dark_outline 0x0
+int color m3_sys_color_dark_primary 0x0
+int color m3_sys_color_dark_primary_container 0x0
+int color m3_sys_color_dark_secondary 0x0
+int color m3_sys_color_dark_secondary_container 0x0
+int color m3_sys_color_dark_surface 0x0
+int color m3_sys_color_dark_surface_variant 0x0
+int color m3_sys_color_dark_tertiary 0x0
+int color m3_sys_color_dark_tertiary_container 0x0
+int color m3_sys_color_dynamic_dark_background 0x0
+int color m3_sys_color_dynamic_dark_inverse_on_surface 0x0
+int color m3_sys_color_dynamic_dark_inverse_primary 0x0
+int color m3_sys_color_dynamic_dark_inverse_surface 0x0
+int color m3_sys_color_dynamic_dark_on_background 0x0
+int color m3_sys_color_dynamic_dark_on_primary 0x0
+int color m3_sys_color_dynamic_dark_on_primary_container 0x0
+int color m3_sys_color_dynamic_dark_on_secondary 0x0
+int color m3_sys_color_dynamic_dark_on_secondary_container 0x0
+int color m3_sys_color_dynamic_dark_on_surface 0x0
+int color m3_sys_color_dynamic_dark_on_surface_variant 0x0
+int color m3_sys_color_dynamic_dark_on_tertiary 0x0
+int color m3_sys_color_dynamic_dark_on_tertiary_container 0x0
+int color m3_sys_color_dynamic_dark_outline 0x0
+int color m3_sys_color_dynamic_dark_primary 0x0
+int color m3_sys_color_dynamic_dark_primary_container 0x0
+int color m3_sys_color_dynamic_dark_secondary 0x0
+int color m3_sys_color_dynamic_dark_secondary_container 0x0
+int color m3_sys_color_dynamic_dark_surface 0x0
+int color m3_sys_color_dynamic_dark_surface_variant 0x0
+int color m3_sys_color_dynamic_dark_tertiary 0x0
+int color m3_sys_color_dynamic_dark_tertiary_container 0x0
+int color m3_sys_color_dynamic_light_background 0x0
+int color m3_sys_color_dynamic_light_inverse_on_surface 0x0
+int color m3_sys_color_dynamic_light_inverse_primary 0x0
+int color m3_sys_color_dynamic_light_inverse_surface 0x0
+int color m3_sys_color_dynamic_light_on_background 0x0
+int color m3_sys_color_dynamic_light_on_primary 0x0
+int color m3_sys_color_dynamic_light_on_primary_container 0x0
+int color m3_sys_color_dynamic_light_on_secondary 0x0
+int color m3_sys_color_dynamic_light_on_secondary_container 0x0
+int color m3_sys_color_dynamic_light_on_surface 0x0
+int color m3_sys_color_dynamic_light_on_surface_variant 0x0
+int color m3_sys_color_dynamic_light_on_tertiary 0x0
+int color m3_sys_color_dynamic_light_on_tertiary_container 0x0
+int color m3_sys_color_dynamic_light_outline 0x0
+int color m3_sys_color_dynamic_light_primary 0x0
+int color m3_sys_color_dynamic_light_primary_container 0x0
+int color m3_sys_color_dynamic_light_secondary 0x0
+int color m3_sys_color_dynamic_light_secondary_container 0x0
+int color m3_sys_color_dynamic_light_surface 0x0
+int color m3_sys_color_dynamic_light_surface_variant 0x0
+int color m3_sys_color_dynamic_light_tertiary 0x0
+int color m3_sys_color_dynamic_light_tertiary_container 0x0
+int color m3_sys_color_light_background 0x0
+int color m3_sys_color_light_error 0x0
+int color m3_sys_color_light_error_container 0x0
+int color m3_sys_color_light_inverse_on_surface 0x0
+int color m3_sys_color_light_inverse_primary 0x0
+int color m3_sys_color_light_inverse_surface 0x0
+int color m3_sys_color_light_on_background 0x0
+int color m3_sys_color_light_on_error 0x0
+int color m3_sys_color_light_on_error_container 0x0
+int color m3_sys_color_light_on_primary 0x0
+int color m3_sys_color_light_on_primary_container 0x0
+int color m3_sys_color_light_on_secondary 0x0
+int color m3_sys_color_light_on_secondary_container 0x0
+int color m3_sys_color_light_on_surface 0x0
+int color m3_sys_color_light_on_surface_variant 0x0
+int color m3_sys_color_light_on_tertiary 0x0
+int color m3_sys_color_light_on_tertiary_container 0x0
+int color m3_sys_color_light_outline 0x0
+int color m3_sys_color_light_primary 0x0
+int color m3_sys_color_light_primary_container 0x0
+int color m3_sys_color_light_secondary 0x0
+int color m3_sys_color_light_secondary_container 0x0
+int color m3_sys_color_light_surface 0x0
+int color m3_sys_color_light_surface_variant 0x0
+int color m3_sys_color_light_tertiary 0x0
+int color m3_sys_color_light_tertiary_container 0x0
+int color m3_tabs_icon_color 0x0
+int color m3_tabs_ripple_color 0x0
+int color m3_text_button_background_color_selector 0x0
+int color m3_text_button_foreground_color_selector 0x0
+int color m3_text_button_ripple_color_selector 0x0
+int color m3_textfield_filled_background_color 0x0
+int color m3_textfield_indicator_text_color 0x0
+int color m3_textfield_input_text_color 0x0
+int color m3_textfield_label_color 0x0
+int color m3_textfield_stroke_color 0x0
+int color m3_timepicker_button_background_color 0x0
+int color m3_timepicker_button_ripple_color 0x0
+int color m3_timepicker_button_text_color 0x0
+int color m3_timepicker_clock_text_color 0x0
+int color m3_timepicker_display_background_color 0x0
+int color m3_timepicker_display_ripple_color 0x0
+int color m3_timepicker_display_stroke_color 0x0
+int color m3_timepicker_display_text_color 0x0
+int color m3_timepicker_secondary_text_button_ripple_color 0x0
+int color m3_timepicker_secondary_text_button_text_color 0x0
+int color m3_tonal_button_ripple_color_selector 0x0
+int color material_blue_grey_800 0x0
+int color material_blue_grey_900 0x0
+int color material_blue_grey_950 0x0
+int color material_cursor_color 0x0
+int color material_deep_teal_200 0x0
+int color material_deep_teal_500 0x0
+int color material_divider_color 0x0
+int color material_dynamic_neutral0 0x0
+int color material_dynamic_neutral10 0x0
+int color material_dynamic_neutral100 0x0
+int color material_dynamic_neutral20 0x0
+int color material_dynamic_neutral30 0x0
+int color material_dynamic_neutral40 0x0
+int color material_dynamic_neutral50 0x0
+int color material_dynamic_neutral60 0x0
+int color material_dynamic_neutral70 0x0
+int color material_dynamic_neutral80 0x0
+int color material_dynamic_neutral90 0x0
+int color material_dynamic_neutral95 0x0
+int color material_dynamic_neutral99 0x0
+int color material_dynamic_neutral_variant0 0x0
+int color material_dynamic_neutral_variant10 0x0
+int color material_dynamic_neutral_variant100 0x0
+int color material_dynamic_neutral_variant20 0x0
+int color material_dynamic_neutral_variant30 0x0
+int color material_dynamic_neutral_variant40 0x0
+int color material_dynamic_neutral_variant50 0x0
+int color material_dynamic_neutral_variant60 0x0
+int color material_dynamic_neutral_variant70 0x0
+int color material_dynamic_neutral_variant80 0x0
+int color material_dynamic_neutral_variant90 0x0
+int color material_dynamic_neutral_variant95 0x0
+int color material_dynamic_neutral_variant99 0x0
+int color material_dynamic_primary0 0x0
+int color material_dynamic_primary10 0x0
+int color material_dynamic_primary100 0x0
+int color material_dynamic_primary20 0x0
+int color material_dynamic_primary30 0x0
+int color material_dynamic_primary40 0x0
+int color material_dynamic_primary50 0x0
+int color material_dynamic_primary60 0x0
+int color material_dynamic_primary70 0x0
+int color material_dynamic_primary80 0x0
+int color material_dynamic_primary90 0x0
+int color material_dynamic_primary95 0x0
+int color material_dynamic_primary99 0x0
+int color material_dynamic_secondary0 0x0
+int color material_dynamic_secondary10 0x0
+int color material_dynamic_secondary100 0x0
+int color material_dynamic_secondary20 0x0
+int color material_dynamic_secondary30 0x0
+int color material_dynamic_secondary40 0x0
+int color material_dynamic_secondary50 0x0
+int color material_dynamic_secondary60 0x0
+int color material_dynamic_secondary70 0x0
+int color material_dynamic_secondary80 0x0
+int color material_dynamic_secondary90 0x0
+int color material_dynamic_secondary95 0x0
+int color material_dynamic_secondary99 0x0
+int color material_dynamic_tertiary0 0x0
+int color material_dynamic_tertiary10 0x0
+int color material_dynamic_tertiary100 0x0
+int color material_dynamic_tertiary20 0x0
+int color material_dynamic_tertiary30 0x0
+int color material_dynamic_tertiary40 0x0
+int color material_dynamic_tertiary50 0x0
+int color material_dynamic_tertiary60 0x0
+int color material_dynamic_tertiary70 0x0
+int color material_dynamic_tertiary80 0x0
+int color material_dynamic_tertiary90 0x0
+int color material_dynamic_tertiary95 0x0
+int color material_dynamic_tertiary99 0x0
+int color material_grey_100 0x0
+int color material_grey_300 0x0
+int color material_grey_50 0x0
+int color material_grey_600 0x0
+int color material_grey_800 0x0
+int color material_grey_850 0x0
+int color material_grey_900 0x0
+int color material_harmonized_color_error 0x0
+int color material_harmonized_color_error_container 0x0
+int color material_harmonized_color_on_error 0x0
+int color material_harmonized_color_on_error_container 0x0
+int color material_on_background_disabled 0x0
+int color material_on_background_emphasis_high_type 0x0
+int color material_on_background_emphasis_medium 0x0
+int color material_on_primary_disabled 0x0
+int color material_on_primary_emphasis_high_type 0x0
+int color material_on_primary_emphasis_medium 0x0
+int color material_on_surface_disabled 0x0
+int color material_on_surface_emphasis_high_type 0x0
+int color material_on_surface_emphasis_medium 0x0
+int color material_on_surface_stroke 0x0
+int color material_slider_active_tick_marks_color 0x0
+int color material_slider_active_track_color 0x0
+int color material_slider_halo_color 0x0
+int color material_slider_inactive_tick_marks_color 0x0
+int color material_slider_inactive_track_color 0x0
+int color material_slider_thumb_color 0x0
+int color material_timepicker_button_background 0x0
+int color material_timepicker_button_stroke 0x0
+int color material_timepicker_clock_text_color 0x0
+int color material_timepicker_clockface 0x0
+int color material_timepicker_modebutton_tint 0x0
+int color mtrl_btn_bg_color_selector 0x0
+int color mtrl_btn_ripple_color 0x0
+int color mtrl_btn_stroke_color_selector 0x0
+int color mtrl_btn_text_btn_bg_color_selector 0x0
+int color mtrl_btn_text_btn_ripple_color 0x0
+int color mtrl_btn_text_color_disabled 0x0
+int color mtrl_btn_text_color_selector 0x0
+int color mtrl_btn_transparent_bg_color 0x0
+int color mtrl_calendar_item_stroke_color 0x0
+int color mtrl_calendar_selected_range 0x0
+int color mtrl_card_view_foreground 0x0
+int color mtrl_card_view_ripple 0x0
+int color mtrl_chip_background_color 0x0
+int color mtrl_chip_close_icon_tint 0x0
+int color mtrl_chip_surface_color 0x0
+int color mtrl_chip_text_color 0x0
+int color mtrl_choice_chip_background_color 0x0
+int color mtrl_choice_chip_ripple_color 0x0
+int color mtrl_choice_chip_text_color 0x0
+int color mtrl_error 0x0
+int color mtrl_fab_bg_color_selector 0x0
+int color mtrl_fab_icon_text_color_selector 0x0
+int color mtrl_fab_ripple_color 0x0
+int color mtrl_filled_background_color 0x0
+int color mtrl_filled_icon_tint 0x0
+int color mtrl_filled_stroke_color 0x0
+int color mtrl_indicator_text_color 0x0
+int color mtrl_navigation_bar_colored_item_tint 0x0
+int color mtrl_navigation_bar_colored_ripple_color 0x0
+int color mtrl_navigation_bar_item_tint 0x0
+int color mtrl_navigation_bar_ripple_color 0x0
+int color mtrl_navigation_item_background_color 0x0
+int color mtrl_navigation_item_icon_tint 0x0
+int color mtrl_navigation_item_text_color 0x0
+int color mtrl_on_primary_text_btn_text_color_selector 0x0
+int color mtrl_on_surface_ripple_color 0x0
+int color mtrl_outlined_icon_tint 0x0
+int color mtrl_outlined_stroke_color 0x0
+int color mtrl_popupmenu_overlay_color 0x0
+int color mtrl_scrim_color 0x0
+int color mtrl_switch_thumb_icon_tint 0x0
+int color mtrl_switch_thumb_tint 0x0
+int color mtrl_switch_track_decoration_tint 0x0
+int color mtrl_switch_track_tint 0x0
+int color mtrl_tabs_colored_ripple_color 0x0
+int color mtrl_tabs_icon_color_selector 0x0
+int color mtrl_tabs_icon_color_selector_colored 0x0
+int color mtrl_tabs_legacy_text_color_selector 0x0
+int color mtrl_tabs_ripple_color 0x0
+int color mtrl_text_btn_text_color_selector 0x0
+int color mtrl_textinput_default_box_stroke_color 0x0
+int color mtrl_textinput_disabled_color 0x0
+int color mtrl_textinput_filled_box_default_background_color 0x0
+int color mtrl_textinput_focused_box_stroke_color 0x0
+int color mtrl_textinput_hovered_box_stroke_color 0x0
+int color notification_action_color_filter 0x0
+int color notification_icon_bg_color 0x0
+int color primary_dark_material_dark 0x0
+int color primary_dark_material_light 0x0
+int color primary_material_dark 0x0
+int color primary_material_light 0x0
+int color primary_text_default_material_dark 0x0
+int color primary_text_default_material_light 0x0
+int color primary_text_disabled_material_dark 0x0
+int color primary_text_disabled_material_light 0x0
+int color ripple_material_dark 0x0
+int color ripple_material_light 0x0
+int color secondary_text_default_material_dark 0x0
+int color secondary_text_default_material_light 0x0
+int color secondary_text_disabled_material_dark 0x0
+int color secondary_text_disabled_material_light 0x0
+int color switch_thumb_disabled_material_dark 0x0
+int color switch_thumb_disabled_material_light 0x0
+int color switch_thumb_material_dark 0x0
+int color switch_thumb_material_light 0x0
+int color switch_thumb_normal_material_dark 0x0
+int color switch_thumb_normal_material_light 0x0
+int color tooltip_background_dark 0x0
+int color tooltip_background_light 0x0
+int dimen abc_action_bar_content_inset_material 0x0
+int dimen abc_action_bar_content_inset_with_nav 0x0
+int dimen abc_action_bar_default_height_material 0x0
+int dimen abc_action_bar_default_padding_end_material 0x0
+int dimen abc_action_bar_default_padding_start_material 0x0
+int dimen abc_action_bar_elevation_material 0x0
+int dimen abc_action_bar_icon_vertical_padding_material 0x0
+int dimen abc_action_bar_overflow_padding_end_material 0x0
+int dimen abc_action_bar_overflow_padding_start_material 0x0
+int dimen abc_action_bar_stacked_max_height 0x0
+int dimen abc_action_bar_stacked_tab_max_width 0x0
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x0
+int dimen abc_action_bar_subtitle_top_margin_material 0x0
+int dimen abc_action_button_min_height_material 0x0
+int dimen abc_action_button_min_width_material 0x0
+int dimen abc_action_button_min_width_overflow_material 0x0
+int dimen abc_alert_dialog_button_bar_height 0x0
+int dimen abc_alert_dialog_button_dimen 0x0
+int dimen abc_button_inset_horizontal_material 0x0
+int dimen abc_button_inset_vertical_material 0x0
+int dimen abc_button_padding_horizontal_material 0x0
+int dimen abc_button_padding_vertical_material 0x0
+int dimen abc_cascading_menus_min_smallest_width 0x0
+int dimen abc_config_prefDialogWidth 0x0
+int dimen abc_control_corner_material 0x0
+int dimen abc_control_inset_material 0x0
+int dimen abc_control_padding_material 0x0
+int dimen abc_dialog_corner_radius_material 0x0
+int dimen abc_dialog_fixed_height_major 0x0
+int dimen abc_dialog_fixed_height_minor 0x0
+int dimen abc_dialog_fixed_width_major 0x0
+int dimen abc_dialog_fixed_width_minor 0x0
+int dimen abc_dialog_list_padding_bottom_no_buttons 0x0
+int dimen abc_dialog_list_padding_top_no_title 0x0
+int dimen abc_dialog_min_width_major 0x0
+int dimen abc_dialog_min_width_minor 0x0
+int dimen abc_dialog_padding_material 0x0
+int dimen abc_dialog_padding_top_material 0x0
+int dimen abc_dialog_title_divider_material 0x0
+int dimen abc_disabled_alpha_material_dark 0x0
+int dimen abc_disabled_alpha_material_light 0x0
+int dimen abc_dropdownitem_icon_width 0x0
+int dimen abc_dropdownitem_text_padding_left 0x0
+int dimen abc_dropdownitem_text_padding_right 0x0
+int dimen abc_edit_text_inset_bottom_material 0x0
+int dimen abc_edit_text_inset_horizontal_material 0x0
+int dimen abc_edit_text_inset_top_material 0x0
+int dimen abc_floating_window_z 0x0
+int dimen abc_list_item_height_large_material 0x0
+int dimen abc_list_item_height_material 0x0
+int dimen abc_list_item_height_small_material 0x0
+int dimen abc_list_item_padding_horizontal_material 0x0
+int dimen abc_panel_menu_list_width 0x0
+int dimen abc_progress_bar_height_material 0x0
+int dimen abc_search_view_preferred_height 0x0
+int dimen abc_search_view_preferred_width 0x0
+int dimen abc_seekbar_track_background_height_material 0x0
+int dimen abc_seekbar_track_progress_height_material 0x0
+int dimen abc_select_dialog_padding_start_material 0x0
+int dimen abc_star_big 0x0
+int dimen abc_star_medium 0x0
+int dimen abc_star_small 0x0
+int dimen abc_switch_padding 0x0
+int dimen abc_text_size_body_1_material 0x0
+int dimen abc_text_size_body_2_material 0x0
+int dimen abc_text_size_button_material 0x0
+int dimen abc_text_size_caption_material 0x0
+int dimen abc_text_size_display_1_material 0x0
+int dimen abc_text_size_display_2_material 0x0
+int dimen abc_text_size_display_3_material 0x0
+int dimen abc_text_size_display_4_material 0x0
+int dimen abc_text_size_headline_material 0x0
+int dimen abc_text_size_large_material 0x0
+int dimen abc_text_size_medium_material 0x0
+int dimen abc_text_size_menu_header_material 0x0
+int dimen abc_text_size_menu_material 0x0
+int dimen abc_text_size_small_material 0x0
+int dimen abc_text_size_subhead_material 0x0
+int dimen abc_text_size_subtitle_material_toolbar 0x0
+int dimen abc_text_size_title_material 0x0
+int dimen abc_text_size_title_material_toolbar 0x0
+int dimen appcompat_dialog_background_inset 0x0
+int dimen cardview_compat_inset_shadow 0x0
+int dimen cardview_default_elevation 0x0
+int dimen cardview_default_radius 0x0
+int dimen clock_face_margin_start 0x0
+int dimen compat_button_inset_horizontal_material 0x0
+int dimen compat_button_inset_vertical_material 0x0
+int dimen compat_button_padding_horizontal_material 0x0
+int dimen compat_button_padding_vertical_material 0x0
+int dimen compat_control_corner_material 0x0
+int dimen compat_notification_large_icon_max_height 0x0
+int dimen compat_notification_large_icon_max_width 0x0
+int dimen def_drawer_elevation 0x0
+int dimen design_appbar_elevation 0x0
+int dimen design_bottom_navigation_active_item_max_width 0x0
+int dimen design_bottom_navigation_active_item_min_width 0x0
+int dimen design_bottom_navigation_active_text_size 0x0
+int dimen design_bottom_navigation_elevation 0x0
+int dimen design_bottom_navigation_height 0x0
+int dimen design_bottom_navigation_icon_size 0x0
+int dimen design_bottom_navigation_item_max_width 0x0
+int dimen design_bottom_navigation_item_min_width 0x0
+int dimen design_bottom_navigation_label_padding 0x0
+int dimen design_bottom_navigation_margin 0x0
+int dimen design_bottom_navigation_shadow_height 0x0
+int dimen design_bottom_navigation_text_size 0x0
+int dimen design_bottom_sheet_elevation 0x0
+int dimen design_bottom_sheet_modal_elevation 0x0
+int dimen design_bottom_sheet_peek_height_min 0x0
+int dimen design_fab_border_width 0x0
+int dimen design_fab_elevation 0x0
+int dimen design_fab_image_size 0x0
+int dimen design_fab_size_mini 0x0
+int dimen design_fab_size_normal 0x0
+int dimen design_fab_translation_z_hovered_focused 0x0
+int dimen design_fab_translation_z_pressed 0x0
+int dimen design_navigation_elevation 0x0
+int dimen design_navigation_icon_padding 0x0
+int dimen design_navigation_icon_size 0x0
+int dimen design_navigation_item_horizontal_padding 0x0
+int dimen design_navigation_item_icon_padding 0x0
+int dimen design_navigation_item_vertical_padding 0x0
+int dimen design_navigation_max_width 0x0
+int dimen design_navigation_padding_bottom 0x0
+int dimen design_navigation_separator_vertical_padding 0x0
+int dimen design_snackbar_action_inline_max_width 0x0
+int dimen design_snackbar_action_text_color_alpha 0x0
+int dimen design_snackbar_background_corner_radius 0x0
+int dimen design_snackbar_elevation 0x0
+int dimen design_snackbar_extra_spacing_horizontal 0x0
+int dimen design_snackbar_max_width 0x0
+int dimen design_snackbar_min_width 0x0
+int dimen design_snackbar_padding_horizontal 0x0
+int dimen design_snackbar_padding_vertical 0x0
+int dimen design_snackbar_padding_vertical_2lines 0x0
+int dimen design_snackbar_text_size 0x0
+int dimen design_tab_max_width 0x0
+int dimen design_tab_scrollable_min_width 0x0
+int dimen design_tab_text_size 0x0
+int dimen design_tab_text_size_2line 0x0
+int dimen design_textinput_caption_translate_y 0x0
+int dimen disabled_alpha_material_dark 0x0
+int dimen disabled_alpha_material_light 0x0
+int dimen fastscroll_default_thickness 0x0
+int dimen fastscroll_margin 0x0
+int dimen fastscroll_minimum_range 0x0
+int dimen highlight_alpha_material_colored 0x0
+int dimen highlight_alpha_material_dark 0x0
+int dimen highlight_alpha_material_light 0x0
+int dimen hint_alpha_material_dark 0x0
+int dimen hint_alpha_material_light 0x0
+int dimen hint_pressed_alpha_material_dark 0x0
+int dimen hint_pressed_alpha_material_light 0x0
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x0
+int dimen item_touch_helper_swipe_escape_max_velocity 0x0
+int dimen item_touch_helper_swipe_escape_velocity 0x0
+int dimen m3_alert_dialog_action_bottom_padding 0x0
+int dimen m3_alert_dialog_action_top_padding 0x0
+int dimen m3_alert_dialog_corner_size 0x0
+int dimen m3_alert_dialog_elevation 0x0
+int dimen m3_alert_dialog_icon_margin 0x0
+int dimen m3_alert_dialog_icon_size 0x0
+int dimen m3_alert_dialog_title_bottom_margin 0x0
+int dimen m3_appbar_expanded_title_margin_bottom 0x0
+int dimen m3_appbar_expanded_title_margin_horizontal 0x0
+int dimen m3_appbar_scrim_height_trigger 0x0
+int dimen m3_appbar_scrim_height_trigger_large 0x0
+int dimen m3_appbar_scrim_height_trigger_medium 0x0
+int dimen m3_appbar_size_compact 0x0
+int dimen m3_appbar_size_large 0x0
+int dimen m3_appbar_size_medium 0x0
+int dimen m3_badge_horizontal_offset 0x0
+int dimen m3_badge_radius 0x0
+int dimen m3_badge_vertical_offset 0x0
+int dimen m3_badge_with_text_horizontal_offset 0x0
+int dimen m3_badge_with_text_radius 0x0
+int dimen m3_badge_with_text_vertical_offset 0x0
+int dimen m3_bottom_nav_item_active_indicator_height 0x0
+int dimen m3_bottom_nav_item_active_indicator_margin_horizontal 0x0
+int dimen m3_bottom_nav_item_active_indicator_width 0x0
+int dimen m3_bottom_nav_item_padding_bottom 0x0
+int dimen m3_bottom_nav_item_padding_top 0x0
+int dimen m3_bottom_nav_min_height 0x0
+int dimen m3_bottom_sheet_drag_handle_bottom_padding 0x0
+int dimen m3_bottom_sheet_elevation 0x0
+int dimen m3_bottom_sheet_modal_elevation 0x0
+int dimen m3_bottomappbar_fab_cradle_margin 0x0
+int dimen m3_bottomappbar_fab_cradle_rounded_corner_radius 0x0
+int dimen m3_bottomappbar_fab_cradle_vertical_offset 0x0
+int dimen m3_bottomappbar_fab_end_margin 0x0
+int dimen m3_bottomappbar_height 0x0
+int dimen m3_bottomappbar_horizontal_padding 0x0
+int dimen m3_btn_dialog_btn_min_width 0x0
+int dimen m3_btn_dialog_btn_spacing 0x0
+int dimen m3_btn_disabled_elevation 0x0
+int dimen m3_btn_disabled_translation_z 0x0
+int dimen m3_btn_elevated_btn_elevation 0x0
+int dimen m3_btn_elevation 0x0
+int dimen m3_btn_icon_btn_padding_left 0x0
+int dimen m3_btn_icon_btn_padding_right 0x0
+int dimen m3_btn_icon_only_default_padding 0x0
+int dimen m3_btn_icon_only_default_size 0x0
+int dimen m3_btn_icon_only_icon_padding 0x0
+int dimen m3_btn_icon_only_min_width 0x0
+int dimen m3_btn_inset 0x0
+int dimen m3_btn_max_width 0x0
+int dimen m3_btn_padding_bottom 0x0
+int dimen m3_btn_padding_left 0x0
+int dimen m3_btn_padding_right 0x0
+int dimen m3_btn_padding_top 0x0
+int dimen m3_btn_stroke_size 0x0
+int dimen m3_btn_text_btn_icon_padding_left 0x0
+int dimen m3_btn_text_btn_icon_padding_right 0x0
+int dimen m3_btn_text_btn_padding_left 0x0
+int dimen m3_btn_text_btn_padding_right 0x0
+int dimen m3_btn_translation_z_base 0x0
+int dimen m3_btn_translation_z_hovered 0x0
+int dimen m3_card_dragged_z 0x0
+int dimen m3_card_elevated_dragged_z 0x0
+int dimen m3_card_elevated_elevation 0x0
+int dimen m3_card_elevated_hovered_z 0x0
+int dimen m3_card_elevation 0x0
+int dimen m3_card_hovered_z 0x0
+int dimen m3_card_stroke_width 0x0
+int dimen m3_chip_checked_hovered_translation_z 0x0
+int dimen m3_chip_corner_size 0x0
+int dimen m3_chip_disabled_translation_z 0x0
+int dimen m3_chip_dragged_translation_z 0x0
+int dimen m3_chip_elevated_elevation 0x0
+int dimen m3_chip_hovered_translation_z 0x0
+int dimen m3_chip_icon_size 0x0
+int dimen m3_comp_bottom_app_bar_container_elevation 0x0
+int dimen m3_comp_bottom_app_bar_container_height 0x0
+int dimen m3_comp_extended_fab_primary_container_elevation 0x0
+int dimen m3_comp_extended_fab_primary_container_height 0x0
+int dimen m3_comp_extended_fab_primary_focus_container_elevation 0x0
+int dimen m3_comp_extended_fab_primary_focus_state_layer_opacity 0x0
+int dimen m3_comp_extended_fab_primary_hover_container_elevation 0x0
+int dimen m3_comp_extended_fab_primary_hover_state_layer_opacity 0x0
+int dimen m3_comp_extended_fab_primary_icon_size 0x0
+int dimen m3_comp_extended_fab_primary_pressed_container_elevation 0x0
+int dimen m3_comp_extended_fab_primary_pressed_state_layer_opacity 0x0
+int dimen m3_comp_fab_primary_container_elevation 0x0
+int dimen m3_comp_fab_primary_container_height 0x0
+int dimen m3_comp_fab_primary_focus_state_layer_opacity 0x0
+int dimen m3_comp_fab_primary_hover_container_elevation 0x0
+int dimen m3_comp_fab_primary_hover_state_layer_opacity 0x0
+int dimen m3_comp_fab_primary_icon_size 0x0
+int dimen m3_comp_fab_primary_large_container_height 0x0
+int dimen m3_comp_fab_primary_large_icon_size 0x0
+int dimen m3_comp_fab_primary_pressed_container_elevation 0x0
+int dimen m3_comp_fab_primary_pressed_state_layer_opacity 0x0
+int dimen m3_comp_fab_primary_small_container_height 0x0
+int dimen m3_comp_fab_primary_small_icon_size 0x0
+int dimen m3_comp_switch_disabled_handle_elevation 0x0
+int dimen m3_comp_switch_disabled_handle_opacity 0x0
+int dimen m3_comp_switch_disabled_selected_handle_opacity 0x0
+int dimen m3_comp_switch_disabled_selected_icon_opacity 0x0
+int dimen m3_comp_switch_disabled_track_opacity 0x0
+int dimen m3_comp_switch_disabled_unselected_handle_opacity 0x0
+int dimen m3_comp_switch_disabled_unselected_icon_opacity 0x0
+int dimen m3_comp_switch_handle_elevation 0x0
+int dimen m3_comp_switch_selected_focus_state_layer_opacity 0x0
+int dimen m3_comp_switch_selected_hover_state_layer_opacity 0x0
+int dimen m3_comp_switch_selected_pressed_state_layer_opacity 0x0
+int dimen m3_comp_switch_track_height 0x0
+int dimen m3_comp_switch_track_width 0x0
+int dimen m3_comp_switch_unselected_focus_state_layer_opacity 0x0
+int dimen m3_comp_switch_unselected_hover_state_layer_opacity 0x0
+int dimen m3_comp_switch_unselected_pressed_state_layer_opacity 0x0
+int dimen m3_datepicker_elevation 0x0
+int dimen m3_divider_heavy_thickness 0x0
+int dimen m3_exposed_dropdown_menu_popup_elevation 0x0
+int dimen m3_extended_fab_bottom_padding 0x0
+int dimen m3_extended_fab_end_padding 0x0
+int dimen m3_extended_fab_icon_padding 0x0
+int dimen m3_extended_fab_min_height 0x0
+int dimen m3_extended_fab_start_padding 0x0
+int dimen m3_extended_fab_top_padding 0x0
+int dimen m3_fab_border_width 0x0
+int dimen m3_fab_corner_size 0x0
+int dimen m3_fab_translation_z_hovered_focused 0x0
+int dimen m3_fab_translation_z_pressed 0x0
+int dimen m3_large_fab_max_image_size 0x0
+int dimen m3_large_fab_size 0x0
+int dimen m3_menu_elevation 0x0
+int dimen m3_navigation_drawer_layout_corner_size 0x0
+int dimen m3_navigation_item_horizontal_padding 0x0
+int dimen m3_navigation_item_icon_padding 0x0
+int dimen m3_navigation_item_shape_inset_bottom 0x0
+int dimen m3_navigation_item_shape_inset_end 0x0
+int dimen m3_navigation_item_shape_inset_start 0x0
+int dimen m3_navigation_item_shape_inset_top 0x0
+int dimen m3_navigation_item_vertical_padding 0x0
+int dimen m3_navigation_menu_divider_horizontal_padding 0x0
+int dimen m3_navigation_menu_headline_horizontal_padding 0x0
+int dimen m3_navigation_rail_default_width 0x0
+int dimen m3_navigation_rail_item_active_indicator_height 0x0
+int dimen m3_navigation_rail_item_active_indicator_margin_horizontal 0x0
+int dimen m3_navigation_rail_item_active_indicator_width 0x0
+int dimen m3_navigation_rail_item_min_height 0x0
+int dimen m3_navigation_rail_item_padding_bottom 0x0
+int dimen m3_navigation_rail_item_padding_top 0x0
+int dimen m3_ripple_default_alpha 0x0
+int dimen m3_ripple_focused_alpha 0x0
+int dimen m3_ripple_hovered_alpha 0x0
+int dimen m3_ripple_pressed_alpha 0x0
+int dimen m3_ripple_selectable_pressed_alpha 0x0
+int dimen m3_simple_item_color_hovered_alpha 0x0
+int dimen m3_simple_item_color_selected_alpha 0x0
+int dimen m3_slider_thumb_elevation 0x0
+int dimen m3_small_fab_max_image_size 0x0
+int dimen m3_small_fab_size 0x0
+int dimen m3_snackbar_action_text_color_alpha 0x0
+int dimen m3_snackbar_margin 0x0
+int dimen m3_sys_elevation_level0 0x0
+int dimen m3_sys_elevation_level1 0x0
+int dimen m3_sys_elevation_level2 0x0
+int dimen m3_sys_elevation_level3 0x0
+int dimen m3_sys_elevation_level4 0x0
+int dimen m3_sys_elevation_level5 0x0
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_x1 0x0
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_x2 0x0
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_y1 0x0
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_y2 0x0
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_x1 0x0
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_x2 0x0
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_y1 0x0
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_y2 0x0
+int dimen m3_sys_motion_easing_legacy_accelerate_control_x1 0x0
+int dimen m3_sys_motion_easing_legacy_accelerate_control_x2 0x0
+int dimen m3_sys_motion_easing_legacy_accelerate_control_y1 0x0
+int dimen m3_sys_motion_easing_legacy_accelerate_control_y2 0x0
+int dimen m3_sys_motion_easing_legacy_control_x1 0x0
+int dimen m3_sys_motion_easing_legacy_control_x2 0x0
+int dimen m3_sys_motion_easing_legacy_control_y1 0x0
+int dimen m3_sys_motion_easing_legacy_control_y2 0x0
+int dimen m3_sys_motion_easing_legacy_decelerate_control_x1 0x0
+int dimen m3_sys_motion_easing_legacy_decelerate_control_x2 0x0
+int dimen m3_sys_motion_easing_legacy_decelerate_control_y1 0x0
+int dimen m3_sys_motion_easing_legacy_decelerate_control_y2 0x0
+int dimen m3_sys_motion_easing_linear_control_x1 0x0
+int dimen m3_sys_motion_easing_linear_control_x2 0x0
+int dimen m3_sys_motion_easing_linear_control_y1 0x0
+int dimen m3_sys_motion_easing_linear_control_y2 0x0
+int dimen m3_sys_motion_easing_standard_accelerate_control_x1 0x0
+int dimen m3_sys_motion_easing_standard_accelerate_control_x2 0x0
+int dimen m3_sys_motion_easing_standard_accelerate_control_y1 0x0
+int dimen m3_sys_motion_easing_standard_accelerate_control_y2 0x0
+int dimen m3_sys_motion_easing_standard_control_x1 0x0
+int dimen m3_sys_motion_easing_standard_control_x2 0x0
+int dimen m3_sys_motion_easing_standard_control_y1 0x0
+int dimen m3_sys_motion_easing_standard_control_y2 0x0
+int dimen m3_sys_motion_easing_standard_decelerate_control_x1 0x0
+int dimen m3_sys_motion_easing_standard_decelerate_control_x2 0x0
+int dimen m3_sys_motion_easing_standard_decelerate_control_y1 0x0
+int dimen m3_sys_motion_easing_standard_decelerate_control_y2 0x0
+int dimen m3_sys_state_dragged_state_layer_opacity 0x0
+int dimen m3_sys_state_focus_state_layer_opacity 0x0
+int dimen m3_sys_state_hover_state_layer_opacity 0x0
+int dimen m3_sys_state_pressed_state_layer_opacity 0x0
+int dimen m3_timepicker_display_stroke_width 0x0
+int dimen m3_timepicker_window_elevation 0x0
+int dimen material_bottom_sheet_max_width 0x0
+int dimen material_clock_display_padding 0x0
+int dimen material_clock_face_margin_top 0x0
+int dimen material_clock_hand_center_dot_radius 0x0
+int dimen material_clock_hand_padding 0x0
+int dimen material_clock_hand_stroke_width 0x0
+int dimen material_clock_number_text_padding 0x0
+int dimen material_clock_number_text_size 0x0
+int dimen material_clock_period_toggle_height 0x0
+int dimen material_clock_period_toggle_margin_left 0x0
+int dimen material_clock_period_toggle_width 0x0
+int dimen material_clock_size 0x0
+int dimen material_cursor_inset_bottom 0x0
+int dimen material_cursor_inset_top 0x0
+int dimen material_cursor_width 0x0
+int dimen material_divider_thickness 0x0
+int dimen material_emphasis_disabled 0x0
+int dimen material_emphasis_disabled_background 0x0
+int dimen material_emphasis_high_type 0x0
+int dimen material_emphasis_medium 0x0
+int dimen material_filled_edittext_font_1_3_padding_bottom 0x0
+int dimen material_filled_edittext_font_1_3_padding_top 0x0
+int dimen material_filled_edittext_font_2_0_padding_bottom 0x0
+int dimen material_filled_edittext_font_2_0_padding_top 0x0
+int dimen material_font_1_3_box_collapsed_padding_top 0x0
+int dimen material_font_2_0_box_collapsed_padding_top 0x0
+int dimen material_helper_text_default_padding_top 0x0
+int dimen material_helper_text_font_1_3_padding_horizontal 0x0
+int dimen material_helper_text_font_1_3_padding_top 0x0
+int dimen material_input_text_to_prefix_suffix_padding 0x0
+int dimen material_textinput_default_width 0x0
+int dimen material_textinput_max_width 0x0
+int dimen material_textinput_min_width 0x0
+int dimen material_time_input_padding_bottom 0x0
+int dimen material_time_picker_minimum_screen_height 0x0
+int dimen material_time_picker_minimum_screen_width 0x0
+int dimen material_timepicker_dialog_buttons_margin_top 0x0
+int dimen mtrl_alert_dialog_background_inset_bottom 0x0
+int dimen mtrl_alert_dialog_background_inset_end 0x0
+int dimen mtrl_alert_dialog_background_inset_start 0x0
+int dimen mtrl_alert_dialog_background_inset_top 0x0
+int dimen mtrl_alert_dialog_picker_background_inset 0x0
+int dimen mtrl_badge_horizontal_edge_offset 0x0
+int dimen mtrl_badge_long_text_horizontal_padding 0x0
+int dimen mtrl_badge_radius 0x0
+int dimen mtrl_badge_text_horizontal_edge_offset 0x0
+int dimen mtrl_badge_text_size 0x0
+int dimen mtrl_badge_toolbar_action_menu_item_horizontal_offset 0x0
+int dimen mtrl_badge_toolbar_action_menu_item_vertical_offset 0x0
+int dimen mtrl_badge_with_text_radius 0x0
+int dimen mtrl_bottomappbar_fabOffsetEndMode 0x0
+int dimen mtrl_bottomappbar_fab_bottom_margin 0x0
+int dimen mtrl_bottomappbar_fab_cradle_margin 0x0
+int dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius 0x0
+int dimen mtrl_bottomappbar_fab_cradle_vertical_offset 0x0
+int dimen mtrl_bottomappbar_height 0x0
+int dimen mtrl_btn_corner_radius 0x0
+int dimen mtrl_btn_dialog_btn_min_width 0x0
+int dimen mtrl_btn_disabled_elevation 0x0
+int dimen mtrl_btn_disabled_z 0x0
+int dimen mtrl_btn_elevation 0x0
+int dimen mtrl_btn_focused_z 0x0
+int dimen mtrl_btn_hovered_z 0x0
+int dimen mtrl_btn_icon_btn_padding_left 0x0
+int dimen mtrl_btn_icon_padding 0x0
+int dimen mtrl_btn_inset 0x0
+int dimen mtrl_btn_letter_spacing 0x0
+int dimen mtrl_btn_max_width 0x0
+int dimen mtrl_btn_padding_bottom 0x0
+int dimen mtrl_btn_padding_left 0x0
+int dimen mtrl_btn_padding_right 0x0
+int dimen mtrl_btn_padding_top 0x0
+int dimen mtrl_btn_pressed_z 0x0
+int dimen mtrl_btn_snackbar_margin_horizontal 0x0
+int dimen mtrl_btn_stroke_size 0x0
+int dimen mtrl_btn_text_btn_icon_padding 0x0
+int dimen mtrl_btn_text_btn_padding_left 0x0
+int dimen mtrl_btn_text_btn_padding_right 0x0
+int dimen mtrl_btn_text_size 0x0
+int dimen mtrl_btn_z 0x0
+int dimen mtrl_calendar_action_confirm_button_min_width 0x0
+int dimen mtrl_calendar_action_height 0x0
+int dimen mtrl_calendar_action_padding 0x0
+int dimen mtrl_calendar_bottom_padding 0x0
+int dimen mtrl_calendar_content_padding 0x0
+int dimen mtrl_calendar_day_corner 0x0
+int dimen mtrl_calendar_day_height 0x0
+int dimen mtrl_calendar_day_horizontal_padding 0x0
+int dimen mtrl_calendar_day_today_stroke 0x0
+int dimen mtrl_calendar_day_vertical_padding 0x0
+int dimen mtrl_calendar_day_width 0x0
+int dimen mtrl_calendar_days_of_week_height 0x0
+int dimen mtrl_calendar_dialog_background_inset 0x0
+int dimen mtrl_calendar_header_content_padding 0x0
+int dimen mtrl_calendar_header_content_padding_fullscreen 0x0
+int dimen mtrl_calendar_header_divider_thickness 0x0
+int dimen mtrl_calendar_header_height 0x0
+int dimen mtrl_calendar_header_height_fullscreen 0x0
+int dimen mtrl_calendar_header_selection_line_height 0x0
+int dimen mtrl_calendar_header_text_padding 0x0
+int dimen mtrl_calendar_header_toggle_margin_bottom 0x0
+int dimen mtrl_calendar_header_toggle_margin_top 0x0
+int dimen mtrl_calendar_landscape_header_width 0x0
+int dimen mtrl_calendar_maximum_default_fullscreen_minor_axis 0x0
+int dimen mtrl_calendar_month_horizontal_padding 0x0
+int dimen mtrl_calendar_month_vertical_padding 0x0
+int dimen mtrl_calendar_navigation_bottom_padding 0x0
+int dimen mtrl_calendar_navigation_height 0x0
+int dimen mtrl_calendar_navigation_top_padding 0x0
+int dimen mtrl_calendar_pre_l_text_clip_padding 0x0
+int dimen mtrl_calendar_selection_baseline_to_top_fullscreen 0x0
+int dimen mtrl_calendar_selection_text_baseline_to_bottom 0x0
+int dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen 0x0
+int dimen mtrl_calendar_selection_text_baseline_to_top 0x0
+int dimen mtrl_calendar_text_input_padding_top 0x0
+int dimen mtrl_calendar_title_baseline_to_top 0x0
+int dimen mtrl_calendar_title_baseline_to_top_fullscreen 0x0
+int dimen mtrl_calendar_year_corner 0x0
+int dimen mtrl_calendar_year_height 0x0
+int dimen mtrl_calendar_year_horizontal_padding 0x0
+int dimen mtrl_calendar_year_vertical_padding 0x0
+int dimen mtrl_calendar_year_width 0x0
+int dimen mtrl_card_checked_icon_margin 0x0
+int dimen mtrl_card_checked_icon_size 0x0
+int dimen mtrl_card_corner_radius 0x0
+int dimen mtrl_card_dragged_z 0x0
+int dimen mtrl_card_elevation 0x0
+int dimen mtrl_card_spacing 0x0
+int dimen mtrl_chip_pressed_translation_z 0x0
+int dimen mtrl_chip_text_size 0x0
+int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x0
+int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x0
+int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x0
+int dimen mtrl_extended_fab_bottom_padding 0x0
+int dimen mtrl_extended_fab_disabled_elevation 0x0
+int dimen mtrl_extended_fab_disabled_translation_z 0x0
+int dimen mtrl_extended_fab_elevation 0x0
+int dimen mtrl_extended_fab_end_padding 0x0
+int dimen mtrl_extended_fab_end_padding_icon 0x0
+int dimen mtrl_extended_fab_icon_size 0x0
+int dimen mtrl_extended_fab_icon_text_spacing 0x0
+int dimen mtrl_extended_fab_min_height 0x0
+int dimen mtrl_extended_fab_min_width 0x0
+int dimen mtrl_extended_fab_start_padding 0x0
+int dimen mtrl_extended_fab_start_padding_icon 0x0
+int dimen mtrl_extended_fab_top_padding 0x0
+int dimen mtrl_extended_fab_translation_z_base 0x0
+int dimen mtrl_extended_fab_translation_z_hovered_focused 0x0
+int dimen mtrl_extended_fab_translation_z_pressed 0x0
+int dimen mtrl_fab_elevation 0x0
+int dimen mtrl_fab_min_touch_target 0x0
+int dimen mtrl_fab_translation_z_hovered_focused 0x0
+int dimen mtrl_fab_translation_z_pressed 0x0
+int dimen mtrl_high_ripple_default_alpha 0x0
+int dimen mtrl_high_ripple_focused_alpha 0x0
+int dimen mtrl_high_ripple_hovered_alpha 0x0
+int dimen mtrl_high_ripple_pressed_alpha 0x0
+int dimen mtrl_low_ripple_default_alpha 0x0
+int dimen mtrl_low_ripple_focused_alpha 0x0
+int dimen mtrl_low_ripple_hovered_alpha 0x0
+int dimen mtrl_low_ripple_pressed_alpha 0x0
+int dimen mtrl_min_touch_target_size 0x0
+int dimen mtrl_navigation_bar_item_default_icon_size 0x0
+int dimen mtrl_navigation_bar_item_default_margin 0x0
+int dimen mtrl_navigation_elevation 0x0
+int dimen mtrl_navigation_item_horizontal_padding 0x0
+int dimen mtrl_navigation_item_icon_padding 0x0
+int dimen mtrl_navigation_item_icon_size 0x0
+int dimen mtrl_navigation_item_shape_horizontal_margin 0x0
+int dimen mtrl_navigation_item_shape_vertical_margin 0x0
+int dimen mtrl_navigation_rail_active_text_size 0x0
+int dimen mtrl_navigation_rail_compact_width 0x0
+int dimen mtrl_navigation_rail_default_width 0x0
+int dimen mtrl_navigation_rail_elevation 0x0
+int dimen mtrl_navigation_rail_icon_margin 0x0
+int dimen mtrl_navigation_rail_icon_size 0x0
+int dimen mtrl_navigation_rail_margin 0x0
+int dimen mtrl_navigation_rail_text_bottom_margin 0x0
+int dimen mtrl_navigation_rail_text_size 0x0
+int dimen mtrl_progress_circular_inset 0x0
+int dimen mtrl_progress_circular_inset_extra_small 0x0
+int dimen mtrl_progress_circular_inset_medium 0x0
+int dimen mtrl_progress_circular_inset_small 0x0
+int dimen mtrl_progress_circular_radius 0x0
+int dimen mtrl_progress_circular_size 0x0
+int dimen mtrl_progress_circular_size_extra_small 0x0
+int dimen mtrl_progress_circular_size_medium 0x0
+int dimen mtrl_progress_circular_size_small 0x0
+int dimen mtrl_progress_circular_track_thickness_extra_small 0x0
+int dimen mtrl_progress_circular_track_thickness_medium 0x0
+int dimen mtrl_progress_circular_track_thickness_small 0x0
+int dimen mtrl_progress_indicator_full_rounded_corner_radius 0x0
+int dimen mtrl_progress_track_thickness 0x0
+int dimen mtrl_shape_corner_size_large_component 0x0
+int dimen mtrl_shape_corner_size_medium_component 0x0
+int dimen mtrl_shape_corner_size_small_component 0x0
+int dimen mtrl_slider_halo_radius 0x0
+int dimen mtrl_slider_label_padding 0x0
+int dimen mtrl_slider_label_radius 0x0
+int dimen mtrl_slider_label_square_side 0x0
+int dimen mtrl_slider_thumb_elevation 0x0
+int dimen mtrl_slider_thumb_radius 0x0
+int dimen mtrl_slider_track_height 0x0
+int dimen mtrl_slider_track_side_padding 0x0
+int dimen mtrl_slider_widget_height 0x0
+int dimen mtrl_snackbar_action_text_color_alpha 0x0
+int dimen mtrl_snackbar_background_corner_radius 0x0
+int dimen mtrl_snackbar_background_overlay_color_alpha 0x0
+int dimen mtrl_snackbar_margin 0x0
+int dimen mtrl_snackbar_message_margin_horizontal 0x0
+int dimen mtrl_snackbar_padding_horizontal 0x0
+int dimen mtrl_switch_text_padding 0x0
+int dimen mtrl_switch_thumb_elevation 0x0
+int dimen mtrl_switch_thumb_size 0x0
+int dimen mtrl_switch_track_height 0x0
+int dimen mtrl_switch_track_width 0x0
+int dimen mtrl_textinput_box_corner_radius_medium 0x0
+int dimen mtrl_textinput_box_corner_radius_small 0x0
+int dimen mtrl_textinput_box_label_cutout_padding 0x0
+int dimen mtrl_textinput_box_stroke_width_default 0x0
+int dimen mtrl_textinput_box_stroke_width_focused 0x0
+int dimen mtrl_textinput_counter_margin_start 0x0
+int dimen mtrl_textinput_end_icon_margin_start 0x0
+int dimen mtrl_textinput_outline_box_expanded_padding 0x0
+int dimen mtrl_textinput_start_icon_margin_end 0x0
+int dimen mtrl_toolbar_default_height 0x0
+int dimen mtrl_tooltip_arrowSize 0x0
+int dimen mtrl_tooltip_cornerSize 0x0
+int dimen mtrl_tooltip_minHeight 0x0
+int dimen mtrl_tooltip_minWidth 0x0
+int dimen mtrl_tooltip_padding 0x0
+int dimen mtrl_transition_shared_axis_slide_distance 0x0
+int dimen notification_action_icon_size 0x0
+int dimen notification_action_text_size 0x0
+int dimen notification_big_circle_margin 0x0
+int dimen notification_content_margin_start 0x0
+int dimen notification_large_icon_height 0x0
+int dimen notification_large_icon_width 0x0
+int dimen notification_main_column_padding_top 0x0
+int dimen notification_media_narrow_margin 0x0
+int dimen notification_right_icon_size 0x0
+int dimen notification_right_side_padding_top 0x0
+int dimen notification_small_icon_background_padding 0x0
+int dimen notification_small_icon_size_as_large 0x0
+int dimen notification_subtext_size 0x0
+int dimen notification_top_pad 0x0
+int dimen notification_top_pad_large_text 0x0
+int dimen tooltip_corner_radius 0x0
+int dimen tooltip_horizontal_padding 0x0
+int dimen tooltip_margin 0x0
+int dimen tooltip_precise_anchor_extra_offset 0x0
+int dimen tooltip_precise_anchor_threshold 0x0
+int dimen tooltip_vertical_padding 0x0
+int dimen tooltip_y_offset_non_touch 0x0
+int dimen tooltip_y_offset_touch 0x0
+int drawable abc_ab_share_pack_mtrl_alpha 0x0
+int drawable abc_action_bar_item_background_material 0x0
+int drawable abc_btn_borderless_material 0x0
+int drawable abc_btn_check_material 0x0
+int drawable abc_btn_check_material_anim 0x0
+int drawable abc_btn_check_to_on_mtrl_000 0x0
+int drawable abc_btn_check_to_on_mtrl_015 0x0
+int drawable abc_btn_colored_material 0x0
+int drawable abc_btn_default_mtrl_shape 0x0
+int drawable abc_btn_radio_material 0x0
+int drawable abc_btn_radio_material_anim 0x0
+int drawable abc_btn_radio_to_on_mtrl_000 0x0
+int drawable abc_btn_radio_to_on_mtrl_015 0x0
+int drawable abc_btn_switch_to_on_mtrl_00001 0x0
+int drawable abc_btn_switch_to_on_mtrl_00012 0x0
+int drawable abc_cab_background_internal_bg 0x0
+int drawable abc_cab_background_top_material 0x0
+int drawable abc_cab_background_top_mtrl_alpha 0x0
+int drawable abc_control_background_material 0x0
+int drawable abc_dialog_material_background 0x0
+int drawable abc_edit_text_material 0x0
+int drawable abc_ic_ab_back_material 0x0
+int drawable abc_ic_arrow_drop_right_black_24dp 0x0
+int drawable abc_ic_clear_material 0x0
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x0
+int drawable abc_ic_go_search_api_material 0x0
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x0
+int drawable abc_ic_menu_cut_mtrl_alpha 0x0
+int drawable abc_ic_menu_overflow_material 0x0
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x0
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x0
+int drawable abc_ic_menu_share_mtrl_alpha 0x0
+int drawable abc_ic_search_api_material 0x0
+int drawable abc_ic_star_black_16dp 0x0
+int drawable abc_ic_star_black_36dp 0x0
+int drawable abc_ic_star_black_48dp 0x0
+int drawable abc_ic_star_half_black_16dp 0x0
+int drawable abc_ic_star_half_black_36dp 0x0
+int drawable abc_ic_star_half_black_48dp 0x0
+int drawable abc_ic_voice_search_api_material 0x0
+int drawable abc_item_background_holo_dark 0x0
+int drawable abc_item_background_holo_light 0x0
+int drawable abc_list_divider_material 0x0
+int drawable abc_list_divider_mtrl_alpha 0x0
+int drawable abc_list_focused_holo 0x0
+int drawable abc_list_longpressed_holo 0x0
+int drawable abc_list_pressed_holo_dark 0x0
+int drawable abc_list_pressed_holo_light 0x0
+int drawable abc_list_selector_background_transition_holo_dark 0x0
+int drawable abc_list_selector_background_transition_holo_light 0x0
+int drawable abc_list_selector_disabled_holo_dark 0x0
+int drawable abc_list_selector_disabled_holo_light 0x0
+int drawable abc_list_selector_holo_dark 0x0
+int drawable abc_list_selector_holo_light 0x0
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x0
+int drawable abc_popup_background_mtrl_mult 0x0
+int drawable abc_ratingbar_indicator_material 0x0
+int drawable abc_ratingbar_material 0x0
+int drawable abc_ratingbar_small_material 0x0
+int drawable abc_scrubber_control_off_mtrl_alpha 0x0
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x0
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x0
+int drawable abc_scrubber_primary_mtrl_alpha 0x0
+int drawable abc_scrubber_track_mtrl_alpha 0x0
+int drawable abc_seekbar_thumb_material 0x0
+int drawable abc_seekbar_tick_mark_material 0x0
+int drawable abc_seekbar_track_material 0x0
+int drawable abc_spinner_mtrl_am_alpha 0x0
+int drawable abc_spinner_textfield_background_material 0x0
+int drawable abc_star_black_48dp 0x0
+int drawable abc_star_half_black_48dp 0x0
+int drawable abc_switch_thumb_material 0x0
+int drawable abc_switch_track_mtrl_alpha 0x0
+int drawable abc_tab_indicator_material 0x0
+int drawable abc_tab_indicator_mtrl_alpha 0x0
+int drawable abc_text_cursor_material 0x0
+int drawable abc_text_select_handle_left_mtrl 0x0
+int drawable abc_text_select_handle_left_mtrl_dark 0x0
+int drawable abc_text_select_handle_left_mtrl_light 0x0
+int drawable abc_text_select_handle_middle_mtrl 0x0
+int drawable abc_text_select_handle_middle_mtrl_dark 0x0
+int drawable abc_text_select_handle_middle_mtrl_light 0x0
+int drawable abc_text_select_handle_right_mtrl 0x0
+int drawable abc_text_select_handle_right_mtrl_dark 0x0
+int drawable abc_text_select_handle_right_mtrl_light 0x0
+int drawable abc_textfield_activated_mtrl_alpha 0x0
+int drawable abc_textfield_default_mtrl_alpha 0x0
+int drawable abc_textfield_search_activated_mtrl_alpha 0x0
+int drawable abc_textfield_search_default_mtrl_alpha 0x0
+int drawable abc_textfield_search_material 0x0
+int drawable abc_vector_test 0x0
+int drawable avd_hide_password 0x0
+int drawable avd_show_password 0x0
+int drawable btn_checkbox_checked_mtrl 0x0
+int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x0
+int drawable btn_checkbox_unchecked_mtrl 0x0
+int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x0
+int drawable btn_radio_off_mtrl 0x0
+int drawable btn_radio_off_to_on_mtrl_animation 0x0
+int drawable btn_radio_on_mtrl 0x0
+int drawable btn_radio_on_to_off_mtrl_animation 0x0
+int drawable design_fab_background 0x0
+int drawable design_ic_visibility 0x0
+int drawable design_ic_visibility_off 0x0
+int drawable design_password_eye 0x0
+int drawable design_snackbar_background 0x0
+int drawable ic_clock_black_24dp 0x0
+int drawable ic_keyboard_black_24dp 0x0
+int drawable ic_m3_chip_check 0x0
+int drawable ic_m3_chip_checked_circle 0x0
+int drawable ic_m3_chip_close 0x0
+int drawable ic_mtrl_checked_circle 0x0
+int drawable ic_mtrl_chip_checked_black 0x0
+int drawable ic_mtrl_chip_checked_circle 0x0
+int drawable ic_mtrl_chip_close_circle 0x0
+int drawable m3_appbar_background 0x0
+int drawable m3_popupmenu_background_overlay 0x0
+int drawable m3_radiobutton_ripple 0x0
+int drawable m3_selection_control_ripple 0x0
+int drawable m3_tabs_background 0x0
+int drawable m3_tabs_line_indicator 0x0
+int drawable m3_tabs_rounded_line_indicator 0x0
+int drawable m3_tabs_transparent_background 0x0
+int drawable material_cursor_drawable 0x0
+int drawable material_ic_calendar_black_24dp 0x0
+int drawable material_ic_clear_black_24dp 0x0
+int drawable material_ic_edit_black_24dp 0x0
+int drawable material_ic_keyboard_arrow_left_black_24dp 0x0
+int drawable material_ic_keyboard_arrow_next_black_24dp 0x0
+int drawable material_ic_keyboard_arrow_previous_black_24dp 0x0
+int drawable material_ic_keyboard_arrow_right_black_24dp 0x0
+int drawable material_ic_menu_arrow_down_black_24dp 0x0
+int drawable material_ic_menu_arrow_up_black_24dp 0x0
+int drawable mtrl_bottomsheet_drag_handle 0x0
+int drawable mtrl_checkbox_button 0x0
+int drawable mtrl_checkbox_button_checked_unchecked 0x0
+int drawable mtrl_checkbox_button_icon 0x0
+int drawable mtrl_checkbox_button_icon_checked_indeterminate 0x0
+int drawable mtrl_checkbox_button_icon_checked_unchecked 0x0
+int drawable mtrl_checkbox_button_icon_indeterminate_checked 0x0
+int drawable mtrl_checkbox_button_icon_indeterminate_unchecked 0x0
+int drawable mtrl_checkbox_button_icon_unchecked_checked 0x0
+int drawable mtrl_checkbox_button_icon_unchecked_indeterminate 0x0
+int drawable mtrl_checkbox_button_unchecked_checked 0x0
+int drawable mtrl_dialog_background 0x0
+int drawable mtrl_dropdown_arrow 0x0
+int drawable mtrl_ic_arrow_drop_down 0x0
+int drawable mtrl_ic_arrow_drop_up 0x0
+int drawable mtrl_ic_cancel 0x0
+int drawable mtrl_ic_check_mark 0x0
+int drawable mtrl_ic_checkbox_checked 0x0
+int drawable mtrl_ic_checkbox_unchecked 0x0
+int drawable mtrl_ic_error 0x0
+int drawable mtrl_ic_indeterminate 0x0
+int drawable mtrl_navigation_bar_item_background 0x0
+int drawable mtrl_popupmenu_background 0x0
+int drawable mtrl_popupmenu_background_overlay 0x0
+int drawable mtrl_switch_thumb 0x0
+int drawable mtrl_switch_thumb_checked 0x0
+int drawable mtrl_switch_thumb_checked_pressed 0x0
+int drawable mtrl_switch_thumb_checked_unchecked 0x0
+int drawable mtrl_switch_thumb_pressed 0x0
+int drawable mtrl_switch_thumb_pressed_checked 0x0
+int drawable mtrl_switch_thumb_pressed_unchecked 0x0
+int drawable mtrl_switch_thumb_unchecked 0x0
+int drawable mtrl_switch_thumb_unchecked_checked 0x0
+int drawable mtrl_switch_thumb_unchecked_pressed 0x0
+int drawable mtrl_switch_track 0x0
+int drawable mtrl_switch_track_decoration 0x0
+int drawable mtrl_tabs_default_indicator 0x0
+int drawable navigation_empty_icon 0x0
+int drawable notification_action_background 0x0
+int drawable notification_bg 0x0
+int drawable notification_bg_low 0x0
+int drawable notification_bg_low_normal 0x0
+int drawable notification_bg_low_pressed 0x0
+int drawable notification_bg_normal 0x0
+int drawable notification_bg_normal_pressed 0x0
+int drawable notification_icon_background 0x0
+int drawable notification_template_icon_bg 0x0
+int drawable notification_template_icon_low_bg 0x0
+int drawable notification_tile_bg 0x0
+int drawable notify_panel_notification_icon_bg 0x0
+int drawable test_level_drawable 0x0
+int drawable tooltip_frame_dark 0x0
+int drawable tooltip_frame_light 0x0
+int id BOTTOM_END 0x0
+int id BOTTOM_START 0x0
+int id NO_DEBUG 0x0
+int id SHOW_ALL 0x0
+int id SHOW_PATH 0x0
+int id SHOW_PROGRESS 0x0
+int id TOP_END 0x0
+int id TOP_START 0x0
+int id accelerate 0x0
+int id accessibility_action_clickable_span 0x0
+int id accessibility_custom_action_0 0x0
+int id accessibility_custom_action_1 0x0
+int id accessibility_custom_action_10 0x0
+int id accessibility_custom_action_11 0x0
+int id accessibility_custom_action_12 0x0
+int id accessibility_custom_action_13 0x0
+int id accessibility_custom_action_14 0x0
+int id accessibility_custom_action_15 0x0
+int id accessibility_custom_action_16 0x0
+int id accessibility_custom_action_17 0x0
+int id accessibility_custom_action_18 0x0
+int id accessibility_custom_action_19 0x0
+int id accessibility_custom_action_2 0x0
+int id accessibility_custom_action_20 0x0
+int id accessibility_custom_action_21 0x0
+int id accessibility_custom_action_22 0x0
+int id accessibility_custom_action_23 0x0
+int id accessibility_custom_action_24 0x0
+int id accessibility_custom_action_25 0x0
+int id accessibility_custom_action_26 0x0
+int id accessibility_custom_action_27 0x0
+int id accessibility_custom_action_28 0x0
+int id accessibility_custom_action_29 0x0
+int id accessibility_custom_action_3 0x0
+int id accessibility_custom_action_30 0x0
+int id accessibility_custom_action_31 0x0
+int id accessibility_custom_action_4 0x0
+int id accessibility_custom_action_5 0x0
+int id accessibility_custom_action_6 0x0
+int id accessibility_custom_action_7 0x0
+int id accessibility_custom_action_8 0x0
+int id accessibility_custom_action_9 0x0
+int id action_bar 0x0
+int id action_bar_activity_content 0x0
+int id action_bar_container 0x0
+int id action_bar_root 0x0
+int id action_bar_spinner 0x0
+int id action_bar_subtitle 0x0
+int id action_bar_title 0x0
+int id action_container 0x0
+int id action_context_bar 0x0
+int id action_divider 0x0
+int id action_image 0x0
+int id action_menu_divider 0x0
+int id action_menu_presenter 0x0
+int id action_mode_bar 0x0
+int id action_mode_bar_stub 0x0
+int id action_mode_close_button 0x0
+int id action_text 0x0
+int id actions 0x0
+int id activity_chooser_view_content 0x0
+int id add 0x0
+int id alertTitle 0x0
+int id aligned 0x0
+int id animateToEnd 0x0
+int id animateToStart 0x0
+int id arc 0x0
+int id asConfigured 0x0
+int id async 0x0
+int id auto 0x0
+int id autoComplete 0x0
+int id autoCompleteToEnd 0x0
+int id autoCompleteToStart 0x0
+int id barrier 0x0
+int id baseline 0x0
+int id blocking 0x0
+int id bottom 0x0
+int id bounce 0x0
+int id buttonPanel 0x0
+int id cancel_button 0x0
+int id center 0x0
+int id centerCrop 0x0
+int id centerInside 0x0
+int id chain 0x0
+int id checkbox 0x0
+int id checked 0x0
+int id chronometer 0x0
+int id circle_center 0x0
+int id clear_text 0x0
+int id clockwise 0x0
+int id compress 0x0
+int id confirm_button 0x0
+int id container 0x0
+int id content 0x0
+int id contentPanel 0x0
+int id contiguous 0x0
+int id coordinator 0x0
+int id cos 0x0
+int id counterclockwise 0x0
+int id cradle 0x0
+int id custom 0x0
+int id customPanel 0x0
+int id cut 0x0
+int id date_picker_actions 0x0
+int id decelerate 0x0
+int id decelerateAndComplete 0x0
+int id decor_content_parent 0x0
+int id default_activity_button 0x0
+int id deltaRelative 0x0
+int id design_bottom_sheet 0x0
+int id design_menu_item_action_area 0x0
+int id design_menu_item_action_area_stub 0x0
+int id design_menu_item_text 0x0
+int id design_navigation_view 0x0
+int id dialog_button 0x0
+int id disjoint 0x0
+int id dragDown 0x0
+int id dragEnd 0x0
+int id dragLeft 0x0
+int id dragRight 0x0
+int id dragStart 0x0
+int id dragUp 0x0
+int id dropdown_menu 0x0
+int id easeIn 0x0
+int id easeInOut 0x0
+int id easeOut 0x0
+int id edit_query 0x0
+int id elastic 0x0
+int id embed 0x0
+int id end 0x0
+int id endToStart 0x0
+int id expand_activities_button 0x0
+int id expanded_menu 0x0
+int id fade 0x0
+int id fill 0x0
+int id filled 0x0
+int id fitCenter 0x0
+int id fitEnd 0x0
+int id fitStart 0x0
+int id fitXY 0x0
+int id fixed 0x0
+int id flip 0x0
+int id floating 0x0
+int id forever 0x0
+int id fragment_container_view_tag 0x0
+int id fullscreen_header 0x0
+int id ghost_view 0x0
+int id ghost_view_holder 0x0
+int id gone 0x0
+int id group_divider 0x0
+int id guideline 0x0
+int id header_title 0x0
+int id home 0x0
+int id honorRequest 0x0
+int id icon 0x0
+int id icon_group 0x0
+int id ignore 0x0
+int id ignoreRequest 0x0
+int id image 0x0
+int id indeterminate 0x0
+int id info 0x0
+int id invisible 0x0
+int id inward 0x0
+int id italic 0x0
+int id item_touch_helper_previous_elevation 0x0
+int id jumpToEnd 0x0
+int id jumpToStart 0x0
+int id labeled 0x0
+int id layout 0x0
+int id left 0x0
+int id leftToRight 0x0
+int id line1 0x0
+int id line3 0x0
+int id linear 0x0
+int id listMode 0x0
+int id list_item 0x0
+int id marquee 0x0
+int id masked 0x0
+int id material_clock_display 0x0
+int id material_clock_face 0x0
+int id material_clock_hand 0x0
+int id material_clock_period_am_button 0x0
+int id material_clock_period_pm_button 0x0
+int id material_clock_period_toggle 0x0
+int id material_hour_text_input 0x0
+int id material_hour_tv 0x0
+int id material_label 0x0
+int id material_minute_text_input 0x0
+int id material_minute_tv 0x0
+int id material_textinput_timepicker 0x0
+int id material_timepicker_cancel_button 0x0
+int id material_timepicker_container 0x0
+int id material_timepicker_mode_button 0x0
+int id material_timepicker_ok_button 0x0
+int id material_timepicker_view 0x0
+int id material_value_index 0x0
+int id matrix 0x0
+int id message 0x0
+int id middle 0x0
+int id mini 0x0
+int id month_grid 0x0
+int id month_navigation_bar 0x0
+int id month_navigation_fragment_toggle 0x0
+int id month_navigation_next 0x0
+int id month_navigation_previous 0x0
+int id month_title 0x0
+int id motion_base 0x0
+int id mtrl_anchor_parent 0x0
+int id mtrl_calendar_day_selector_frame 0x0
+int id mtrl_calendar_days_of_week 0x0
+int id mtrl_calendar_frame 0x0
+int id mtrl_calendar_main_pane 0x0
+int id mtrl_calendar_months 0x0
+int id mtrl_calendar_selection_frame 0x0
+int id mtrl_calendar_text_input_frame 0x0
+int id mtrl_calendar_year_selector_frame 0x0
+int id mtrl_card_checked_layer_id 0x0
+int id mtrl_child_content_container 0x0
+int id mtrl_internal_children_alpha_tag 0x0
+int id mtrl_motion_snapshot_view 0x0
+int id mtrl_picker_fullscreen 0x0
+int id mtrl_picker_header 0x0
+int id mtrl_picker_header_selection_text 0x0
+int id mtrl_picker_header_title_and_selection 0x0
+int id mtrl_picker_header_toggle 0x0
+int id mtrl_picker_text_input_date 0x0
+int id mtrl_picker_text_input_range_end 0x0
+int id mtrl_picker_text_input_range_start 0x0
+int id mtrl_picker_title_text 0x0
+int id mtrl_view_tag_bottom_padding 0x0
+int id multiply 0x0
+int id navigation_bar_item_active_indicator_view 0x0
+int id navigation_bar_item_icon_container 0x0
+int id navigation_bar_item_icon_view 0x0
+int id navigation_bar_item_labels_group 0x0
+int id navigation_bar_item_large_label_view 0x0
+int id navigation_bar_item_small_label_view 0x0
+int id navigation_header_container 0x0
+int id none 0x0
+int id normal 0x0
+int id notification_background 0x0
+int id notification_main_column 0x0
+int id notification_main_column_container 0x0
+int id off 0x0
+int id on 0x0
+int id outline 0x0
+int id outward 0x0
+int id packed 0x0
+int id parallax 0x0
+int id parent 0x0
+int id parentPanel 0x0
+int id parentRelative 0x0
+int id parent_matrix 0x0
+int id password_toggle 0x0
+int id path 0x0
+int id pathRelative 0x0
+int id percent 0x0
+int id pin 0x0
+int id position 0x0
+int id postLayout 0x0
+int id pressed 0x0
+int id progress_circular 0x0
+int id progress_horizontal 0x0
+int id radio 0x0
+int id rectangles 0x0
+int id reverseSawtooth 0x0
+int id right 0x0
+int id rightToLeft 0x0
+int id right_icon 0x0
+int id right_side 0x0
+int id rounded 0x0
+int id row_index_key 0x0
+int id save_non_transition_alpha 0x0
+int id save_overlay_view 0x0
+int id sawtooth 0x0
+int id scale 0x0
+int id screen 0x0
+int id scrollIndicatorDown 0x0
+int id scrollIndicatorUp 0x0
+int id scrollView 0x0
+int id scrollable 0x0
+int id search_badge 0x0
+int id search_bar 0x0
+int id search_button 0x0
+int id search_close_btn 0x0
+int id search_edit_frame 0x0
+int id search_go_btn 0x0
+int id search_mag_icon 0x0
+int id search_plate 0x0
+int id search_src_text 0x0
+int id search_voice_btn 0x0
+int id select_dialog_listview 0x0
+int id selected 0x0
+int id selection_type 0x0
+int id shortcut 0x0
+int id sin 0x0
+int id slide 0x0
+int id snackbar_action 0x0
+int id snackbar_text 0x0
+int id spacer 0x0
+int id special_effects_controller_view_tag 0x0
+int id spline 0x0
+int id split_action_bar 0x0
+int id spread 0x0
+int id spread_inside 0x0
+int id square 0x0
+int id src_atop 0x0
+int id src_in 0x0
+int id src_over 0x0
+int id standard 0x0
+int id start 0x0
+int id startHorizontal 0x0
+int id startToEnd 0x0
+int id startVertical 0x0
+int id staticLayout 0x0
+int id staticPostLayout 0x0
+int id stop 0x0
+int id stretch 0x0
+int id submenuarrow 0x0
+int id submit_area 0x0
+int id tabMode 0x0
+int id tag_accessibility_actions 0x0
+int id tag_accessibility_clickable_spans 0x0
+int id tag_accessibility_heading 0x0
+int id tag_accessibility_pane_title 0x0
+int id tag_on_apply_window_listener 0x0
+int id tag_on_receive_content_listener 0x0
+int id tag_on_receive_content_mime_types 0x0
+int id tag_screen_reader_focusable 0x0
+int id tag_state_description 0x0
+int id tag_transition_group 0x0
+int id tag_unhandled_key_event_manager 0x0
+int id tag_unhandled_key_listeners 0x0
+int id tag_window_insets_animation_callback 0x0
+int id text 0x0
+int id text2 0x0
+int id textSpacerNoButtons 0x0
+int id textSpacerNoTitle 0x0
+int id text_input_end_icon 0x0
+int id text_input_error_icon 0x0
+int id text_input_start_icon 0x0
+int id textinput_counter 0x0
+int id textinput_error 0x0
+int id textinput_helper_text 0x0
+int id textinput_placeholder 0x0
+int id textinput_prefix_text 0x0
+int id textinput_suffix_text 0x0
+int id time 0x0
+int id title 0x0
+int id titleDividerNoCustom 0x0
+int id title_template 0x0
+int id top 0x0
+int id topPanel 0x0
+int id touch_outside 0x0
+int id transition_current_scene 0x0
+int id transition_layout_save 0x0
+int id transition_position 0x0
+int id transition_scene_layoutid_cache 0x0
+int id transition_transform 0x0
+int id triangle 0x0
+int id unchecked 0x0
+int id uniform 0x0
+int id unlabeled 0x0
+int id up 0x0
+int id view_offset_helper 0x0
+int id view_tree_lifecycle_owner 0x0
+int id view_tree_on_back_pressed_dispatcher_owner 0x0
+int id view_tree_saved_state_registry_owner 0x0
+int id view_tree_view_model_store_owner 0x0
+int id visible 0x0
+int id visible_removing_fragment_view_tag 0x0
+int id with_icon 0x0
+int id withinBounds 0x0
+int id wrap 0x0
+int id wrap_content 0x0
+int integer abc_config_activityDefaultDur 0x0
+int integer abc_config_activityShortDur 0x0
+int integer app_bar_elevation_anim_duration 0x0
+int integer bottom_sheet_slide_duration 0x0
+int integer cancel_button_image_alpha 0x0
+int integer config_tooltipAnimTime 0x0
+int integer design_snackbar_text_max_lines 0x0
+int integer design_tab_indicator_anim_duration_ms 0x0
+int integer hide_password_duration 0x0
+int integer m3_btn_anim_delay_ms 0x0
+int integer m3_btn_anim_duration_ms 0x0
+int integer m3_card_anim_delay_ms 0x0
+int integer m3_card_anim_duration_ms 0x0
+int integer m3_chip_anim_duration 0x0
+int integer m3_sys_motion_duration_100 0x0
+int integer m3_sys_motion_duration_1000 0x0
+int integer m3_sys_motion_duration_150 0x0
+int integer m3_sys_motion_duration_200 0x0
+int integer m3_sys_motion_duration_250 0x0
+int integer m3_sys_motion_duration_300 0x0
+int integer m3_sys_motion_duration_350 0x0
+int integer m3_sys_motion_duration_400 0x0
+int integer m3_sys_motion_duration_450 0x0
+int integer m3_sys_motion_duration_50 0x0
+int integer m3_sys_motion_duration_500 0x0
+int integer m3_sys_motion_duration_550 0x0
+int integer m3_sys_motion_duration_600 0x0
+int integer m3_sys_motion_duration_700 0x0
+int integer m3_sys_motion_duration_800 0x0
+int integer m3_sys_motion_duration_900 0x0
+int integer m3_sys_motion_duration_extra_long1 0x0
+int integer m3_sys_motion_duration_extra_long2 0x0
+int integer m3_sys_motion_duration_extra_long3 0x0
+int integer m3_sys_motion_duration_extra_long4 0x0
+int integer m3_sys_motion_duration_long1 0x0
+int integer m3_sys_motion_duration_long2 0x0
+int integer m3_sys_motion_duration_long3 0x0
+int integer m3_sys_motion_duration_long4 0x0
+int integer m3_sys_motion_duration_medium1 0x0
+int integer m3_sys_motion_duration_medium2 0x0
+int integer m3_sys_motion_duration_medium3 0x0
+int integer m3_sys_motion_duration_medium4 0x0
+int integer m3_sys_motion_duration_short1 0x0
+int integer m3_sys_motion_duration_short2 0x0
+int integer m3_sys_motion_duration_short3 0x0
+int integer m3_sys_motion_duration_short4 0x0
+int integer material_motion_duration_long_1 0x0
+int integer material_motion_duration_long_2 0x0
+int integer material_motion_duration_medium_1 0x0
+int integer material_motion_duration_medium_2 0x0
+int integer material_motion_duration_short_1 0x0
+int integer material_motion_duration_short_2 0x0
+int integer material_motion_path 0x0
+int integer mtrl_badge_max_character_count 0x0
+int integer mtrl_btn_anim_delay_ms 0x0
+int integer mtrl_btn_anim_duration_ms 0x0
+int integer mtrl_calendar_header_orientation 0x0
+int integer mtrl_calendar_selection_text_lines 0x0
+int integer mtrl_calendar_year_selector_span 0x0
+int integer mtrl_card_anim_delay_ms 0x0
+int integer mtrl_card_anim_duration_ms 0x0
+int integer mtrl_chip_anim_duration 0x0
+int integer mtrl_switch_thumb_motion_duration 0x0
+int integer mtrl_switch_thumb_post_morphing_duration 0x0
+int integer mtrl_switch_thumb_pre_morphing_duration 0x0
+int integer mtrl_switch_thumb_pressed_duration 0x0
+int integer mtrl_switch_thumb_viewport_center_coordinate 0x0
+int integer mtrl_switch_thumb_viewport_size 0x0
+int integer mtrl_switch_track_viewport_height 0x0
+int integer mtrl_switch_track_viewport_width 0x0
+int integer mtrl_tab_indicator_anim_duration_ms 0x0
+int integer mtrl_view_gone 0x0
+int integer mtrl_view_invisible 0x0
+int integer mtrl_view_visible 0x0
+int integer show_password_duration 0x0
+int integer status_bar_notification_info_maxnum 0x0
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x0
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x0
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x0
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x0
+int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x0
+int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x0
+int interpolator fast_out_slow_in 0x0
+int interpolator m3_sys_motion_easing_emphasized 0x0
+int interpolator m3_sys_motion_easing_emphasized_accelerate 0x0
+int interpolator m3_sys_motion_easing_emphasized_decelerate 0x0
+int interpolator m3_sys_motion_easing_linear 0x0
+int interpolator m3_sys_motion_easing_standard 0x0
+int interpolator m3_sys_motion_easing_standard_accelerate 0x0
+int interpolator m3_sys_motion_easing_standard_decelerate 0x0
+int interpolator mtrl_fast_out_linear_in 0x0
+int interpolator mtrl_fast_out_slow_in 0x0
+int interpolator mtrl_linear 0x0
+int interpolator mtrl_linear_out_slow_in 0x0
+int layout abc_action_bar_title_item 0x0
+int layout abc_action_bar_up_container 0x0
+int layout abc_action_menu_item_layout 0x0
+int layout abc_action_menu_layout 0x0
+int layout abc_action_mode_bar 0x0
+int layout abc_action_mode_close_item_material 0x0
+int layout abc_activity_chooser_view 0x0
+int layout abc_activity_chooser_view_list_item 0x0
+int layout abc_alert_dialog_button_bar_material 0x0
+int layout abc_alert_dialog_material 0x0
+int layout abc_alert_dialog_title_material 0x0
+int layout abc_cascading_menu_item_layout 0x0
+int layout abc_dialog_title_material 0x0
+int layout abc_expanded_menu_layout 0x0
+int layout abc_list_menu_item_checkbox 0x0
+int layout abc_list_menu_item_icon 0x0
+int layout abc_list_menu_item_layout 0x0
+int layout abc_list_menu_item_radio 0x0
+int layout abc_popup_menu_header_item_layout 0x0
+int layout abc_popup_menu_item_layout 0x0
+int layout abc_screen_content_include 0x0
+int layout abc_screen_simple 0x0
+int layout abc_screen_simple_overlay_action_mode 0x0
+int layout abc_screen_toolbar 0x0
+int layout abc_search_dropdown_item_icons_2line 0x0
+int layout abc_search_view 0x0
+int layout abc_select_dialog_material 0x0
+int layout abc_tooltip 0x0
+int layout custom_dialog 0x0
+int layout design_bottom_navigation_item 0x0
+int layout design_bottom_sheet_dialog 0x0
+int layout design_layout_snackbar 0x0
+int layout design_layout_snackbar_include 0x0
+int layout design_layout_tab_icon 0x0
+int layout design_layout_tab_text 0x0
+int layout design_menu_item_action_area 0x0
+int layout design_navigation_item 0x0
+int layout design_navigation_item_header 0x0
+int layout design_navigation_item_separator 0x0
+int layout design_navigation_item_subheader 0x0
+int layout design_navigation_menu 0x0
+int layout design_navigation_menu_item 0x0
+int layout design_text_input_end_icon 0x0
+int layout design_text_input_start_icon 0x0
+int layout m3_alert_dialog 0x0
+int layout m3_alert_dialog_actions 0x0
+int layout m3_alert_dialog_title 0x0
+int layout m3_auto_complete_simple_item 0x0
+int layout material_chip_input_combo 0x0
+int layout material_clock_display 0x0
+int layout material_clock_display_divider 0x0
+int layout material_clock_period_toggle 0x0
+int layout material_clock_period_toggle_land 0x0
+int layout material_clockface_textview 0x0
+int layout material_clockface_view 0x0
+int layout material_radial_view_group 0x0
+int layout material_textinput_timepicker 0x0
+int layout material_time_chip 0x0
+int layout material_time_input 0x0
+int layout material_timepicker 0x0
+int layout material_timepicker_dialog 0x0
+int layout material_timepicker_textinput_display 0x0
+int layout mtrl_alert_dialog 0x0
+int layout mtrl_alert_dialog_actions 0x0
+int layout mtrl_alert_dialog_title 0x0
+int layout mtrl_alert_select_dialog_item 0x0
+int layout mtrl_alert_select_dialog_multichoice 0x0
+int layout mtrl_alert_select_dialog_singlechoice 0x0
+int layout mtrl_auto_complete_simple_item 0x0
+int layout mtrl_calendar_day 0x0
+int layout mtrl_calendar_day_of_week 0x0
+int layout mtrl_calendar_days_of_week 0x0
+int layout mtrl_calendar_horizontal 0x0
+int layout mtrl_calendar_month 0x0
+int layout mtrl_calendar_month_labeled 0x0
+int layout mtrl_calendar_month_navigation 0x0
+int layout mtrl_calendar_months 0x0
+int layout mtrl_calendar_vertical 0x0
+int layout mtrl_calendar_year 0x0
+int layout mtrl_layout_snackbar 0x0
+int layout mtrl_layout_snackbar_include 0x0
+int layout mtrl_navigation_rail_item 0x0
+int layout mtrl_picker_actions 0x0
+int layout mtrl_picker_dialog 0x0
+int layout mtrl_picker_fullscreen 0x0
+int layout mtrl_picker_header_dialog 0x0
+int layout mtrl_picker_header_fullscreen 0x0
+int layout mtrl_picker_header_selection_text 0x0
+int layout mtrl_picker_header_title_text 0x0
+int layout mtrl_picker_header_toggle 0x0
+int layout mtrl_picker_text_input_date 0x0
+int layout mtrl_picker_text_input_date_range 0x0
+int layout notification_action 0x0
+int layout notification_action_tombstone 0x0
+int layout notification_template_custom_big 0x0
+int layout notification_template_icon_group 0x0
+int layout notification_template_part_chronometer 0x0
+int layout notification_template_part_time 0x0
+int layout select_dialog_item_material 0x0
+int layout select_dialog_multichoice_material 0x0
+int layout select_dialog_singlechoice_material 0x0
+int layout support_simple_spinner_dropdown_item 0x0
+int plurals mtrl_badge_content_description 0x0
+int string abc_action_bar_home_description 0x0
+int string abc_action_bar_up_description 0x0
+int string abc_action_menu_overflow_description 0x0
+int string abc_action_mode_done 0x0
+int string abc_activity_chooser_view_see_all 0x0
+int string abc_activitychooserview_choose_application 0x0
+int string abc_capital_off 0x0
+int string abc_capital_on 0x0
+int string abc_menu_alt_shortcut_label 0x0
+int string abc_menu_ctrl_shortcut_label 0x0
+int string abc_menu_delete_shortcut_label 0x0
+int string abc_menu_enter_shortcut_label 0x0
+int string abc_menu_function_shortcut_label 0x0
+int string abc_menu_meta_shortcut_label 0x0
+int string abc_menu_shift_shortcut_label 0x0
+int string abc_menu_space_shortcut_label 0x0
+int string abc_menu_sym_shortcut_label 0x0
+int string abc_prepend_shortcut_label 0x0
+int string abc_search_hint 0x0
+int string abc_searchview_description_clear 0x0
+int string abc_searchview_description_query 0x0
+int string abc_searchview_description_search 0x0
+int string abc_searchview_description_submit 0x0
+int string abc_searchview_description_voice 0x0
+int string abc_shareactionprovider_share_with 0x0
+int string abc_shareactionprovider_share_with_application 0x0
+int string abc_toolbar_collapse_description 0x0
+int string appbar_scrolling_view_behavior 0x0
+int string bottom_sheet_behavior 0x0
+int string bottomsheet_action_collapse 0x0
+int string bottomsheet_action_expand 0x0
+int string bottomsheet_action_expand_halfway 0x0
+int string bottomsheet_drag_handle_clicked 0x0
+int string bottomsheet_drag_handle_content_description 0x0
+int string character_counter_content_description 0x0
+int string character_counter_overflowed_content_description 0x0
+int string character_counter_pattern 0x0
+int string clear_text_end_icon_content_description 0x0
+int string error_a11y_label 0x0
+int string error_icon_content_description 0x0
+int string exposed_dropdown_menu_content_description 0x0
+int string fab_transformation_scrim_behavior 0x0
+int string fab_transformation_sheet_behavior 0x0
+int string hide_bottom_view_on_scroll_behavior 0x0
+int string icon_content_description 0x0
+int string item_view_role_description 0x0
+int string m3_sys_motion_easing_emphasized 0x0
+int string m3_sys_motion_easing_emphasized_accelerate 0x0
+int string m3_sys_motion_easing_emphasized_decelerate 0x0
+int string m3_sys_motion_easing_emphasized_path_data 0x0
+int string m3_sys_motion_easing_legacy 0x0
+int string m3_sys_motion_easing_legacy_accelerate 0x0
+int string m3_sys_motion_easing_legacy_decelerate 0x0
+int string m3_sys_motion_easing_linear 0x0
+int string m3_sys_motion_easing_standard 0x0
+int string m3_sys_motion_easing_standard_accelerate 0x0
+int string m3_sys_motion_easing_standard_decelerate 0x0
+int string material_clock_display_divider 0x0
+int string material_clock_toggle_content_description 0x0
+int string material_hour_selection 0x0
+int string material_hour_suffix 0x0
+int string material_minute_selection 0x0
+int string material_minute_suffix 0x0
+int string material_motion_easing_accelerated 0x0
+int string material_motion_easing_decelerated 0x0
+int string material_motion_easing_emphasized 0x0
+int string material_motion_easing_linear 0x0
+int string material_motion_easing_standard 0x0
+int string material_slider_range_end 0x0
+int string material_slider_range_start 0x0
+int string material_timepicker_am 0x0
+int string material_timepicker_clock_mode_description 0x0
+int string material_timepicker_hour 0x0
+int string material_timepicker_minute 0x0
+int string material_timepicker_pm 0x0
+int string material_timepicker_select_time 0x0
+int string material_timepicker_text_input_mode_description 0x0
+int string mtrl_badge_numberless_content_description 0x0
+int string mtrl_checkbox_button_icon_path_checked 0x0
+int string mtrl_checkbox_button_icon_path_group_name 0x0
+int string mtrl_checkbox_button_icon_path_indeterminate 0x0
+int string mtrl_checkbox_button_icon_path_name 0x0
+int string mtrl_checkbox_button_path_checked 0x0
+int string mtrl_checkbox_button_path_group_name 0x0
+int string mtrl_checkbox_button_path_name 0x0
+int string mtrl_checkbox_button_path_unchecked 0x0
+int string mtrl_checkbox_state_description_checked 0x0
+int string mtrl_checkbox_state_description_indeterminate 0x0
+int string mtrl_checkbox_state_description_unchecked 0x0
+int string mtrl_chip_close_icon_content_description 0x0
+int string mtrl_exceed_max_badge_number_content_description 0x0
+int string mtrl_exceed_max_badge_number_suffix 0x0
+int string mtrl_picker_a11y_next_month 0x0
+int string mtrl_picker_a11y_prev_month 0x0
+int string mtrl_picker_announce_current_selection 0x0
+int string mtrl_picker_cancel 0x0
+int string mtrl_picker_confirm 0x0
+int string mtrl_picker_date_header_selected 0x0
+int string mtrl_picker_date_header_title 0x0
+int string mtrl_picker_date_header_unselected 0x0
+int string mtrl_picker_day_of_week_column_header 0x0
+int string mtrl_picker_invalid_format 0x0
+int string mtrl_picker_invalid_format_example 0x0
+int string mtrl_picker_invalid_format_use 0x0
+int string mtrl_picker_invalid_range 0x0
+int string mtrl_picker_navigate_to_year_description 0x0
+int string mtrl_picker_out_of_range 0x0
+int string mtrl_picker_range_header_only_end_selected 0x0
+int string mtrl_picker_range_header_only_start_selected 0x0
+int string mtrl_picker_range_header_selected 0x0
+int string mtrl_picker_range_header_title 0x0
+int string mtrl_picker_range_header_unselected 0x0
+int string mtrl_picker_save 0x0
+int string mtrl_picker_text_input_date_hint 0x0
+int string mtrl_picker_text_input_date_range_end_hint 0x0
+int string mtrl_picker_text_input_date_range_start_hint 0x0
+int string mtrl_picker_text_input_day_abbr 0x0
+int string mtrl_picker_text_input_month_abbr 0x0
+int string mtrl_picker_text_input_year_abbr 0x0
+int string mtrl_picker_toggle_to_calendar_input_mode 0x0
+int string mtrl_picker_toggle_to_day_selection 0x0
+int string mtrl_picker_toggle_to_text_input_mode 0x0
+int string mtrl_picker_toggle_to_year_selection 0x0
+int string mtrl_switch_thumb_group_name 0x0
+int string mtrl_switch_thumb_path_checked 0x0
+int string mtrl_switch_thumb_path_morphing 0x0
+int string mtrl_switch_thumb_path_name 0x0
+int string mtrl_switch_thumb_path_pressed 0x0
+int string mtrl_switch_thumb_path_unchecked 0x0
+int string mtrl_switch_track_decoration_path 0x0
+int string mtrl_switch_track_path 0x0
+int string mtrl_timepicker_cancel 0x0
+int string mtrl_timepicker_confirm 0x0
+int string password_toggle_content_description 0x0
+int string path_password_eye 0x0
+int string path_password_eye_mask_strike_through 0x0
+int string path_password_eye_mask_visible 0x0
+int string path_password_strike_through 0x0
+int string search_menu_title 0x0
+int string status_bar_notification_info_overflow 0x0
+int style AlertDialog_AppCompat 0x0
+int style AlertDialog_AppCompat_Light 0x0
+int style Animation_AppCompat_Dialog 0x0
+int style Animation_AppCompat_DropDownUp 0x0
+int style Animation_AppCompat_Tooltip 0x0
+int style Animation_Design_BottomSheetDialog 0x0
+int style Animation_MaterialComponents_BottomSheetDialog 0x0
+int style Base_AlertDialog_AppCompat 0x0
+int style Base_AlertDialog_AppCompat_Light 0x0
+int style Base_Animation_AppCompat_Dialog 0x0
+int style Base_Animation_AppCompat_DropDownUp 0x0
+int style Base_Animation_AppCompat_Tooltip 0x0
+int style Base_CardView 0x0
+int style Base_DialogWindowTitleBackground_AppCompat 0x0
+int style Base_DialogWindowTitle_AppCompat 0x0
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Icon 0x0
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Panel 0x0
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Text 0x0
+int style Base_TextAppearance_AppCompat 0x0
+int style Base_TextAppearance_AppCompat_Body1 0x0
+int style Base_TextAppearance_AppCompat_Body2 0x0
+int style Base_TextAppearance_AppCompat_Button 0x0
+int style Base_TextAppearance_AppCompat_Caption 0x0
+int style Base_TextAppearance_AppCompat_Display1 0x0
+int style Base_TextAppearance_AppCompat_Display2 0x0
+int style Base_TextAppearance_AppCompat_Display3 0x0
+int style Base_TextAppearance_AppCompat_Display4 0x0
+int style Base_TextAppearance_AppCompat_Headline 0x0
+int style Base_TextAppearance_AppCompat_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Large 0x0
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
+int style Base_TextAppearance_AppCompat_Medium 0x0
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Menu 0x0
+int style Base_TextAppearance_AppCompat_SearchResult 0x0
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x0
+int style Base_TextAppearance_AppCompat_Small 0x0
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Subhead 0x0
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Title 0x0
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Tooltip 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x0
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
+int style Base_TextAppearance_MaterialComponents_Badge 0x0
+int style Base_TextAppearance_MaterialComponents_Button 0x0
+int style Base_TextAppearance_MaterialComponents_Headline6 0x0
+int style Base_TextAppearance_MaterialComponents_Subtitle2 0x0
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
+int style Base_ThemeOverlay_AppCompat 0x0
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x0
+int style Base_ThemeOverlay_AppCompat_Dark 0x0
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x0
+int style Base_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x0
+int style Base_ThemeOverlay_AppCompat_Light 0x0
+int style Base_ThemeOverlay_Material3_AutoCompleteTextView 0x0
+int style Base_ThemeOverlay_Material3_BottomSheetDialog 0x0
+int style Base_ThemeOverlay_Material3_Dialog 0x0
+int style Base_ThemeOverlay_Material3_TextInputEditText 0x0
+int style Base_ThemeOverlay_MaterialComponents_Dialog 0x0
+int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
+int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x0
+int style Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x0
+int style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
+int style Base_Theme_AppCompat 0x0
+int style Base_Theme_AppCompat_CompactMenu 0x0
+int style Base_Theme_AppCompat_Dialog 0x0
+int style Base_Theme_AppCompat_DialogWhenLarge 0x0
+int style Base_Theme_AppCompat_Dialog_Alert 0x0
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x0
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x0
+int style Base_Theme_AppCompat_Light 0x0
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x0
+int style Base_Theme_AppCompat_Light_Dialog 0x0
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x0
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x0
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x0
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x0
+int style Base_Theme_Material3_Dark 0x0
+int style Base_Theme_Material3_Dark_BottomSheetDialog 0x0
+int style Base_Theme_Material3_Dark_Dialog 0x0
+int style Base_Theme_Material3_Light 0x0
+int style Base_Theme_Material3_Light_BottomSheetDialog 0x0
+int style Base_Theme_Material3_Light_Dialog 0x0
+int style Base_Theme_MaterialComponents 0x0
+int style Base_Theme_MaterialComponents_Bridge 0x0
+int style Base_Theme_MaterialComponents_CompactMenu 0x0
+int style Base_Theme_MaterialComponents_Dialog 0x0
+int style Base_Theme_MaterialComponents_DialogWhenLarge 0x0
+int style Base_Theme_MaterialComponents_Dialog_Alert 0x0
+int style Base_Theme_MaterialComponents_Dialog_Bridge 0x0
+int style Base_Theme_MaterialComponents_Dialog_FixedSize 0x0
+int style Base_Theme_MaterialComponents_Dialog_MinWidth 0x0
+int style Base_Theme_MaterialComponents_Light 0x0
+int style Base_Theme_MaterialComponents_Light_Bridge 0x0
+int style Base_Theme_MaterialComponents_Light_DarkActionBar 0x0
+int style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog 0x0
+int style Base_Theme_MaterialComponents_Light_DialogWhenLarge 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog_Alert 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog_Bridge 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog_FixedSize 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog_MinWidth 0x0
+int style Base_V14_ThemeOverlay_Material3_BottomSheetDialog 0x0
+int style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
+int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x0
+int style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
+int style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
+int style Base_V14_Theme_Material3_Dark 0x0
+int style Base_V14_Theme_Material3_Dark_BottomSheetDialog 0x0
+int style Base_V14_Theme_Material3_Dark_Dialog 0x0
+int style Base_V14_Theme_Material3_Light 0x0
+int style Base_V14_Theme_Material3_Light_BottomSheetDialog 0x0
+int style Base_V14_Theme_Material3_Light_Dialog 0x0
+int style Base_V14_Theme_MaterialComponents 0x0
+int style Base_V14_Theme_MaterialComponents_Bridge 0x0
+int style Base_V14_Theme_MaterialComponents_Dialog 0x0
+int style Base_V14_Theme_MaterialComponents_Dialog_Bridge 0x0
+int style Base_V14_Theme_MaterialComponents_Light 0x0
+int style Base_V14_Theme_MaterialComponents_Light_Bridge 0x0
+int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
+int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x0
+int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x0
+int style Base_V14_Widget_MaterialComponents_AutoCompleteTextView 0x0
+int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_V21_ThemeOverlay_Material3_BottomSheetDialog 0x0
+int style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
+int style Base_V21_Theme_AppCompat 0x0
+int style Base_V21_Theme_AppCompat_Dialog 0x0
+int style Base_V21_Theme_AppCompat_Light 0x0
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x0
+int style Base_V21_Theme_MaterialComponents 0x0
+int style Base_V21_Theme_MaterialComponents_Dialog 0x0
+int style Base_V21_Theme_MaterialComponents_Light 0x0
+int style Base_V21_Theme_MaterialComponents_Light_Dialog 0x0
+int style Base_V22_Theme_AppCompat 0x0
+int style Base_V22_Theme_AppCompat_Light 0x0
+int style Base_V23_Theme_AppCompat 0x0
+int style Base_V23_Theme_AppCompat_Light 0x0
+int style Base_V24_Theme_Material3_Dark 0x0
+int style Base_V24_Theme_Material3_Dark_Dialog 0x0
+int style Base_V24_Theme_Material3_Light 0x0
+int style Base_V24_Theme_Material3_Light_Dialog 0x0
+int style Base_V26_Theme_AppCompat 0x0
+int style Base_V26_Theme_AppCompat_Light 0x0
+int style Base_V26_Widget_AppCompat_Toolbar 0x0
+int style Base_V28_Theme_AppCompat 0x0
+int style Base_V28_Theme_AppCompat_Light 0x0
+int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_V7_Theme_AppCompat 0x0
+int style Base_V7_Theme_AppCompat_Dialog 0x0
+int style Base_V7_Theme_AppCompat_Light 0x0
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x0
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x0
+int style Base_V7_Widget_AppCompat_EditText 0x0
+int style Base_V7_Widget_AppCompat_Toolbar 0x0
+int style Base_Widget_AppCompat_ActionBar 0x0
+int style Base_Widget_AppCompat_ActionBar_Solid 0x0
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x0
+int style Base_Widget_AppCompat_ActionBar_TabText 0x0
+int style Base_Widget_AppCompat_ActionBar_TabView 0x0
+int style Base_Widget_AppCompat_ActionButton 0x0
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x0
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x0
+int style Base_Widget_AppCompat_ActionMode 0x0
+int style Base_Widget_AppCompat_ActivityChooserView 0x0
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x0
+int style Base_Widget_AppCompat_Button 0x0
+int style Base_Widget_AppCompat_ButtonBar 0x0
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x0
+int style Base_Widget_AppCompat_Button_Borderless 0x0
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x0
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
+int style Base_Widget_AppCompat_Button_Colored 0x0
+int style Base_Widget_AppCompat_Button_Small 0x0
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x0
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x0
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x0
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x0
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x0
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x0
+int style Base_Widget_AppCompat_EditText 0x0
+int style Base_Widget_AppCompat_ImageButton 0x0
+int style Base_Widget_AppCompat_Light_ActionBar 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x0
+int style Base_Widget_AppCompat_Light_PopupMenu 0x0
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x0
+int style Base_Widget_AppCompat_ListMenuView 0x0
+int style Base_Widget_AppCompat_ListPopupWindow 0x0
+int style Base_Widget_AppCompat_ListView 0x0
+int style Base_Widget_AppCompat_ListView_DropDown 0x0
+int style Base_Widget_AppCompat_ListView_Menu 0x0
+int style Base_Widget_AppCompat_PopupMenu 0x0
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x0
+int style Base_Widget_AppCompat_PopupWindow 0x0
+int style Base_Widget_AppCompat_ProgressBar 0x0
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x0
+int style Base_Widget_AppCompat_RatingBar 0x0
+int style Base_Widget_AppCompat_RatingBar_Indicator 0x0
+int style Base_Widget_AppCompat_RatingBar_Small 0x0
+int style Base_Widget_AppCompat_SearchView 0x0
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x0
+int style Base_Widget_AppCompat_SeekBar 0x0
+int style Base_Widget_AppCompat_SeekBar_Discrete 0x0
+int style Base_Widget_AppCompat_Spinner 0x0
+int style Base_Widget_AppCompat_Spinner_Underlined 0x0
+int style Base_Widget_AppCompat_TextView 0x0
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x0
+int style Base_Widget_AppCompat_Toolbar 0x0
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x0
+int style Base_Widget_Design_TabLayout 0x0
+int style Base_Widget_Material3_ActionBar_Solid 0x0
+int style Base_Widget_Material3_ActionMode 0x0
+int style Base_Widget_Material3_CardView 0x0
+int style Base_Widget_Material3_Chip 0x0
+int style Base_Widget_Material3_CollapsingToolbar 0x0
+int style Base_Widget_Material3_CompoundButton_CheckBox 0x0
+int style Base_Widget_Material3_CompoundButton_RadioButton 0x0
+int style Base_Widget_Material3_CompoundButton_Switch 0x0
+int style Base_Widget_Material3_ExtendedFloatingActionButton 0x0
+int style Base_Widget_Material3_ExtendedFloatingActionButton_Icon 0x0
+int style Base_Widget_Material3_FloatingActionButton 0x0
+int style Base_Widget_Material3_FloatingActionButton_Large 0x0
+int style Base_Widget_Material3_FloatingActionButton_Small 0x0
+int style Base_Widget_Material3_Light_ActionBar_Solid 0x0
+int style Base_Widget_Material3_MaterialCalendar_NavigationButton 0x0
+int style Base_Widget_Material3_Snackbar 0x0
+int style Base_Widget_Material3_TabLayout 0x0
+int style Base_Widget_Material3_TabLayout_OnSurface 0x0
+int style Base_Widget_Material3_TabLayout_Secondary 0x0
+int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x0
+int style Base_Widget_MaterialComponents_CheckedTextView 0x0
+int style Base_Widget_MaterialComponents_Chip 0x0
+int style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x0
+int style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton 0x0
+int style Base_Widget_MaterialComponents_PopupMenu 0x0
+int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x0
+int style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x0
+int style Base_Widget_MaterialComponents_PopupMenu_Overflow 0x0
+int style Base_Widget_MaterialComponents_Slider 0x0
+int style Base_Widget_MaterialComponents_Snackbar 0x0
+int style Base_Widget_MaterialComponents_TextInputEditText 0x0
+int style Base_Widget_MaterialComponents_TextInputLayout 0x0
+int style Base_Widget_MaterialComponents_TextView 0x0
+int style CardView 0x0
+int style CardView_Dark 0x0
+int style CardView_Light 0x0
+int style MaterialAlertDialog_Material3 0x0
+int style MaterialAlertDialog_Material3_Body_Text 0x0
+int style MaterialAlertDialog_Material3_Body_Text_CenterStacked 0x0
+int style MaterialAlertDialog_Material3_Title_Icon 0x0
+int style MaterialAlertDialog_Material3_Title_Icon_CenterStacked 0x0
+int style MaterialAlertDialog_Material3_Title_Panel 0x0
+int style MaterialAlertDialog_Material3_Title_Panel_CenterStacked 0x0
+int style MaterialAlertDialog_Material3_Title_Text 0x0
+int style MaterialAlertDialog_Material3_Title_Text_CenterStacked 0x0
+int style MaterialAlertDialog_MaterialComponents 0x0
+int style MaterialAlertDialog_MaterialComponents_Body_Text 0x0
+int style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar 0x0
+int style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Icon 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Panel 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Text 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked 0x0
+int style Platform_AppCompat 0x0
+int style Platform_AppCompat_Light 0x0
+int style Platform_MaterialComponents 0x0
+int style Platform_MaterialComponents_Dialog 0x0
+int style Platform_MaterialComponents_Light 0x0
+int style Platform_MaterialComponents_Light_Dialog 0x0
+int style Platform_ThemeOverlay_AppCompat 0x0
+int style Platform_ThemeOverlay_AppCompat_Dark 0x0
+int style Platform_ThemeOverlay_AppCompat_Light 0x0
+int style Platform_V21_AppCompat 0x0
+int style Platform_V21_AppCompat_Light 0x0
+int style Platform_V25_AppCompat 0x0
+int style Platform_V25_AppCompat_Light 0x0
+int style Platform_Widget_AppCompat_Spinner 0x0
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x0
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x0
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x0
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x0
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x0
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x0
+int style ShapeAppearanceOverlay_Material3_Button 0x0
+int style ShapeAppearanceOverlay_Material3_Chip 0x0
+int style ShapeAppearanceOverlay_Material3_Corner_Bottom 0x0
+int style ShapeAppearanceOverlay_Material3_Corner_Left 0x0
+int style ShapeAppearanceOverlay_Material3_Corner_Right 0x0
+int style ShapeAppearanceOverlay_Material3_Corner_Top 0x0
+int style ShapeAppearanceOverlay_Material3_FloatingActionButton 0x0
+int style ShapeAppearanceOverlay_Material3_NavigationView_Item 0x0
+int style ShapeAppearanceOverlay_MaterialAlertDialog_Material3 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_BottomSheet 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_Chip 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x0
+int style ShapeAppearance_M3_Comp_BottomAppBar_Container_Shape 0x0
+int style ShapeAppearance_M3_Comp_Switch_Handle_Shape 0x0
+int style ShapeAppearance_M3_Comp_Switch_StateLayer_Shape 0x0
+int style ShapeAppearance_M3_Comp_Switch_Track_Shape 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_Full 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_Large 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_Medium 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_None 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_Small 0x0
+int style ShapeAppearance_Material3_Corner_ExtraLarge 0x0
+int style ShapeAppearance_Material3_Corner_ExtraSmall 0x0
+int style ShapeAppearance_Material3_Corner_Full 0x0
+int style ShapeAppearance_Material3_Corner_Large 0x0
+int style ShapeAppearance_Material3_Corner_Medium 0x0
+int style ShapeAppearance_Material3_Corner_None 0x0
+int style ShapeAppearance_Material3_Corner_Small 0x0
+int style ShapeAppearance_Material3_LargeComponent 0x0
+int style ShapeAppearance_Material3_MediumComponent 0x0
+int style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator 0x0
+int style ShapeAppearance_Material3_SmallComponent 0x0
+int style ShapeAppearance_Material3_Tooltip 0x0
+int style ShapeAppearance_MaterialComponents 0x0
+int style ShapeAppearance_MaterialComponents_LargeComponent 0x0
+int style ShapeAppearance_MaterialComponents_MediumComponent 0x0
+int style ShapeAppearance_MaterialComponents_SmallComponent 0x0
+int style ShapeAppearance_MaterialComponents_Tooltip 0x0
+int style TextAppearance_AppCompat 0x0
+int style TextAppearance_AppCompat_Body1 0x0
+int style TextAppearance_AppCompat_Body2 0x0
+int style TextAppearance_AppCompat_Button 0x0
+int style TextAppearance_AppCompat_Caption 0x0
+int style TextAppearance_AppCompat_Display1 0x0
+int style TextAppearance_AppCompat_Display2 0x0
+int style TextAppearance_AppCompat_Display3 0x0
+int style TextAppearance_AppCompat_Display4 0x0
+int style TextAppearance_AppCompat_Headline 0x0
+int style TextAppearance_AppCompat_Inverse 0x0
+int style TextAppearance_AppCompat_Large 0x0
+int style TextAppearance_AppCompat_Large_Inverse 0x0
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x0
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x0
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
+int style TextAppearance_AppCompat_Medium 0x0
+int style TextAppearance_AppCompat_Medium_Inverse 0x0
+int style TextAppearance_AppCompat_Menu 0x0
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x0
+int style TextAppearance_AppCompat_SearchResult_Title 0x0
+int style TextAppearance_AppCompat_Small 0x0
+int style TextAppearance_AppCompat_Small_Inverse 0x0
+int style TextAppearance_AppCompat_Subhead 0x0
+int style TextAppearance_AppCompat_Subhead_Inverse 0x0
+int style TextAppearance_AppCompat_Title 0x0
+int style TextAppearance_AppCompat_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Tooltip 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_Button 0x0
+int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
+int style TextAppearance_AppCompat_Widget_Button_Colored 0x0
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
+int style TextAppearance_AppCompat_Widget_Switch 0x0
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
+int style TextAppearance_Compat_Notification 0x0
+int style TextAppearance_Compat_Notification_Info 0x0
+int style TextAppearance_Compat_Notification_Line2 0x0
+int style TextAppearance_Compat_Notification_Time 0x0
+int style TextAppearance_Compat_Notification_Title 0x0
+int style TextAppearance_Design_CollapsingToolbar_Expanded 0x0
+int style TextAppearance_Design_Counter 0x0
+int style TextAppearance_Design_Counter_Overflow 0x0
+int style TextAppearance_Design_Error 0x0
+int style TextAppearance_Design_HelperText 0x0
+int style TextAppearance_Design_Hint 0x0
+int style TextAppearance_Design_Placeholder 0x0
+int style TextAppearance_Design_Prefix 0x0
+int style TextAppearance_Design_Snackbar_Message 0x0
+int style TextAppearance_Design_Suffix 0x0
+int style TextAppearance_Design_Tab 0x0
+int style TextAppearance_M3_Sys_Typescale_BodyLarge 0x0
+int style TextAppearance_M3_Sys_Typescale_BodyMedium 0x0
+int style TextAppearance_M3_Sys_Typescale_BodySmall 0x0
+int style TextAppearance_M3_Sys_Typescale_DisplayLarge 0x0
+int style TextAppearance_M3_Sys_Typescale_DisplayMedium 0x0
+int style TextAppearance_M3_Sys_Typescale_DisplaySmall 0x0
+int style TextAppearance_M3_Sys_Typescale_HeadlineLarge 0x0
+int style TextAppearance_M3_Sys_Typescale_HeadlineMedium 0x0
+int style TextAppearance_M3_Sys_Typescale_HeadlineSmall 0x0
+int style TextAppearance_M3_Sys_Typescale_LabelLarge 0x0
+int style TextAppearance_M3_Sys_Typescale_LabelMedium 0x0
+int style TextAppearance_M3_Sys_Typescale_LabelSmall 0x0
+int style TextAppearance_M3_Sys_Typescale_TitleLarge 0x0
+int style TextAppearance_M3_Sys_Typescale_TitleMedium 0x0
+int style TextAppearance_M3_Sys_Typescale_TitleSmall 0x0
+int style TextAppearance_Material3_ActionBar_Subtitle 0x0
+int style TextAppearance_Material3_ActionBar_Title 0x0
+int style TextAppearance_Material3_BodyLarge 0x0
+int style TextAppearance_Material3_BodyMedium 0x0
+int style TextAppearance_Material3_BodySmall 0x0
+int style TextAppearance_Material3_DisplayLarge 0x0
+int style TextAppearance_Material3_DisplayMedium 0x0
+int style TextAppearance_Material3_DisplaySmall 0x0
+int style TextAppearance_Material3_HeadlineLarge 0x0
+int style TextAppearance_Material3_HeadlineMedium 0x0
+int style TextAppearance_Material3_HeadlineSmall 0x0
+int style TextAppearance_Material3_LabelLarge 0x0
+int style TextAppearance_Material3_LabelMedium 0x0
+int style TextAppearance_Material3_LabelSmall 0x0
+int style TextAppearance_Material3_MaterialTimePicker_Title 0x0
+int style TextAppearance_Material3_TitleLarge 0x0
+int style TextAppearance_Material3_TitleMedium 0x0
+int style TextAppearance_Material3_TitleSmall 0x0
+int style TextAppearance_MaterialComponents_Badge 0x0
+int style TextAppearance_MaterialComponents_Body1 0x0
+int style TextAppearance_MaterialComponents_Body2 0x0
+int style TextAppearance_MaterialComponents_Button 0x0
+int style TextAppearance_MaterialComponents_Caption 0x0
+int style TextAppearance_MaterialComponents_Chip 0x0
+int style TextAppearance_MaterialComponents_Headline1 0x0
+int style TextAppearance_MaterialComponents_Headline2 0x0
+int style TextAppearance_MaterialComponents_Headline3 0x0
+int style TextAppearance_MaterialComponents_Headline4 0x0
+int style TextAppearance_MaterialComponents_Headline5 0x0
+int style TextAppearance_MaterialComponents_Headline6 0x0
+int style TextAppearance_MaterialComponents_Overline 0x0
+int style TextAppearance_MaterialComponents_Subtitle1 0x0
+int style TextAppearance_MaterialComponents_Subtitle2 0x0
+int style TextAppearance_MaterialComponents_TimePicker_Title 0x0
+int style TextAppearance_MaterialComponents_Tooltip 0x0
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
+int style ThemeOverlay_AppCompat 0x0
+int style ThemeOverlay_AppCompat_ActionBar 0x0
+int style ThemeOverlay_AppCompat_Dark 0x0
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x0
+int style ThemeOverlay_AppCompat_DayNight 0x0
+int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x0
+int style ThemeOverlay_AppCompat_Dialog 0x0
+int style ThemeOverlay_AppCompat_Dialog_Alert 0x0
+int style ThemeOverlay_AppCompat_Light 0x0
+int style ThemeOverlay_Design_TextInputEditText 0x0
+int style ThemeOverlay_Material3 0x0
+int style ThemeOverlay_Material3_ActionBar 0x0
+int style ThemeOverlay_Material3_AutoCompleteTextView 0x0
+int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox 0x0
+int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense 0x0
+int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox 0x0
+int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x0
+int style ThemeOverlay_Material3_BottomAppBar 0x0
+int style ThemeOverlay_Material3_BottomAppBar_Legacy 0x0
+int style ThemeOverlay_Material3_BottomSheetDialog 0x0
+int style ThemeOverlay_Material3_Button 0x0
+int style ThemeOverlay_Material3_Button_ElevatedButton 0x0
+int style ThemeOverlay_Material3_Button_IconButton 0x0
+int style ThemeOverlay_Material3_Button_IconButton_Filled 0x0
+int style ThemeOverlay_Material3_Button_IconButton_Filled_Tonal 0x0
+int style ThemeOverlay_Material3_Button_TextButton 0x0
+int style ThemeOverlay_Material3_Button_TextButton_Snackbar 0x0
+int style ThemeOverlay_Material3_Button_TonalButton 0x0
+int style ThemeOverlay_Material3_Chip 0x0
+int style ThemeOverlay_Material3_Chip_Assist 0x0
+int style ThemeOverlay_Material3_Dark 0x0
+int style ThemeOverlay_Material3_Dark_ActionBar 0x0
+int style ThemeOverlay_Material3_DayNight_BottomSheetDialog 0x0
+int style ThemeOverlay_Material3_Dialog 0x0
+int style ThemeOverlay_Material3_Dialog_Alert 0x0
+int style ThemeOverlay_Material3_Dialog_Alert_Framework 0x0
+int style ThemeOverlay_Material3_DynamicColors_Dark 0x0
+int style ThemeOverlay_Material3_DynamicColors_DayNight 0x0
+int style ThemeOverlay_Material3_DynamicColors_Light 0x0
+int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Primary 0x0
+int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Secondary 0x0
+int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Surface 0x0
+int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Tertiary 0x0
+int style ThemeOverlay_Material3_FloatingActionButton_Primary 0x0
+int style ThemeOverlay_Material3_FloatingActionButton_Secondary 0x0
+int style ThemeOverlay_Material3_FloatingActionButton_Surface 0x0
+int style ThemeOverlay_Material3_FloatingActionButton_Tertiary 0x0
+int style ThemeOverlay_Material3_HarmonizedColors 0x0
+int style ThemeOverlay_Material3_HarmonizedColors_Empty 0x0
+int style ThemeOverlay_Material3_Light 0x0
+int style ThemeOverlay_Material3_Light_Dialog_Alert_Framework 0x0
+int style ThemeOverlay_Material3_MaterialAlertDialog 0x0
+int style ThemeOverlay_Material3_MaterialAlertDialog_Centered 0x0
+int style ThemeOverlay_Material3_MaterialCalendar 0x0
+int style ThemeOverlay_Material3_MaterialCalendar_Fullscreen 0x0
+int style ThemeOverlay_Material3_MaterialCalendar_HeaderCancelButton 0x0
+int style ThemeOverlay_Material3_MaterialTimePicker 0x0
+int style ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText 0x0
+int style ThemeOverlay_Material3_NavigationView 0x0
+int style ThemeOverlay_Material3_Snackbar 0x0
+int style ThemeOverlay_Material3_TextInputEditText 0x0
+int style ThemeOverlay_Material3_TextInputEditText_FilledBox 0x0
+int style ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense 0x0
+int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox 0x0
+int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense 0x0
+int style ThemeOverlay_Material3_Toolbar_Surface 0x0
+int style ThemeOverlay_MaterialAlertDialog_Material3_Title_Icon 0x0
+int style ThemeOverlay_MaterialComponents 0x0
+int style ThemeOverlay_MaterialComponents_ActionBar 0x0
+int style ThemeOverlay_MaterialComponents_ActionBar_Primary 0x0
+int style ThemeOverlay_MaterialComponents_ActionBar_Surface 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x0
+int style ThemeOverlay_MaterialComponents_BottomAppBar_Primary 0x0
+int style ThemeOverlay_MaterialComponents_BottomAppBar_Surface 0x0
+int style ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
+int style ThemeOverlay_MaterialComponents_Dark 0x0
+int style ThemeOverlay_MaterialComponents_Dark_ActionBar 0x0
+int style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog 0x0
+int style ThemeOverlay_MaterialComponents_Dialog 0x0
+int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
+int style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x0
+int style ThemeOverlay_MaterialComponents_Light 0x0
+int style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner 0x0
+int style ThemeOverlay_MaterialComponents_MaterialCalendar 0x0
+int style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x0
+int style ThemeOverlay_MaterialComponents_TimePicker 0x0
+int style ThemeOverlay_MaterialComponents_TimePicker_Display 0x0
+int style ThemeOverlay_MaterialComponents_TimePicker_Display_TextInputEditText 0x0
+int style ThemeOverlay_MaterialComponents_Toolbar_Popup_Primary 0x0
+int style ThemeOverlay_MaterialComponents_Toolbar_Primary 0x0
+int style ThemeOverlay_MaterialComponents_Toolbar_Surface 0x0
+int style Theme_AppCompat 0x0
+int style Theme_AppCompat_CompactMenu 0x0
+int style Theme_AppCompat_DayNight 0x0
+int style Theme_AppCompat_DayNight_DarkActionBar 0x0
+int style Theme_AppCompat_DayNight_Dialog 0x0
+int style Theme_AppCompat_DayNight_DialogWhenLarge 0x0
+int style Theme_AppCompat_DayNight_Dialog_Alert 0x0
+int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x0
+int style Theme_AppCompat_DayNight_NoActionBar 0x0
+int style Theme_AppCompat_Dialog 0x0
+int style Theme_AppCompat_DialogWhenLarge 0x0
+int style Theme_AppCompat_Dialog_Alert 0x0
+int style Theme_AppCompat_Dialog_MinWidth 0x0
+int style Theme_AppCompat_Empty 0x0
+int style Theme_AppCompat_Light 0x0
+int style Theme_AppCompat_Light_DarkActionBar 0x0
+int style Theme_AppCompat_Light_Dialog 0x0
+int style Theme_AppCompat_Light_DialogWhenLarge 0x0
+int style Theme_AppCompat_Light_Dialog_Alert 0x0
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x0
+int style Theme_AppCompat_Light_NoActionBar 0x0
+int style Theme_AppCompat_NoActionBar 0x0
+int style Theme_Design 0x0
+int style Theme_Design_BottomSheetDialog 0x0
+int style Theme_Design_Light 0x0
+int style Theme_Design_Light_BottomSheetDialog 0x0
+int style Theme_Design_Light_NoActionBar 0x0
+int style Theme_Design_NoActionBar 0x0
+int style Theme_Material3_Dark 0x0
+int style Theme_Material3_Dark_BottomSheetDialog 0x0
+int style Theme_Material3_Dark_Dialog 0x0
+int style Theme_Material3_Dark_DialogWhenLarge 0x0
+int style Theme_Material3_Dark_Dialog_Alert 0x0
+int style Theme_Material3_Dark_Dialog_MinWidth 0x0
+int style Theme_Material3_Dark_NoActionBar 0x0
+int style Theme_Material3_DayNight 0x0
+int style Theme_Material3_DayNight_BottomSheetDialog 0x0
+int style Theme_Material3_DayNight_Dialog 0x0
+int style Theme_Material3_DayNight_DialogWhenLarge 0x0
+int style Theme_Material3_DayNight_Dialog_Alert 0x0
+int style Theme_Material3_DayNight_Dialog_MinWidth 0x0
+int style Theme_Material3_DayNight_NoActionBar 0x0
+int style Theme_Material3_DynamicColors_Dark 0x0
+int style Theme_Material3_DynamicColors_DayNight 0x0
+int style Theme_Material3_DynamicColors_Light 0x0
+int style Theme_Material3_Light 0x0
+int style Theme_Material3_Light_BottomSheetDialog 0x0
+int style Theme_Material3_Light_Dialog 0x0
+int style Theme_Material3_Light_DialogWhenLarge 0x0
+int style Theme_Material3_Light_Dialog_Alert 0x0
+int style Theme_Material3_Light_Dialog_MinWidth 0x0
+int style Theme_Material3_Light_NoActionBar 0x0
+int style Theme_MaterialComponents 0x0
+int style Theme_MaterialComponents_BottomSheetDialog 0x0
+int style Theme_MaterialComponents_Bridge 0x0
+int style Theme_MaterialComponents_CompactMenu 0x0
+int style Theme_MaterialComponents_DayNight 0x0
+int style Theme_MaterialComponents_DayNight_BottomSheetDialog 0x0
+int style Theme_MaterialComponents_DayNight_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_DarkActionBar 0x0
+int style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog 0x0
+int style Theme_MaterialComponents_DayNight_DialogWhenLarge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_Alert 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_FixedSize 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_MinWidth 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_NoActionBar 0x0
+int style Theme_MaterialComponents_DayNight_NoActionBar_Bridge 0x0
+int style Theme_MaterialComponents_Dialog 0x0
+int style Theme_MaterialComponents_DialogWhenLarge 0x0
+int style Theme_MaterialComponents_Dialog_Alert 0x0
+int style Theme_MaterialComponents_Dialog_Alert_Bridge 0x0
+int style Theme_MaterialComponents_Dialog_Bridge 0x0
+int style Theme_MaterialComponents_Dialog_FixedSize 0x0
+int style Theme_MaterialComponents_Dialog_FixedSize_Bridge 0x0
+int style Theme_MaterialComponents_Dialog_MinWidth 0x0
+int style Theme_MaterialComponents_Dialog_MinWidth_Bridge 0x0
+int style Theme_MaterialComponents_Light 0x0
+int style Theme_MaterialComponents_Light_BottomSheetDialog 0x0
+int style Theme_MaterialComponents_Light_Bridge 0x0
+int style Theme_MaterialComponents_Light_DarkActionBar 0x0
+int style Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
+int style Theme_MaterialComponents_Light_Dialog 0x0
+int style Theme_MaterialComponents_Light_DialogWhenLarge 0x0
+int style Theme_MaterialComponents_Light_Dialog_Alert 0x0
+int style Theme_MaterialComponents_Light_Dialog_Alert_Bridge 0x0
+int style Theme_MaterialComponents_Light_Dialog_Bridge 0x0
+int style Theme_MaterialComponents_Light_Dialog_FixedSize 0x0
+int style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge 0x0
+int style Theme_MaterialComponents_Light_Dialog_MinWidth 0x0
+int style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge 0x0
+int style Theme_MaterialComponents_Light_NoActionBar 0x0
+int style Theme_MaterialComponents_Light_NoActionBar_Bridge 0x0
+int style Theme_MaterialComponents_NoActionBar 0x0
+int style Theme_MaterialComponents_NoActionBar_Bridge 0x0
+int style Widget_AppCompat_ActionBar 0x0
+int style Widget_AppCompat_ActionBar_Solid 0x0
+int style Widget_AppCompat_ActionBar_TabBar 0x0
+int style Widget_AppCompat_ActionBar_TabText 0x0
+int style Widget_AppCompat_ActionBar_TabView 0x0
+int style Widget_AppCompat_ActionButton 0x0
+int style Widget_AppCompat_ActionButton_CloseMode 0x0
+int style Widget_AppCompat_ActionButton_Overflow 0x0
+int style Widget_AppCompat_ActionMode 0x0
+int style Widget_AppCompat_ActivityChooserView 0x0
+int style Widget_AppCompat_AutoCompleteTextView 0x0
+int style Widget_AppCompat_Button 0x0
+int style Widget_AppCompat_ButtonBar 0x0
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x0
+int style Widget_AppCompat_Button_Borderless 0x0
+int style Widget_AppCompat_Button_Borderless_Colored 0x0
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
+int style Widget_AppCompat_Button_Colored 0x0
+int style Widget_AppCompat_Button_Small 0x0
+int style Widget_AppCompat_CompoundButton_CheckBox 0x0
+int style Widget_AppCompat_CompoundButton_RadioButton 0x0
+int style Widget_AppCompat_CompoundButton_Switch 0x0
+int style Widget_AppCompat_DrawerArrowToggle 0x0
+int style Widget_AppCompat_DropDownItem_Spinner 0x0
+int style Widget_AppCompat_EditText 0x0
+int style Widget_AppCompat_ImageButton 0x0
+int style Widget_AppCompat_Light_ActionBar 0x0
+int style Widget_AppCompat_Light_ActionBar_Solid 0x0
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x0
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabText 0x0
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabView 0x0
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x0
+int style Widget_AppCompat_Light_ActionButton 0x0
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x0
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x0
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x0
+int style Widget_AppCompat_Light_ActivityChooserView 0x0
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x0
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x0
+int style Widget_AppCompat_Light_ListPopupWindow 0x0
+int style Widget_AppCompat_Light_ListView_DropDown 0x0
+int style Widget_AppCompat_Light_PopupMenu 0x0
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x0
+int style Widget_AppCompat_Light_SearchView 0x0
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x0
+int style Widget_AppCompat_ListMenuView 0x0
+int style Widget_AppCompat_ListPopupWindow 0x0
+int style Widget_AppCompat_ListView 0x0
+int style Widget_AppCompat_ListView_DropDown 0x0
+int style Widget_AppCompat_ListView_Menu 0x0
+int style Widget_AppCompat_PopupMenu 0x0
+int style Widget_AppCompat_PopupMenu_Overflow 0x0
+int style Widget_AppCompat_PopupWindow 0x0
+int style Widget_AppCompat_ProgressBar 0x0
+int style Widget_AppCompat_ProgressBar_Horizontal 0x0
+int style Widget_AppCompat_RatingBar 0x0
+int style Widget_AppCompat_RatingBar_Indicator 0x0
+int style Widget_AppCompat_RatingBar_Small 0x0
+int style Widget_AppCompat_SearchView 0x0
+int style Widget_AppCompat_SearchView_ActionBar 0x0
+int style Widget_AppCompat_SeekBar 0x0
+int style Widget_AppCompat_SeekBar_Discrete 0x0
+int style Widget_AppCompat_Spinner 0x0
+int style Widget_AppCompat_Spinner_DropDown 0x0
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x0
+int style Widget_AppCompat_Spinner_Underlined 0x0
+int style Widget_AppCompat_TextView 0x0
+int style Widget_AppCompat_TextView_SpinnerItem 0x0
+int style Widget_AppCompat_Toolbar 0x0
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x0
+int style Widget_Compat_NotificationActionContainer 0x0
+int style Widget_Compat_NotificationActionText 0x0
+int style Widget_Design_AppBarLayout 0x0
+int style Widget_Design_BottomNavigationView 0x0
+int style Widget_Design_BottomSheet_Modal 0x0
+int style Widget_Design_CollapsingToolbar 0x0
+int style Widget_Design_FloatingActionButton 0x0
+int style Widget_Design_NavigationView 0x0
+int style Widget_Design_ScrimInsetsFrameLayout 0x0
+int style Widget_Design_Snackbar 0x0
+int style Widget_Design_TabLayout 0x0
+int style Widget_Design_TextInputEditText 0x0
+int style Widget_Design_TextInputLayout 0x0
+int style Widget_Material3_ActionBar_Solid 0x0
+int style Widget_Material3_ActionMode 0x0
+int style Widget_Material3_AppBarLayout 0x0
+int style Widget_Material3_AutoCompleteTextView_FilledBox 0x0
+int style Widget_Material3_AutoCompleteTextView_FilledBox_Dense 0x0
+int style Widget_Material3_AutoCompleteTextView_OutlinedBox 0x0
+int style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x0
+int style Widget_Material3_Badge 0x0
+int style Widget_Material3_BottomAppBar 0x0
+int style Widget_Material3_BottomAppBar_Button_Navigation 0x0
+int style Widget_Material3_BottomAppBar_Legacy 0x0
+int style Widget_Material3_BottomNavigationView 0x0
+int style Widget_Material3_BottomNavigationView_ActiveIndicator 0x0
+int style Widget_Material3_BottomSheet 0x0
+int style Widget_Material3_BottomSheet_DragHandle 0x0
+int style Widget_Material3_BottomSheet_Modal 0x0
+int style Widget_Material3_Button 0x0
+int style Widget_Material3_Button_ElevatedButton 0x0
+int style Widget_Material3_Button_ElevatedButton_Icon 0x0
+int style Widget_Material3_Button_Icon 0x0
+int style Widget_Material3_Button_IconButton 0x0
+int style Widget_Material3_Button_IconButton_Filled 0x0
+int style Widget_Material3_Button_IconButton_Filled_Tonal 0x0
+int style Widget_Material3_Button_IconButton_Outlined 0x0
+int style Widget_Material3_Button_OutlinedButton 0x0
+int style Widget_Material3_Button_OutlinedButton_Icon 0x0
+int style Widget_Material3_Button_TextButton 0x0
+int style Widget_Material3_Button_TextButton_Dialog 0x0
+int style Widget_Material3_Button_TextButton_Dialog_Flush 0x0
+int style Widget_Material3_Button_TextButton_Dialog_Icon 0x0
+int style Widget_Material3_Button_TextButton_Icon 0x0
+int style Widget_Material3_Button_TextButton_Snackbar 0x0
+int style Widget_Material3_Button_TonalButton 0x0
+int style Widget_Material3_Button_TonalButton_Icon 0x0
+int style Widget_Material3_Button_UnelevatedButton 0x0
+int style Widget_Material3_CardView_Elevated 0x0
+int style Widget_Material3_CardView_Filled 0x0
+int style Widget_Material3_CardView_Outlined 0x0
+int style Widget_Material3_CheckedTextView 0x0
+int style Widget_Material3_ChipGroup 0x0
+int style Widget_Material3_Chip_Assist 0x0
+int style Widget_Material3_Chip_Assist_Elevated 0x0
+int style Widget_Material3_Chip_Filter 0x0
+int style Widget_Material3_Chip_Filter_Elevated 0x0
+int style Widget_Material3_Chip_Input 0x0
+int style Widget_Material3_Chip_Input_Elevated 0x0
+int style Widget_Material3_Chip_Input_Icon 0x0
+int style Widget_Material3_Chip_Input_Icon_Elevated 0x0
+int style Widget_Material3_Chip_Suggestion 0x0
+int style Widget_Material3_Chip_Suggestion_Elevated 0x0
+int style Widget_Material3_CircularProgressIndicator 0x0
+int style Widget_Material3_CircularProgressIndicator_ExtraSmall 0x0
+int style Widget_Material3_CircularProgressIndicator_Medium 0x0
+int style Widget_Material3_CircularProgressIndicator_Small 0x0
+int style Widget_Material3_CollapsingToolbar 0x0
+int style Widget_Material3_CollapsingToolbar_Large 0x0
+int style Widget_Material3_CollapsingToolbar_Medium 0x0
+int style Widget_Material3_CompoundButton_CheckBox 0x0
+int style Widget_Material3_CompoundButton_MaterialSwitch 0x0
+int style Widget_Material3_CompoundButton_RadioButton 0x0
+int style Widget_Material3_CompoundButton_Switch 0x0
+int style Widget_Material3_DrawerLayout 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Primary 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Surface 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Primary 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Secondary 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Surface 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Tertiary 0x0
+int style Widget_Material3_FloatingActionButton_Large_Primary 0x0
+int style Widget_Material3_FloatingActionButton_Large_Secondary 0x0
+int style Widget_Material3_FloatingActionButton_Large_Surface 0x0
+int style Widget_Material3_FloatingActionButton_Large_Tertiary 0x0
+int style Widget_Material3_FloatingActionButton_Primary 0x0
+int style Widget_Material3_FloatingActionButton_Secondary 0x0
+int style Widget_Material3_FloatingActionButton_Small_Primary 0x0
+int style Widget_Material3_FloatingActionButton_Small_Secondary 0x0
+int style Widget_Material3_FloatingActionButton_Small_Surface 0x0
+int style Widget_Material3_FloatingActionButton_Small_Tertiary 0x0
+int style Widget_Material3_FloatingActionButton_Surface 0x0
+int style Widget_Material3_FloatingActionButton_Tertiary 0x0
+int style Widget_Material3_Light_ActionBar_Solid 0x0
+int style Widget_Material3_LinearProgressIndicator 0x0
+int style Widget_Material3_MaterialCalendar 0x0
+int style Widget_Material3_MaterialCalendar_Day 0x0
+int style Widget_Material3_MaterialCalendar_DayOfWeekLabel 0x0
+int style Widget_Material3_MaterialCalendar_DayTextView 0x0
+int style Widget_Material3_MaterialCalendar_Day_Invalid 0x0
+int style Widget_Material3_MaterialCalendar_Day_Selected 0x0
+int style Widget_Material3_MaterialCalendar_Day_Today 0x0
+int style Widget_Material3_MaterialCalendar_Fullscreen 0x0
+int style Widget_Material3_MaterialCalendar_HeaderCancelButton 0x0
+int style Widget_Material3_MaterialCalendar_HeaderDivider 0x0
+int style Widget_Material3_MaterialCalendar_HeaderLayout 0x0
+int style Widget_Material3_MaterialCalendar_HeaderSelection 0x0
+int style Widget_Material3_MaterialCalendar_HeaderSelection_Fullscreen 0x0
+int style Widget_Material3_MaterialCalendar_HeaderTitle 0x0
+int style Widget_Material3_MaterialCalendar_HeaderToggleButton 0x0
+int style Widget_Material3_MaterialCalendar_Item 0x0
+int style Widget_Material3_MaterialCalendar_MonthNavigationButton 0x0
+int style Widget_Material3_MaterialCalendar_MonthTextView 0x0
+int style Widget_Material3_MaterialCalendar_Year 0x0
+int style Widget_Material3_MaterialCalendar_YearNavigationButton 0x0
+int style Widget_Material3_MaterialCalendar_Year_Selected 0x0
+int style Widget_Material3_MaterialCalendar_Year_Today 0x0
+int style Widget_Material3_MaterialDivider 0x0
+int style Widget_Material3_MaterialDivider_Heavy 0x0
+int style Widget_Material3_MaterialTimePicker 0x0
+int style Widget_Material3_MaterialTimePicker_Button 0x0
+int style Widget_Material3_MaterialTimePicker_Clock 0x0
+int style Widget_Material3_MaterialTimePicker_Display 0x0
+int style Widget_Material3_MaterialTimePicker_Display_Divider 0x0
+int style Widget_Material3_MaterialTimePicker_Display_HelperText 0x0
+int style Widget_Material3_MaterialTimePicker_Display_TextInputEditText 0x0
+int style Widget_Material3_MaterialTimePicker_Display_TextInputLayout 0x0
+int style Widget_Material3_MaterialTimePicker_ImageButton 0x0
+int style Widget_Material3_NavigationRailView 0x0
+int style Widget_Material3_NavigationRailView_ActiveIndicator 0x0
+int style Widget_Material3_NavigationView 0x0
+int style Widget_Material3_PopupMenu 0x0
+int style Widget_Material3_PopupMenu_ContextMenu 0x0
+int style Widget_Material3_PopupMenu_ListPopupWindow 0x0
+int style Widget_Material3_PopupMenu_Overflow 0x0
+int style Widget_Material3_Slider 0x0
+int style Widget_Material3_Snackbar 0x0
+int style Widget_Material3_Snackbar_FullWidth 0x0
+int style Widget_Material3_Snackbar_TextView 0x0
+int style Widget_Material3_TabLayout 0x0
+int style Widget_Material3_TabLayout_OnSurface 0x0
+int style Widget_Material3_TabLayout_Secondary 0x0
+int style Widget_Material3_TextInputEditText_FilledBox 0x0
+int style Widget_Material3_TextInputEditText_FilledBox_Dense 0x0
+int style Widget_Material3_TextInputEditText_OutlinedBox 0x0
+int style Widget_Material3_TextInputEditText_OutlinedBox_Dense 0x0
+int style Widget_Material3_TextInputLayout_FilledBox 0x0
+int style Widget_Material3_TextInputLayout_FilledBox_Dense 0x0
+int style Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x0
+int style Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu 0x0
+int style Widget_Material3_TextInputLayout_OutlinedBox 0x0
+int style Widget_Material3_TextInputLayout_OutlinedBox_Dense 0x0
+int style Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x0
+int style Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x0
+int style Widget_Material3_Toolbar 0x0
+int style Widget_Material3_Toolbar_OnSurface 0x0
+int style Widget_Material3_Toolbar_Surface 0x0
+int style Widget_Material3_Tooltip 0x0
+int style Widget_MaterialComponents_ActionBar_Primary 0x0
+int style Widget_MaterialComponents_ActionBar_PrimarySurface 0x0
+int style Widget_MaterialComponents_ActionBar_Solid 0x0
+int style Widget_MaterialComponents_ActionBar_Surface 0x0
+int style Widget_MaterialComponents_ActionMode 0x0
+int style Widget_MaterialComponents_AppBarLayout_Primary 0x0
+int style Widget_MaterialComponents_AppBarLayout_PrimarySurface 0x0
+int style Widget_MaterialComponents_AppBarLayout_Surface 0x0
+int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox 0x0
+int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x0
+int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x0
+int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x0
+int style Widget_MaterialComponents_Badge 0x0
+int style Widget_MaterialComponents_BottomAppBar 0x0
+int style Widget_MaterialComponents_BottomAppBar_Colored 0x0
+int style Widget_MaterialComponents_BottomAppBar_PrimarySurface 0x0
+int style Widget_MaterialComponents_BottomNavigationView 0x0
+int style Widget_MaterialComponents_BottomNavigationView_Colored 0x0
+int style Widget_MaterialComponents_BottomNavigationView_PrimarySurface 0x0
+int style Widget_MaterialComponents_BottomSheet 0x0
+int style Widget_MaterialComponents_BottomSheet_Modal 0x0
+int style Widget_MaterialComponents_Button 0x0
+int style Widget_MaterialComponents_Button_Icon 0x0
+int style Widget_MaterialComponents_Button_OutlinedButton 0x0
+int style Widget_MaterialComponents_Button_OutlinedButton_Icon 0x0
+int style Widget_MaterialComponents_Button_TextButton 0x0
+int style Widget_MaterialComponents_Button_TextButton_Dialog 0x0
+int style Widget_MaterialComponents_Button_TextButton_Dialog_Flush 0x0
+int style Widget_MaterialComponents_Button_TextButton_Dialog_Icon 0x0
+int style Widget_MaterialComponents_Button_TextButton_Icon 0x0
+int style Widget_MaterialComponents_Button_TextButton_Snackbar 0x0
+int style Widget_MaterialComponents_Button_UnelevatedButton 0x0
+int style Widget_MaterialComponents_Button_UnelevatedButton_Icon 0x0
+int style Widget_MaterialComponents_CardView 0x0
+int style Widget_MaterialComponents_CheckedTextView 0x0
+int style Widget_MaterialComponents_ChipGroup 0x0
+int style Widget_MaterialComponents_Chip_Action 0x0
+int style Widget_MaterialComponents_Chip_Choice 0x0
+int style Widget_MaterialComponents_Chip_Entry 0x0
+int style Widget_MaterialComponents_Chip_Filter 0x0
+int style Widget_MaterialComponents_CircularProgressIndicator 0x0
+int style Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall 0x0
+int style Widget_MaterialComponents_CircularProgressIndicator_Medium 0x0
+int style Widget_MaterialComponents_CircularProgressIndicator_Small 0x0
+int style Widget_MaterialComponents_CollapsingToolbar 0x0
+int style Widget_MaterialComponents_CompoundButton_CheckBox 0x0
+int style Widget_MaterialComponents_CompoundButton_RadioButton 0x0
+int style Widget_MaterialComponents_CompoundButton_Switch 0x0
+int style Widget_MaterialComponents_ExtendedFloatingActionButton 0x0
+int style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon 0x0
+int style Widget_MaterialComponents_FloatingActionButton 0x0
+int style Widget_MaterialComponents_Light_ActionBar_Solid 0x0
+int style Widget_MaterialComponents_LinearProgressIndicator 0x0
+int style Widget_MaterialComponents_MaterialButtonToggleGroup 0x0
+int style Widget_MaterialComponents_MaterialCalendar 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Day 0x0
+int style Widget_MaterialComponents_MaterialCalendar_DayOfWeekLabel 0x0
+int style Widget_MaterialComponents_MaterialCalendar_DayTextView 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Day_Invalid 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Day_Today 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Fullscreen 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderDivider 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderTitle 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Item 0x0
+int style Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_MonthTextView 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Year 0x0
+int style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Year_Selected 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Year_Today 0x0
+int style Widget_MaterialComponents_MaterialDivider 0x0
+int style Widget_MaterialComponents_NavigationRailView 0x0
+int style Widget_MaterialComponents_NavigationRailView_Colored 0x0
+int style Widget_MaterialComponents_NavigationRailView_Colored_Compact 0x0
+int style Widget_MaterialComponents_NavigationRailView_Compact 0x0
+int style Widget_MaterialComponents_NavigationRailView_PrimarySurface 0x0
+int style Widget_MaterialComponents_NavigationView 0x0
+int style Widget_MaterialComponents_PopupMenu 0x0
+int style Widget_MaterialComponents_PopupMenu_ContextMenu 0x0
+int style Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x0
+int style Widget_MaterialComponents_PopupMenu_Overflow 0x0
+int style Widget_MaterialComponents_ProgressIndicator 0x0
+int style Widget_MaterialComponents_ShapeableImageView 0x0
+int style Widget_MaterialComponents_Slider 0x0
+int style Widget_MaterialComponents_Snackbar 0x0
+int style Widget_MaterialComponents_Snackbar_FullWidth 0x0
+int style Widget_MaterialComponents_Snackbar_TextView 0x0
+int style Widget_MaterialComponents_TabLayout 0x0
+int style Widget_MaterialComponents_TabLayout_Colored 0x0
+int style Widget_MaterialComponents_TabLayout_PrimarySurface 0x0
+int style Widget_MaterialComponents_TextInputEditText_FilledBox 0x0
+int style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense 0x0
+int style Widget_MaterialComponents_TextInputEditText_OutlinedBox 0x0
+int style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x0
+int style Widget_MaterialComponents_TextInputLayout_FilledBox 0x0
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense 0x0
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x0
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu 0x0
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox 0x0
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense 0x0
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x0
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x0
+int style Widget_MaterialComponents_TextView 0x0
+int style Widget_MaterialComponents_TimePicker 0x0
+int style Widget_MaterialComponents_TimePicker_Button 0x0
+int style Widget_MaterialComponents_TimePicker_Clock 0x0
+int style Widget_MaterialComponents_TimePicker_Display 0x0
+int style Widget_MaterialComponents_TimePicker_Display_Divider 0x0
+int style Widget_MaterialComponents_TimePicker_Display_HelperText 0x0
+int style Widget_MaterialComponents_TimePicker_Display_TextInputEditText 0x0
+int style Widget_MaterialComponents_TimePicker_Display_TextInputLayout 0x0
+int style Widget_MaterialComponents_TimePicker_ImageButton 0x0
+int style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance 0x0
+int style Widget_MaterialComponents_Toolbar 0x0
+int style Widget_MaterialComponents_Toolbar_Primary 0x0
+int style Widget_MaterialComponents_Toolbar_PrimarySurface 0x0
+int style Widget_MaterialComponents_Toolbar_Surface 0x0
+int style Widget_MaterialComponents_Tooltip 0x0
+int style Widget_Support_CoordinatorLayout 0x0
+int[] styleable ActionBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ActionBar_background 0
+int styleable ActionBar_backgroundSplit 1
+int styleable ActionBar_backgroundStacked 2
+int styleable ActionBar_contentInsetEnd 3
+int styleable ActionBar_contentInsetEndWithActions 4
+int styleable ActionBar_contentInsetLeft 5
+int styleable ActionBar_contentInsetRight 6
+int styleable ActionBar_contentInsetStart 7
+int styleable ActionBar_contentInsetStartWithNavigation 8
+int styleable ActionBar_customNavigationLayout 9
+int styleable ActionBar_displayOptions 10
+int styleable ActionBar_divider 11
+int styleable ActionBar_elevation 12
+int styleable ActionBar_height 13
+int styleable ActionBar_hideOnContentScroll 14
+int styleable ActionBar_homeAsUpIndicator 15
+int styleable ActionBar_homeLayout 16
+int styleable ActionBar_icon 17
+int styleable ActionBar_indeterminateProgressStyle 18
+int styleable ActionBar_itemPadding 19
+int styleable ActionBar_logo 20
+int styleable ActionBar_navigationMode 21
+int styleable ActionBar_popupTheme 22
+int styleable ActionBar_progressBarPadding 23
+int styleable ActionBar_progressBarStyle 24
+int styleable ActionBar_subtitle 25
+int styleable ActionBar_subtitleTextStyle 26
+int styleable ActionBar_title 27
+int styleable ActionBar_titleTextStyle 28
+int[] styleable ActionBarLayout { 0x10100b3 }
+int styleable ActionBarLayout_android_layout_gravity 0
+int[] styleable ActionMenuItemView { 0x101013f }
+int styleable ActionMenuItemView_android_minWidth 0
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ActionMode_background 0
+int styleable ActionMode_backgroundSplit 1
+int styleable ActionMode_closeItemLayout 2
+int styleable ActionMode_height 3
+int styleable ActionMode_subtitleTextStyle 4
+int styleable ActionMode_titleTextStyle 5
+int[] styleable ActivityChooserView { 0x0, 0x0 }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
+int styleable ActivityChooserView_initialActivityCount 1
+int[] styleable AlertDialog { 0x10100f2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AlertDialog_android_layout 0
+int styleable AlertDialog_buttonIconDimen 1
+int styleable AlertDialog_buttonPanelSideLayout 2
+int styleable AlertDialog_listItemLayout 3
+int styleable AlertDialog_listLayout 4
+int styleable AlertDialog_multiChoiceItemLayout 5
+int styleable AlertDialog_showTitle 6
+int styleable AlertDialog_singleChoiceItemLayout 7
+int[] styleable AnimatedStateListDrawableCompat { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
+int styleable AnimatedStateListDrawableCompat_android_constantSize 0
+int styleable AnimatedStateListDrawableCompat_android_dither 1
+int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 2
+int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 3
+int styleable AnimatedStateListDrawableCompat_android_variablePadding 4
+int styleable AnimatedStateListDrawableCompat_android_visible 5
+int[] styleable AnimatedStateListDrawableItem { 0x1010199, 0x10100d0 }
+int styleable AnimatedStateListDrawableItem_android_drawable 0
+int styleable AnimatedStateListDrawableItem_android_id 1
+int[] styleable AnimatedStateListDrawableTransition { 0x1010199, 0x101044a, 0x101044b, 0x1010449 }
+int styleable AnimatedStateListDrawableTransition_android_drawable 0
+int styleable AnimatedStateListDrawableTransition_android_fromId 1
+int styleable AnimatedStateListDrawableTransition_android_reversible 2
+int styleable AnimatedStateListDrawableTransition_android_toId 3
+int[] styleable AppBarLayout { 0x10100d4, 0x1010540, 0x101048f, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AppBarLayout_android_background 0
+int styleable AppBarLayout_android_keyboardNavigationCluster 1
+int styleable AppBarLayout_android_touchscreenBlocksFocus 2
+int styleable AppBarLayout_elevation 3
+int styleable AppBarLayout_expanded 4
+int styleable AppBarLayout_liftOnScroll 5
+int styleable AppBarLayout_liftOnScrollTargetViewId 6
+int styleable AppBarLayout_statusBarForeground 7
+int[] styleable AppBarLayoutStates { 0x0, 0x0, 0x0, 0x0 }
+int styleable AppBarLayoutStates_state_collapsed 0
+int styleable AppBarLayoutStates_state_collapsible 1
+int styleable AppBarLayoutStates_state_liftable 2
+int styleable AppBarLayoutStates_state_lifted 3
+int[] styleable AppBarLayout_Layout { 0x0, 0x0, 0x0 }
+int styleable AppBarLayout_Layout_layout_scrollEffect 0
+int styleable AppBarLayout_Layout_layout_scrollFlags 1
+int styleable AppBarLayout_Layout_layout_scrollInterpolator 2
+int[] styleable AppCompatEmojiHelper { }
+int[] styleable AppCompatImageView { 0x1010119, 0x0, 0x0, 0x0 }
+int styleable AppCompatImageView_android_src 0
+int styleable AppCompatImageView_srcCompat 1
+int styleable AppCompatImageView_tint 2
+int styleable AppCompatImageView_tintMode 3
+int[] styleable AppCompatSeekBar { 0x1010142, 0x0, 0x0, 0x0 }
+int styleable AppCompatSeekBar_android_thumb 0
+int styleable AppCompatSeekBar_tickMark 1
+int styleable AppCompatSeekBar_tickMarkTint 2
+int styleable AppCompatSeekBar_tickMarkTintMode 3
+int[] styleable AppCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable AppCompatTextHelper_android_drawableBottom 0
+int styleable AppCompatTextHelper_android_drawableEnd 1
+int styleable AppCompatTextHelper_android_drawableLeft 2
+int styleable AppCompatTextHelper_android_drawableRight 3
+int styleable AppCompatTextHelper_android_drawableStart 4
+int styleable AppCompatTextHelper_android_drawableTop 5
+int styleable AppCompatTextHelper_android_textAppearance 6
+int[] styleable AppCompatTextView { 0x1010034, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_autoSizeMaxTextSize 1
+int styleable AppCompatTextView_autoSizeMinTextSize 2
+int styleable AppCompatTextView_autoSizePresetSizes 3
+int styleable AppCompatTextView_autoSizeStepGranularity 4
+int styleable AppCompatTextView_autoSizeTextType 5
+int styleable AppCompatTextView_drawableBottomCompat 6
+int styleable AppCompatTextView_drawableEndCompat 7
+int styleable AppCompatTextView_drawableLeftCompat 8
+int styleable AppCompatTextView_drawableRightCompat 9
+int styleable AppCompatTextView_drawableStartCompat 10
+int styleable AppCompatTextView_drawableTint 11
+int styleable AppCompatTextView_drawableTintMode 12
+int styleable AppCompatTextView_drawableTopCompat 13
+int styleable AppCompatTextView_emojiCompatEnabled 14
+int styleable AppCompatTextView_firstBaselineToTopHeight 15
+int styleable AppCompatTextView_fontFamily 16
+int styleable AppCompatTextView_fontVariationSettings 17
+int styleable AppCompatTextView_lastBaselineToBottomHeight 18
+int styleable AppCompatTextView_lineHeight 19
+int styleable AppCompatTextView_textAllCaps 20
+int styleable AppCompatTextView_textLocale 21
+int[] styleable AppCompatTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10100ae, 0x1010057, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AppCompatTheme_actionBarDivider 0
+int styleable AppCompatTheme_actionBarItemBackground 1
+int styleable AppCompatTheme_actionBarPopupTheme 2
+int styleable AppCompatTheme_actionBarSize 3
+int styleable AppCompatTheme_actionBarSplitStyle 4
+int styleable AppCompatTheme_actionBarStyle 5
+int styleable AppCompatTheme_actionBarTabBarStyle 6
+int styleable AppCompatTheme_actionBarTabStyle 7
+int styleable AppCompatTheme_actionBarTabTextStyle 8
+int styleable AppCompatTheme_actionBarTheme 9
+int styleable AppCompatTheme_actionBarWidgetTheme 10
+int styleable AppCompatTheme_actionButtonStyle 11
+int styleable AppCompatTheme_actionDropDownStyle 12
+int styleable AppCompatTheme_actionMenuTextAppearance 13
+int styleable AppCompatTheme_actionMenuTextColor 14
+int styleable AppCompatTheme_actionModeBackground 15
+int styleable AppCompatTheme_actionModeCloseButtonStyle 16
+int styleable AppCompatTheme_actionModeCloseContentDescription 17
+int styleable AppCompatTheme_actionModeCloseDrawable 18
+int styleable AppCompatTheme_actionModeCopyDrawable 19
+int styleable AppCompatTheme_actionModeCutDrawable 20
+int styleable AppCompatTheme_actionModeFindDrawable 21
+int styleable AppCompatTheme_actionModePasteDrawable 22
+int styleable AppCompatTheme_actionModePopupWindowStyle 23
+int styleable AppCompatTheme_actionModeSelectAllDrawable 24
+int styleable AppCompatTheme_actionModeShareDrawable 25
+int styleable AppCompatTheme_actionModeSplitBackground 26
+int styleable AppCompatTheme_actionModeStyle 27
+int styleable AppCompatTheme_actionModeTheme 28
+int styleable AppCompatTheme_actionModeWebSearchDrawable 29
+int styleable AppCompatTheme_actionOverflowButtonStyle 30
+int styleable AppCompatTheme_actionOverflowMenuStyle 31
+int styleable AppCompatTheme_activityChooserViewStyle 32
+int styleable AppCompatTheme_alertDialogButtonGroupStyle 33
+int styleable AppCompatTheme_alertDialogCenterButtons 34
+int styleable AppCompatTheme_alertDialogStyle 35
+int styleable AppCompatTheme_alertDialogTheme 36
+int styleable AppCompatTheme_android_windowAnimationStyle 37
+int styleable AppCompatTheme_android_windowIsFloating 38
+int styleable AppCompatTheme_autoCompleteTextViewStyle 39
+int styleable AppCompatTheme_borderlessButtonStyle 40
+int styleable AppCompatTheme_buttonBarButtonStyle 41
+int styleable AppCompatTheme_buttonBarNegativeButtonStyle 42
+int styleable AppCompatTheme_buttonBarNeutralButtonStyle 43
+int styleable AppCompatTheme_buttonBarPositiveButtonStyle 44
+int styleable AppCompatTheme_buttonBarStyle 45
+int styleable AppCompatTheme_buttonStyle 46
+int styleable AppCompatTheme_buttonStyleSmall 47
+int styleable AppCompatTheme_checkboxStyle 48
+int styleable AppCompatTheme_checkedTextViewStyle 49
+int styleable AppCompatTheme_colorAccent 50
+int styleable AppCompatTheme_colorBackgroundFloating 51
+int styleable AppCompatTheme_colorButtonNormal 52
+int styleable AppCompatTheme_colorControlActivated 53
+int styleable AppCompatTheme_colorControlHighlight 54
+int styleable AppCompatTheme_colorControlNormal 55
+int styleable AppCompatTheme_colorError 56
+int styleable AppCompatTheme_colorPrimary 57
+int styleable AppCompatTheme_colorPrimaryDark 58
+int styleable AppCompatTheme_colorSwitchThumbNormal 59
+int styleable AppCompatTheme_controlBackground 60
+int styleable AppCompatTheme_dialogCornerRadius 61
+int styleable AppCompatTheme_dialogPreferredPadding 62
+int styleable AppCompatTheme_dialogTheme 63
+int styleable AppCompatTheme_dividerHorizontal 64
+int styleable AppCompatTheme_dividerVertical 65
+int styleable AppCompatTheme_dropDownListViewStyle 66
+int styleable AppCompatTheme_dropdownListPreferredItemHeight 67
+int styleable AppCompatTheme_editTextBackground 68
+int styleable AppCompatTheme_editTextColor 69
+int styleable AppCompatTheme_editTextStyle 70
+int styleable AppCompatTheme_homeAsUpIndicator 71
+int styleable AppCompatTheme_imageButtonStyle 72
+int styleable AppCompatTheme_listChoiceBackgroundIndicator 73
+int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 74
+int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 75
+int styleable AppCompatTheme_listDividerAlertDialog 76
+int styleable AppCompatTheme_listMenuViewStyle 77
+int styleable AppCompatTheme_listPopupWindowStyle 78
+int styleable AppCompatTheme_listPreferredItemHeight 79
+int styleable AppCompatTheme_listPreferredItemHeightLarge 80
+int styleable AppCompatTheme_listPreferredItemHeightSmall 81
+int styleable AppCompatTheme_listPreferredItemPaddingEnd 82
+int styleable AppCompatTheme_listPreferredItemPaddingLeft 83
+int styleable AppCompatTheme_listPreferredItemPaddingRight 84
+int styleable AppCompatTheme_listPreferredItemPaddingStart 85
+int styleable AppCompatTheme_panelBackground 86
+int styleable AppCompatTheme_panelMenuListTheme 87
+int styleable AppCompatTheme_panelMenuListWidth 88
+int styleable AppCompatTheme_popupMenuStyle 89
+int styleable AppCompatTheme_popupWindowStyle 90
+int styleable AppCompatTheme_radioButtonStyle 91
+int styleable AppCompatTheme_ratingBarStyle 92
+int styleable AppCompatTheme_ratingBarStyleIndicator 93
+int styleable AppCompatTheme_ratingBarStyleSmall 94
+int styleable AppCompatTheme_searchViewStyle 95
+int styleable AppCompatTheme_seekBarStyle 96
+int styleable AppCompatTheme_selectableItemBackground 97
+int styleable AppCompatTheme_selectableItemBackgroundBorderless 98
+int styleable AppCompatTheme_spinnerDropDownItemStyle 99
+int styleable AppCompatTheme_spinnerStyle 100
+int styleable AppCompatTheme_switchStyle 101
+int styleable AppCompatTheme_textAppearanceLargePopupMenu 102
+int styleable AppCompatTheme_textAppearanceListItem 103
+int styleable AppCompatTheme_textAppearanceListItemSecondary 104
+int styleable AppCompatTheme_textAppearanceListItemSmall 105
+int styleable AppCompatTheme_textAppearancePopupMenuHeader 106
+int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 107
+int styleable AppCompatTheme_textAppearanceSearchResultTitle 108
+int styleable AppCompatTheme_textAppearanceSmallPopupMenu 109
+int styleable AppCompatTheme_textColorAlertDialogListItem 110
+int styleable AppCompatTheme_textColorSearchUrl 111
+int styleable AppCompatTheme_toolbarNavigationButtonStyle 112
+int styleable AppCompatTheme_toolbarStyle 113
+int styleable AppCompatTheme_tooltipForegroundColor 114
+int styleable AppCompatTheme_tooltipFrameBackground 115
+int styleable AppCompatTheme_viewInflaterClass 116
+int styleable AppCompatTheme_windowActionBar 117
+int styleable AppCompatTheme_windowActionBarOverlay 118
+int styleable AppCompatTheme_windowActionModeOverlay 119
+int styleable AppCompatTheme_windowFixedHeightMajor 120
+int styleable AppCompatTheme_windowFixedHeightMinor 121
+int styleable AppCompatTheme_windowFixedWidthMajor 122
+int styleable AppCompatTheme_windowFixedWidthMinor 123
+int styleable AppCompatTheme_windowMinWidthMajor 124
+int styleable AppCompatTheme_windowMinWidthMinor 125
+int styleable AppCompatTheme_windowNoTitle 126
+int[] styleable Badge { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Badge_backgroundColor 0
+int styleable Badge_badgeGravity 1
+int styleable Badge_badgeRadius 2
+int styleable Badge_badgeTextColor 3
+int styleable Badge_badgeWidePadding 4
+int styleable Badge_badgeWithTextRadius 5
+int styleable Badge_horizontalOffset 6
+int styleable Badge_horizontalOffsetWithText 7
+int styleable Badge_maxCharacterCount 8
+int styleable Badge_number 9
+int styleable Badge_verticalOffset 10
+int styleable Badge_verticalOffsetWithText 11
+int[] styleable BaseProgressIndicator { 0x1010139, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable BaseProgressIndicator_android_indeterminate 0
+int styleable BaseProgressIndicator_hideAnimationBehavior 1
+int styleable BaseProgressIndicator_indicatorColor 2
+int styleable BaseProgressIndicator_minHideDelay 3
+int styleable BaseProgressIndicator_showAnimationBehavior 4
+int styleable BaseProgressIndicator_showDelay 5
+int styleable BaseProgressIndicator_trackColor 6
+int styleable BaseProgressIndicator_trackCornerRadius 7
+int styleable BaseProgressIndicator_trackThickness 8
+int[] styleable BottomAppBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable BottomAppBar_backgroundTint 0
+int styleable BottomAppBar_elevation 1
+int styleable BottomAppBar_fabAlignmentMode 2
+int styleable BottomAppBar_fabAlignmentModeEndMargin 3
+int styleable BottomAppBar_fabAnchorMode 4
+int styleable BottomAppBar_fabAnimationMode 5
+int styleable BottomAppBar_fabCradleMargin 6
+int styleable BottomAppBar_fabCradleRoundedCornerRadius 7
+int styleable BottomAppBar_fabCradleVerticalOffset 8
+int styleable BottomAppBar_hideOnScroll 9
+int styleable BottomAppBar_menuAlignmentMode 10
+int styleable BottomAppBar_navigationIconTint 11
+int styleable BottomAppBar_paddingBottomSystemWindowInsets 12
+int styleable BottomAppBar_paddingLeftSystemWindowInsets 13
+int styleable BottomAppBar_paddingRightSystemWindowInsets 14
+int styleable BottomAppBar_removeEmbeddedFabElevation 15
+int[] styleable BottomNavigationView { 0x1010140, 0x0 }
+int styleable BottomNavigationView_android_minHeight 0
+int styleable BottomNavigationView_itemHorizontalTranslationEnabled 1
+int[] styleable BottomSheetBehavior_Layout { 0x1010440, 0x1010120, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable BottomSheetBehavior_Layout_android_elevation 0
+int styleable BottomSheetBehavior_Layout_android_maxHeight 1
+int styleable BottomSheetBehavior_Layout_android_maxWidth 2
+int styleable BottomSheetBehavior_Layout_backgroundTint 3
+int styleable BottomSheetBehavior_Layout_behavior_draggable 4
+int styleable BottomSheetBehavior_Layout_behavior_expandedOffset 5
+int styleable BottomSheetBehavior_Layout_behavior_fitToContents 6
+int styleable BottomSheetBehavior_Layout_behavior_halfExpandedRatio 7
+int styleable BottomSheetBehavior_Layout_behavior_hideable 8
+int styleable BottomSheetBehavior_Layout_behavior_peekHeight 9
+int styleable BottomSheetBehavior_Layout_behavior_saveFlags 10
+int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 11
+int styleable BottomSheetBehavior_Layout_gestureInsetBottomIgnored 12
+int styleable BottomSheetBehavior_Layout_marginLeftSystemWindowInsets 13
+int styleable BottomSheetBehavior_Layout_marginRightSystemWindowInsets 14
+int styleable BottomSheetBehavior_Layout_marginTopSystemWindowInsets 15
+int styleable BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets 16
+int styleable BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets 17
+int styleable BottomSheetBehavior_Layout_paddingRightSystemWindowInsets 18
+int styleable BottomSheetBehavior_Layout_paddingTopSystemWindowInsets 19
+int styleable BottomSheetBehavior_Layout_shapeAppearance 20
+int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 21
+int[] styleable ButtonBarLayout { 0x0 }
+int styleable ButtonBarLayout_allowStacking 0
+int[] styleable Capability { 0x0, 0x0 }
+int styleable Capability_queryPatterns 0
+int styleable Capability_shortcutMatchRequired 1
+int[] styleable CardView { 0x1010140, 0x101013f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CardView_android_minHeight 0
+int styleable CardView_android_minWidth 1
+int styleable CardView_cardBackgroundColor 2
+int styleable CardView_cardCornerRadius 3
+int styleable CardView_cardElevation 4
+int styleable CardView_cardMaxElevation 5
+int styleable CardView_cardPreventCornerOverlap 6
+int styleable CardView_cardUseCompatPadding 7
+int styleable CardView_contentPadding 8
+int styleable CardView_contentPaddingBottom 9
+int styleable CardView_contentPaddingLeft 10
+int styleable CardView_contentPaddingRight 11
+int styleable CardView_contentPaddingTop 12
+int[] styleable CheckedTextView { 0x1010108, 0x0, 0x0, 0x0 }
+int styleable CheckedTextView_android_checkMark 0
+int styleable CheckedTextView_checkMarkCompat 1
+int styleable CheckedTextView_checkMarkTint 2
+int styleable CheckedTextView_checkMarkTintMode 3
+int[] styleable Chip { 0x10101e5, 0x10100ab, 0x101011f, 0x101014f, 0x1010034, 0x1010098, 0x1010095, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Chip_android_checkable 0
+int styleable Chip_android_ellipsize 1
+int styleable Chip_android_maxWidth 2
+int styleable Chip_android_text 3
+int styleable Chip_android_textAppearance 4
+int styleable Chip_android_textColor 5
+int styleable Chip_android_textSize 6
+int styleable Chip_checkedIcon 7
+int styleable Chip_checkedIconEnabled 8
+int styleable Chip_checkedIconTint 9
+int styleable Chip_checkedIconVisible 10
+int styleable Chip_chipBackgroundColor 11
+int styleable Chip_chipCornerRadius 12
+int styleable Chip_chipEndPadding 13
+int styleable Chip_chipIcon 14
+int styleable Chip_chipIconEnabled 15
+int styleable Chip_chipIconSize 16
+int styleable Chip_chipIconTint 17
+int styleable Chip_chipIconVisible 18
+int styleable Chip_chipMinHeight 19
+int styleable Chip_chipMinTouchTargetSize 20
+int styleable Chip_chipStartPadding 21
+int styleable Chip_chipStrokeColor 22
+int styleable Chip_chipStrokeWidth 23
+int styleable Chip_chipSurfaceColor 24
+int styleable Chip_closeIcon 25
+int styleable Chip_closeIconEnabled 26
+int styleable Chip_closeIconEndPadding 27
+int styleable Chip_closeIconSize 28
+int styleable Chip_closeIconStartPadding 29
+int styleable Chip_closeIconTint 30
+int styleable Chip_closeIconVisible 31
+int styleable Chip_ensureMinTouchTargetSize 32
+int styleable Chip_hideMotionSpec 33
+int styleable Chip_iconEndPadding 34
+int styleable Chip_iconStartPadding 35
+int styleable Chip_rippleColor 36
+int styleable Chip_shapeAppearance 37
+int styleable Chip_shapeAppearanceOverlay 38
+int styleable Chip_showMotionSpec 39
+int styleable Chip_textEndPadding 40
+int styleable Chip_textStartPadding 41
+int[] styleable ChipGroup { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ChipGroup_checkedChip 0
+int styleable ChipGroup_chipSpacing 1
+int styleable ChipGroup_chipSpacingHorizontal 2
+int styleable ChipGroup_chipSpacingVertical 3
+int styleable ChipGroup_selectionRequired 4
+int styleable ChipGroup_singleLine 5
+int styleable ChipGroup_singleSelection 6
+int[] styleable CircularProgressIndicator { 0x0, 0x0, 0x0 }
+int styleable CircularProgressIndicator_indicatorDirectionCircular 0
+int styleable CircularProgressIndicator_indicatorInset 1
+int styleable CircularProgressIndicator_indicatorSize 2
+int[] styleable ClockFaceView { 0x0, 0x0 }
+int styleable ClockFaceView_clockFaceBackgroundColor 0
+int styleable ClockFaceView_clockNumberTextColor 1
+int[] styleable ClockHandView { 0x0, 0x0, 0x0 }
+int styleable ClockHandView_clockHandColor 0
+int styleable ClockHandView_materialCircleRadius 1
+int styleable ClockHandView_selectorSize 2
+int[] styleable CollapsingToolbarLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CollapsingToolbarLayout_collapsedTitleGravity 0
+int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1
+int styleable CollapsingToolbarLayout_collapsedTitleTextColor 2
+int styleable CollapsingToolbarLayout_contentScrim 3
+int styleable CollapsingToolbarLayout_expandedTitleGravity 4
+int styleable CollapsingToolbarLayout_expandedTitleMargin 5
+int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 6
+int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 7
+int styleable CollapsingToolbarLayout_expandedTitleMarginStart 8
+int styleable CollapsingToolbarLayout_expandedTitleMarginTop 9
+int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 10
+int styleable CollapsingToolbarLayout_expandedTitleTextColor 11
+int styleable CollapsingToolbarLayout_extraMultilineHeightEnabled 12
+int styleable CollapsingToolbarLayout_forceApplySystemWindowInsetTop 13
+int styleable CollapsingToolbarLayout_maxLines 14
+int styleable CollapsingToolbarLayout_scrimAnimationDuration 15
+int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 16
+int styleable CollapsingToolbarLayout_statusBarScrim 17
+int styleable CollapsingToolbarLayout_title 18
+int styleable CollapsingToolbarLayout_titleCollapseMode 19
+int styleable CollapsingToolbarLayout_titleEnabled 20
+int styleable CollapsingToolbarLayout_titlePositionInterpolator 21
+int styleable CollapsingToolbarLayout_titleTextEllipsize 22
+int styleable CollapsingToolbarLayout_toolbarId 23
+int[] styleable CollapsingToolbarLayout_Layout { 0x0, 0x0 }
+int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
+int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
+int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5, 0x1010647, 0x0 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int styleable ColorStateListItem_android_lStar 3
+int styleable ColorStateListItem_lStar 4
+int[] styleable CompoundButton { 0x1010107, 0x0, 0x0, 0x0 }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonCompat 1
+int styleable CompoundButton_buttonTint 2
+int styleable CompoundButton_buttonTintMode 3
+int[] styleable Constraint { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Constraint_android_alpha 0
+int styleable Constraint_android_elevation 1
+int styleable Constraint_android_id 2
+int styleable Constraint_android_layout_height 3
+int styleable Constraint_android_layout_marginBottom 4
+int styleable Constraint_android_layout_marginEnd 5
+int styleable Constraint_android_layout_marginLeft 6
+int styleable Constraint_android_layout_marginRight 7
+int styleable Constraint_android_layout_marginStart 8
+int styleable Constraint_android_layout_marginTop 9
+int styleable Constraint_android_layout_width 10
+int styleable Constraint_android_maxHeight 11
+int styleable Constraint_android_maxWidth 12
+int styleable Constraint_android_minHeight 13
+int styleable Constraint_android_minWidth 14
+int styleable Constraint_android_orientation 15
+int styleable Constraint_android_rotation 16
+int styleable Constraint_android_rotationX 17
+int styleable Constraint_android_rotationY 18
+int styleable Constraint_android_scaleX 19
+int styleable Constraint_android_scaleY 20
+int styleable Constraint_android_transformPivotX 21
+int styleable Constraint_android_transformPivotY 22
+int styleable Constraint_android_translationX 23
+int styleable Constraint_android_translationY 24
+int styleable Constraint_android_translationZ 25
+int styleable Constraint_android_visibility 26
+int styleable Constraint_animate_relativeTo 27
+int styleable Constraint_barrierAllowsGoneWidgets 28
+int styleable Constraint_barrierDirection 29
+int styleable Constraint_barrierMargin 30
+int styleable Constraint_chainUseRtl 31
+int styleable Constraint_constraint_referenced_ids 32
+int styleable Constraint_drawPath 33
+int styleable Constraint_flow_firstHorizontalBias 34
+int styleable Constraint_flow_firstHorizontalStyle 35
+int styleable Constraint_flow_firstVerticalBias 36
+int styleable Constraint_flow_firstVerticalStyle 37
+int styleable Constraint_flow_horizontalAlign 38
+int styleable Constraint_flow_horizontalBias 39
+int styleable Constraint_flow_horizontalGap 40
+int styleable Constraint_flow_horizontalStyle 41
+int styleable Constraint_flow_lastHorizontalBias 42
+int styleable Constraint_flow_lastHorizontalStyle 43
+int styleable Constraint_flow_lastVerticalBias 44
+int styleable Constraint_flow_lastVerticalStyle 45
+int styleable Constraint_flow_maxElementsWrap 46
+int styleable Constraint_flow_verticalAlign 47
+int styleable Constraint_flow_verticalBias 48
+int styleable Constraint_flow_verticalGap 49
+int styleable Constraint_flow_verticalStyle 50
+int styleable Constraint_flow_wrapMode 51
+int styleable Constraint_layout_constrainedHeight 52
+int styleable Constraint_layout_constrainedWidth 53
+int styleable Constraint_layout_constraintBaseline_creator 54
+int styleable Constraint_layout_constraintBaseline_toBaselineOf 55
+int styleable Constraint_layout_constraintBottom_creator 56
+int styleable Constraint_layout_constraintBottom_toBottomOf 57
+int styleable Constraint_layout_constraintBottom_toTopOf 58
+int styleable Constraint_layout_constraintCircle 59
+int styleable Constraint_layout_constraintCircleAngle 60
+int styleable Constraint_layout_constraintCircleRadius 61
+int styleable Constraint_layout_constraintDimensionRatio 62
+int styleable Constraint_layout_constraintEnd_toEndOf 63
+int styleable Constraint_layout_constraintEnd_toStartOf 64
+int styleable Constraint_layout_constraintGuide_begin 65
+int styleable Constraint_layout_constraintGuide_end 66
+int styleable Constraint_layout_constraintGuide_percent 67
+int styleable Constraint_layout_constraintHeight_default 68
+int styleable Constraint_layout_constraintHeight_max 69
+int styleable Constraint_layout_constraintHeight_min 70
+int styleable Constraint_layout_constraintHeight_percent 71
+int styleable Constraint_layout_constraintHorizontal_bias 72
+int styleable Constraint_layout_constraintHorizontal_chainStyle 73
+int styleable Constraint_layout_constraintHorizontal_weight 74
+int styleable Constraint_layout_constraintLeft_creator 75
+int styleable Constraint_layout_constraintLeft_toLeftOf 76
+int styleable Constraint_layout_constraintLeft_toRightOf 77
+int styleable Constraint_layout_constraintRight_creator 78
+int styleable Constraint_layout_constraintRight_toLeftOf 79
+int styleable Constraint_layout_constraintRight_toRightOf 80
+int styleable Constraint_layout_constraintStart_toEndOf 81
+int styleable Constraint_layout_constraintStart_toStartOf 82
+int styleable Constraint_layout_constraintTag 83
+int styleable Constraint_layout_constraintTop_creator 84
+int styleable Constraint_layout_constraintTop_toBottomOf 85
+int styleable Constraint_layout_constraintTop_toTopOf 86
+int styleable Constraint_layout_constraintVertical_bias 87
+int styleable Constraint_layout_constraintVertical_chainStyle 88
+int styleable Constraint_layout_constraintVertical_weight 89
+int styleable Constraint_layout_constraintWidth_default 90
+int styleable Constraint_layout_constraintWidth_max 91
+int styleable Constraint_layout_constraintWidth_min 92
+int styleable Constraint_layout_constraintWidth_percent 93
+int styleable Constraint_layout_editor_absoluteX 94
+int styleable Constraint_layout_editor_absoluteY 95
+int styleable Constraint_layout_goneMarginBottom 96
+int styleable Constraint_layout_goneMarginEnd 97
+int styleable Constraint_layout_goneMarginLeft 98
+int styleable Constraint_layout_goneMarginRight 99
+int styleable Constraint_layout_goneMarginStart 100
+int styleable Constraint_layout_goneMarginTop 101
+int styleable Constraint_motionProgress 102
+int styleable Constraint_motionStagger 103
+int styleable Constraint_pathMotionArc 104
+int styleable Constraint_pivotAnchor 105
+int styleable Constraint_transitionEasing 106
+int styleable Constraint_transitionPathRotate 107
+int styleable Constraint_visibilityMode 108
+int[] styleable ConstraintLayout_Layout { 0x1010440, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x10100d5, 0x10100d9, 0x10103b4, 0x10100d6, 0x10100d8, 0x10103b3, 0x10100d7, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ConstraintLayout_Layout_android_elevation 0
+int styleable ConstraintLayout_Layout_android_maxHeight 1
+int styleable ConstraintLayout_Layout_android_maxWidth 2
+int styleable ConstraintLayout_Layout_android_minHeight 3
+int styleable ConstraintLayout_Layout_android_minWidth 4
+int styleable ConstraintLayout_Layout_android_orientation 5
+int styleable ConstraintLayout_Layout_android_padding 6
+int styleable ConstraintLayout_Layout_android_paddingBottom 7
+int styleable ConstraintLayout_Layout_android_paddingEnd 8
+int styleable ConstraintLayout_Layout_android_paddingLeft 9
+int styleable ConstraintLayout_Layout_android_paddingRight 10
+int styleable ConstraintLayout_Layout_android_paddingStart 11
+int styleable ConstraintLayout_Layout_android_paddingTop 12
+int styleable ConstraintLayout_Layout_android_visibility 13
+int styleable ConstraintLayout_Layout_barrierAllowsGoneWidgets 14
+int styleable ConstraintLayout_Layout_barrierDirection 15
+int styleable ConstraintLayout_Layout_barrierMargin 16
+int styleable ConstraintLayout_Layout_chainUseRtl 17
+int styleable ConstraintLayout_Layout_constraintSet 18
+int styleable ConstraintLayout_Layout_constraint_referenced_ids 19
+int styleable ConstraintLayout_Layout_flow_firstHorizontalBias 20
+int styleable ConstraintLayout_Layout_flow_firstHorizontalStyle 21
+int styleable ConstraintLayout_Layout_flow_firstVerticalBias 22
+int styleable ConstraintLayout_Layout_flow_firstVerticalStyle 23
+int styleable ConstraintLayout_Layout_flow_horizontalAlign 24
+int styleable ConstraintLayout_Layout_flow_horizontalBias 25
+int styleable ConstraintLayout_Layout_flow_horizontalGap 26
+int styleable ConstraintLayout_Layout_flow_horizontalStyle 27
+int styleable ConstraintLayout_Layout_flow_lastHorizontalBias 28
+int styleable ConstraintLayout_Layout_flow_lastHorizontalStyle 29
+int styleable ConstraintLayout_Layout_flow_lastVerticalBias 30
+int styleable ConstraintLayout_Layout_flow_lastVerticalStyle 31
+int styleable ConstraintLayout_Layout_flow_maxElementsWrap 32
+int styleable ConstraintLayout_Layout_flow_verticalAlign 33
+int styleable ConstraintLayout_Layout_flow_verticalBias 34
+int styleable ConstraintLayout_Layout_flow_verticalGap 35
+int styleable ConstraintLayout_Layout_flow_verticalStyle 36
+int styleable ConstraintLayout_Layout_flow_wrapMode 37
+int styleable ConstraintLayout_Layout_layoutDescription 38
+int styleable ConstraintLayout_Layout_layout_constrainedHeight 39
+int styleable ConstraintLayout_Layout_layout_constrainedWidth 40
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_creator 41
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf 42
+int styleable ConstraintLayout_Layout_layout_constraintBottom_creator 43
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toBottomOf 44
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toTopOf 45
+int styleable ConstraintLayout_Layout_layout_constraintCircle 46
+int styleable ConstraintLayout_Layout_layout_constraintCircleAngle 47
+int styleable ConstraintLayout_Layout_layout_constraintCircleRadius 48
+int styleable ConstraintLayout_Layout_layout_constraintDimensionRatio 49
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toEndOf 50
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toStartOf 51
+int styleable ConstraintLayout_Layout_layout_constraintGuide_begin 52
+int styleable ConstraintLayout_Layout_layout_constraintGuide_end 53
+int styleable ConstraintLayout_Layout_layout_constraintGuide_percent 54
+int styleable ConstraintLayout_Layout_layout_constraintHeight_default 55
+int styleable ConstraintLayout_Layout_layout_constraintHeight_max 56
+int styleable ConstraintLayout_Layout_layout_constraintHeight_min 57
+int styleable ConstraintLayout_Layout_layout_constraintHeight_percent 58
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_bias 59
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle 60
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_weight 61
+int styleable ConstraintLayout_Layout_layout_constraintLeft_creator 62
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toLeftOf 63
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toRightOf 64
+int styleable ConstraintLayout_Layout_layout_constraintRight_creator 65
+int styleable ConstraintLayout_Layout_layout_constraintRight_toLeftOf 66
+int styleable ConstraintLayout_Layout_layout_constraintRight_toRightOf 67
+int styleable ConstraintLayout_Layout_layout_constraintStart_toEndOf 68
+int styleable ConstraintLayout_Layout_layout_constraintStart_toStartOf 69
+int styleable ConstraintLayout_Layout_layout_constraintTag 70
+int styleable ConstraintLayout_Layout_layout_constraintTop_creator 71
+int styleable ConstraintLayout_Layout_layout_constraintTop_toBottomOf 72
+int styleable ConstraintLayout_Layout_layout_constraintTop_toTopOf 73
+int styleable ConstraintLayout_Layout_layout_constraintVertical_bias 74
+int styleable ConstraintLayout_Layout_layout_constraintVertical_chainStyle 75
+int styleable ConstraintLayout_Layout_layout_constraintVertical_weight 76
+int styleable ConstraintLayout_Layout_layout_constraintWidth_default 77
+int styleable ConstraintLayout_Layout_layout_constraintWidth_max 78
+int styleable ConstraintLayout_Layout_layout_constraintWidth_min 79
+int styleable ConstraintLayout_Layout_layout_constraintWidth_percent 80
+int styleable ConstraintLayout_Layout_layout_editor_absoluteX 81
+int styleable ConstraintLayout_Layout_layout_editor_absoluteY 82
+int styleable ConstraintLayout_Layout_layout_goneMarginBottom 83
+int styleable ConstraintLayout_Layout_layout_goneMarginEnd 84
+int styleable ConstraintLayout_Layout_layout_goneMarginLeft 85
+int styleable ConstraintLayout_Layout_layout_goneMarginRight 86
+int styleable ConstraintLayout_Layout_layout_goneMarginStart 87
+int styleable ConstraintLayout_Layout_layout_goneMarginTop 88
+int styleable ConstraintLayout_Layout_layout_optimizationLevel 89
+int[] styleable ConstraintLayout_placeholder { 0x0, 0x0 }
+int styleable ConstraintLayout_placeholder_content 0
+int styleable ConstraintLayout_placeholder_placeholder_emptyVisibility 1
+int[] styleable ConstraintSet { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x10101b5, 0x10101b6, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ConstraintSet_android_alpha 0
+int styleable ConstraintSet_android_elevation 1
+int styleable ConstraintSet_android_id 2
+int styleable ConstraintSet_android_layout_height 3
+int styleable ConstraintSet_android_layout_marginBottom 4
+int styleable ConstraintSet_android_layout_marginEnd 5
+int styleable ConstraintSet_android_layout_marginLeft 6
+int styleable ConstraintSet_android_layout_marginRight 7
+int styleable ConstraintSet_android_layout_marginStart 8
+int styleable ConstraintSet_android_layout_marginTop 9
+int styleable ConstraintSet_android_layout_width 10
+int styleable ConstraintSet_android_maxHeight 11
+int styleable ConstraintSet_android_maxWidth 12
+int styleable ConstraintSet_android_minHeight 13
+int styleable ConstraintSet_android_minWidth 14
+int styleable ConstraintSet_android_orientation 15
+int styleable ConstraintSet_android_pivotX 16
+int styleable ConstraintSet_android_pivotY 17
+int styleable ConstraintSet_android_rotation 18
+int styleable ConstraintSet_android_rotationX 19
+int styleable ConstraintSet_android_rotationY 20
+int styleable ConstraintSet_android_scaleX 21
+int styleable ConstraintSet_android_scaleY 22
+int styleable ConstraintSet_android_transformPivotX 23
+int styleable ConstraintSet_android_transformPivotY 24
+int styleable ConstraintSet_android_translationX 25
+int styleable ConstraintSet_android_translationY 26
+int styleable ConstraintSet_android_translationZ 27
+int styleable ConstraintSet_android_visibility 28
+int styleable ConstraintSet_animate_relativeTo 29
+int styleable ConstraintSet_barrierAllowsGoneWidgets 30
+int styleable ConstraintSet_barrierDirection 31
+int styleable ConstraintSet_barrierMargin 32
+int styleable ConstraintSet_chainUseRtl 33
+int styleable ConstraintSet_constraint_referenced_ids 34
+int styleable ConstraintSet_deriveConstraintsFrom 35
+int styleable ConstraintSet_drawPath 36
+int styleable ConstraintSet_flow_firstHorizontalBias 37
+int styleable ConstraintSet_flow_firstHorizontalStyle 38
+int styleable ConstraintSet_flow_firstVerticalBias 39
+int styleable ConstraintSet_flow_firstVerticalStyle 40
+int styleable ConstraintSet_flow_horizontalAlign 41
+int styleable ConstraintSet_flow_horizontalBias 42
+int styleable ConstraintSet_flow_horizontalGap 43
+int styleable ConstraintSet_flow_horizontalStyle 44
+int styleable ConstraintSet_flow_lastHorizontalBias 45
+int styleable ConstraintSet_flow_lastHorizontalStyle 46
+int styleable ConstraintSet_flow_lastVerticalBias 47
+int styleable ConstraintSet_flow_lastVerticalStyle 48
+int styleable ConstraintSet_flow_maxElementsWrap 49
+int styleable ConstraintSet_flow_verticalAlign 50
+int styleable ConstraintSet_flow_verticalBias 51
+int styleable ConstraintSet_flow_verticalGap 52
+int styleable ConstraintSet_flow_verticalStyle 53
+int styleable ConstraintSet_flow_wrapMode 54
+int styleable ConstraintSet_layout_constrainedHeight 55
+int styleable ConstraintSet_layout_constrainedWidth 56
+int styleable ConstraintSet_layout_constraintBaseline_creator 57
+int styleable ConstraintSet_layout_constraintBaseline_toBaselineOf 58
+int styleable ConstraintSet_layout_constraintBottom_creator 59
+int styleable ConstraintSet_layout_constraintBottom_toBottomOf 60
+int styleable ConstraintSet_layout_constraintBottom_toTopOf 61
+int styleable ConstraintSet_layout_constraintCircle 62
+int styleable ConstraintSet_layout_constraintCircleAngle 63
+int styleable ConstraintSet_layout_constraintCircleRadius 64
+int styleable ConstraintSet_layout_constraintDimensionRatio 65
+int styleable ConstraintSet_layout_constraintEnd_toEndOf 66
+int styleable ConstraintSet_layout_constraintEnd_toStartOf 67
+int styleable ConstraintSet_layout_constraintGuide_begin 68
+int styleable ConstraintSet_layout_constraintGuide_end 69
+int styleable ConstraintSet_layout_constraintGuide_percent 70
+int styleable ConstraintSet_layout_constraintHeight_default 71
+int styleable ConstraintSet_layout_constraintHeight_max 72
+int styleable ConstraintSet_layout_constraintHeight_min 73
+int styleable ConstraintSet_layout_constraintHeight_percent 74
+int styleable ConstraintSet_layout_constraintHorizontal_bias 75
+int styleable ConstraintSet_layout_constraintHorizontal_chainStyle 76
+int styleable ConstraintSet_layout_constraintHorizontal_weight 77
+int styleable ConstraintSet_layout_constraintLeft_creator 78
+int styleable ConstraintSet_layout_constraintLeft_toLeftOf 79
+int styleable ConstraintSet_layout_constraintLeft_toRightOf 80
+int styleable ConstraintSet_layout_constraintRight_creator 81
+int styleable ConstraintSet_layout_constraintRight_toLeftOf 82
+int styleable ConstraintSet_layout_constraintRight_toRightOf 83
+int styleable ConstraintSet_layout_constraintStart_toEndOf 84
+int styleable ConstraintSet_layout_constraintStart_toStartOf 85
+int styleable ConstraintSet_layout_constraintTag 86
+int styleable ConstraintSet_layout_constraintTop_creator 87
+int styleable ConstraintSet_layout_constraintTop_toBottomOf 88
+int styleable ConstraintSet_layout_constraintTop_toTopOf 89
+int styleable ConstraintSet_layout_constraintVertical_bias 90
+int styleable ConstraintSet_layout_constraintVertical_chainStyle 91
+int styleable ConstraintSet_layout_constraintVertical_weight 92
+int styleable ConstraintSet_layout_constraintWidth_default 93
+int styleable ConstraintSet_layout_constraintWidth_max 94
+int styleable ConstraintSet_layout_constraintWidth_min 95
+int styleable ConstraintSet_layout_constraintWidth_percent 96
+int styleable ConstraintSet_layout_editor_absoluteX 97
+int styleable ConstraintSet_layout_editor_absoluteY 98
+int styleable ConstraintSet_layout_goneMarginBottom 99
+int styleable ConstraintSet_layout_goneMarginEnd 100
+int styleable ConstraintSet_layout_goneMarginLeft 101
+int styleable ConstraintSet_layout_goneMarginRight 102
+int styleable ConstraintSet_layout_goneMarginStart 103
+int styleable ConstraintSet_layout_goneMarginTop 104
+int styleable ConstraintSet_motionProgress 105
+int styleable ConstraintSet_motionStagger 106
+int styleable ConstraintSet_pathMotionArc 107
+int styleable ConstraintSet_pivotAnchor 108
+int styleable ConstraintSet_transitionEasing 109
+int styleable ConstraintSet_transitionPathRotate 110
+int[] styleable CoordinatorLayout { 0x0, 0x0 }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CoordinatorLayout_Layout_android_layout_gravity 0
+int styleable CoordinatorLayout_Layout_layout_anchor 1
+int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
+int styleable CoordinatorLayout_Layout_layout_behavior 3
+int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
+int styleable CoordinatorLayout_Layout_layout_insetEdge 5
+int styleable CoordinatorLayout_Layout_layout_keyline 6
+int[] styleable CustomAttribute { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CustomAttribute_attributeName 0
+int styleable CustomAttribute_customBoolean 1
+int styleable CustomAttribute_customColorDrawableValue 2
+int styleable CustomAttribute_customColorValue 3
+int styleable CustomAttribute_customDimension 4
+int styleable CustomAttribute_customFloatValue 5
+int styleable CustomAttribute_customIntegerValue 6
+int styleable CustomAttribute_customPixelDimension 7
+int styleable CustomAttribute_customStringValue 8
+int[] styleable DrawerArrowToggle { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable DrawerArrowToggle_arrowHeadLength 0
+int styleable DrawerArrowToggle_arrowShaftLength 1
+int styleable DrawerArrowToggle_barLength 2
+int styleable DrawerArrowToggle_color 3
+int styleable DrawerArrowToggle_drawableSize 4
+int styleable DrawerArrowToggle_gapBetweenBars 5
+int styleable DrawerArrowToggle_spinBars 6
+int styleable DrawerArrowToggle_thickness 7
+int[] styleable DrawerLayout { 0x0 }
+int styleable DrawerLayout_elevation 0
+int[] styleable ExtendedFloatingActionButton { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ExtendedFloatingActionButton_collapsedSize 0
+int styleable ExtendedFloatingActionButton_elevation 1
+int styleable ExtendedFloatingActionButton_extendMotionSpec 2
+int styleable ExtendedFloatingActionButton_hideMotionSpec 3
+int styleable ExtendedFloatingActionButton_showMotionSpec 4
+int styleable ExtendedFloatingActionButton_shrinkMotionSpec 5
+int[] styleable ExtendedFloatingActionButton_Behavior_Layout { 0x0, 0x0 }
+int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide 0
+int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink 1
+int[] styleable FloatingActionButton { 0x101000e, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FloatingActionButton_android_enabled 0
+int styleable FloatingActionButton_backgroundTint 1
+int styleable FloatingActionButton_backgroundTintMode 2
+int styleable FloatingActionButton_borderWidth 3
+int styleable FloatingActionButton_elevation 4
+int styleable FloatingActionButton_ensureMinTouchTargetSize 5
+int styleable FloatingActionButton_fabCustomSize 6
+int styleable FloatingActionButton_fabSize 7
+int styleable FloatingActionButton_hideMotionSpec 8
+int styleable FloatingActionButton_hoveredFocusedTranslationZ 9
+int styleable FloatingActionButton_maxImageSize 10
+int styleable FloatingActionButton_pressedTranslationZ 11
+int styleable FloatingActionButton_rippleColor 12
+int styleable FloatingActionButton_shapeAppearance 13
+int styleable FloatingActionButton_shapeAppearanceOverlay 14
+int styleable FloatingActionButton_showMotionSpec 15
+int styleable FloatingActionButton_useCompatPadding 16
+int[] styleable FloatingActionButton_Behavior_Layout { 0x0 }
+int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0
+int[] styleable FlowLayout { 0x0, 0x0 }
+int styleable FlowLayout_itemSpacing 0
+int styleable FlowLayout_lineSpacing 1
+int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int styleable FontFamily_fontProviderSystemFontFamily 6
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable ForegroundLinearLayout { 0x1010109, 0x1010200, 0x0 }
+int styleable ForegroundLinearLayout_android_foreground 0
+int styleable ForegroundLinearLayout_android_foregroundGravity 1
+int styleable ForegroundLinearLayout_foregroundInsidePadding 2
+int[] styleable Fragment { 0x10100d0, 0x1010003, 0x10100d1 }
+int styleable Fragment_android_id 0
+int styleable Fragment_android_name 1
+int styleable Fragment_android_tag 2
+int[] styleable FragmentContainerView { 0x1010003, 0x10100d1 }
+int styleable FragmentContainerView_android_name 0
+int styleable FragmentContainerView_android_tag 1
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
+int[] styleable ImageFilterView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ImageFilterView_altSrc 0
+int styleable ImageFilterView_brightness 1
+int styleable ImageFilterView_contrast 2
+int styleable ImageFilterView_crossfade 3
+int styleable ImageFilterView_overlay 4
+int styleable ImageFilterView_round 5
+int styleable ImageFilterView_roundPercent 6
+int styleable ImageFilterView_saturation 7
+int styleable ImageFilterView_warmth 8
+int[] styleable Insets { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Insets_marginLeftSystemWindowInsets 0
+int styleable Insets_marginRightSystemWindowInsets 1
+int styleable Insets_marginTopSystemWindowInsets 2
+int styleable Insets_paddingBottomSystemWindowInsets 3
+int styleable Insets_paddingLeftSystemWindowInsets 4
+int styleable Insets_paddingRightSystemWindowInsets 5
+int styleable Insets_paddingTopSystemWindowInsets 6
+int[] styleable KeyAttribute { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyAttribute_android_alpha 0
+int styleable KeyAttribute_android_elevation 1
+int styleable KeyAttribute_android_rotation 2
+int styleable KeyAttribute_android_rotationX 3
+int styleable KeyAttribute_android_rotationY 4
+int styleable KeyAttribute_android_scaleX 5
+int styleable KeyAttribute_android_scaleY 6
+int styleable KeyAttribute_android_transformPivotX 7
+int styleable KeyAttribute_android_transformPivotY 8
+int styleable KeyAttribute_android_translationX 9
+int styleable KeyAttribute_android_translationY 10
+int styleable KeyAttribute_android_translationZ 11
+int styleable KeyAttribute_curveFit 12
+int styleable KeyAttribute_framePosition 13
+int styleable KeyAttribute_motionProgress 14
+int styleable KeyAttribute_motionTarget 15
+int styleable KeyAttribute_transitionEasing 16
+int styleable KeyAttribute_transitionPathRotate 17
+int[] styleable KeyCycle { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyCycle_android_alpha 0
+int styleable KeyCycle_android_elevation 1
+int styleable KeyCycle_android_rotation 2
+int styleable KeyCycle_android_rotationX 3
+int styleable KeyCycle_android_rotationY 4
+int styleable KeyCycle_android_scaleX 5
+int styleable KeyCycle_android_scaleY 6
+int styleable KeyCycle_android_translationX 7
+int styleable KeyCycle_android_translationY 8
+int styleable KeyCycle_android_translationZ 9
+int styleable KeyCycle_curveFit 10
+int styleable KeyCycle_framePosition 11
+int styleable KeyCycle_motionProgress 12
+int styleable KeyCycle_motionTarget 13
+int styleable KeyCycle_transitionEasing 14
+int styleable KeyCycle_transitionPathRotate 15
+int styleable KeyCycle_waveOffset 16
+int styleable KeyCycle_wavePeriod 17
+int styleable KeyCycle_waveShape 18
+int styleable KeyCycle_waveVariesBy 19
+int[] styleable KeyPosition { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyPosition_curveFit 0
+int styleable KeyPosition_drawPath 1
+int styleable KeyPosition_framePosition 2
+int styleable KeyPosition_keyPositionType 3
+int styleable KeyPosition_motionTarget 4
+int styleable KeyPosition_pathMotionArc 5
+int styleable KeyPosition_percentHeight 6
+int styleable KeyPosition_percentWidth 7
+int styleable KeyPosition_percentX 8
+int styleable KeyPosition_percentY 9
+int styleable KeyPosition_sizePercent 10
+int styleable KeyPosition_transitionEasing 11
+int[] styleable KeyTimeCycle { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyTimeCycle_android_alpha 0
+int styleable KeyTimeCycle_android_elevation 1
+int styleable KeyTimeCycle_android_rotation 2
+int styleable KeyTimeCycle_android_rotationX 3
+int styleable KeyTimeCycle_android_rotationY 4
+int styleable KeyTimeCycle_android_scaleX 5
+int styleable KeyTimeCycle_android_scaleY 6
+int styleable KeyTimeCycle_android_translationX 7
+int styleable KeyTimeCycle_android_translationY 8
+int styleable KeyTimeCycle_android_translationZ 9
+int styleable KeyTimeCycle_curveFit 10
+int styleable KeyTimeCycle_framePosition 11
+int styleable KeyTimeCycle_motionProgress 12
+int styleable KeyTimeCycle_motionTarget 13
+int styleable KeyTimeCycle_transitionEasing 14
+int styleable KeyTimeCycle_transitionPathRotate 15
+int styleable KeyTimeCycle_waveDecay 16
+int styleable KeyTimeCycle_waveOffset 17
+int styleable KeyTimeCycle_wavePeriod 18
+int styleable KeyTimeCycle_waveShape 19
+int[] styleable KeyTrigger { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyTrigger_framePosition 0
+int styleable KeyTrigger_motionTarget 1
+int styleable KeyTrigger_motion_postLayoutCollision 2
+int styleable KeyTrigger_motion_triggerOnCollision 3
+int styleable KeyTrigger_onCross 4
+int styleable KeyTrigger_onNegativeCross 5
+int styleable KeyTrigger_onPositiveCross 6
+int styleable KeyTrigger_triggerId 7
+int styleable KeyTrigger_triggerReceiver 8
+int styleable KeyTrigger_triggerSlack 9
+int[] styleable Layout { 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x10100c4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Layout_android_layout_height 0
+int styleable Layout_android_layout_marginBottom 1
+int styleable Layout_android_layout_marginEnd 2
+int styleable Layout_android_layout_marginLeft 3
+int styleable Layout_android_layout_marginRight 4
+int styleable Layout_android_layout_marginStart 5
+int styleable Layout_android_layout_marginTop 6
+int styleable Layout_android_layout_width 7
+int styleable Layout_android_orientation 8
+int styleable Layout_barrierAllowsGoneWidgets 9
+int styleable Layout_barrierDirection 10
+int styleable Layout_barrierMargin 11
+int styleable Layout_chainUseRtl 12
+int styleable Layout_constraint_referenced_ids 13
+int styleable Layout_layout_constrainedHeight 14
+int styleable Layout_layout_constrainedWidth 15
+int styleable Layout_layout_constraintBaseline_creator 16
+int styleable Layout_layout_constraintBaseline_toBaselineOf 17
+int styleable Layout_layout_constraintBottom_creator 18
+int styleable Layout_layout_constraintBottom_toBottomOf 19
+int styleable Layout_layout_constraintBottom_toTopOf 20
+int styleable Layout_layout_constraintCircle 21
+int styleable Layout_layout_constraintCircleAngle 22
+int styleable Layout_layout_constraintCircleRadius 23
+int styleable Layout_layout_constraintDimensionRatio 24
+int styleable Layout_layout_constraintEnd_toEndOf 25
+int styleable Layout_layout_constraintEnd_toStartOf 26
+int styleable Layout_layout_constraintGuide_begin 27
+int styleable Layout_layout_constraintGuide_end 28
+int styleable Layout_layout_constraintGuide_percent 29
+int styleable Layout_layout_constraintHeight_default 30
+int styleable Layout_layout_constraintHeight_max 31
+int styleable Layout_layout_constraintHeight_min 32
+int styleable Layout_layout_constraintHeight_percent 33
+int styleable Layout_layout_constraintHorizontal_bias 34
+int styleable Layout_layout_constraintHorizontal_chainStyle 35
+int styleable Layout_layout_constraintHorizontal_weight 36
+int styleable Layout_layout_constraintLeft_creator 37
+int styleable Layout_layout_constraintLeft_toLeftOf 38
+int styleable Layout_layout_constraintLeft_toRightOf 39
+int styleable Layout_layout_constraintRight_creator 40
+int styleable Layout_layout_constraintRight_toLeftOf 41
+int styleable Layout_layout_constraintRight_toRightOf 42
+int styleable Layout_layout_constraintStart_toEndOf 43
+int styleable Layout_layout_constraintStart_toStartOf 44
+int styleable Layout_layout_constraintTop_creator 45
+int styleable Layout_layout_constraintTop_toBottomOf 46
+int styleable Layout_layout_constraintTop_toTopOf 47
+int styleable Layout_layout_constraintVertical_bias 48
+int styleable Layout_layout_constraintVertical_chainStyle 49
+int styleable Layout_layout_constraintVertical_weight 50
+int styleable Layout_layout_constraintWidth_default 51
+int styleable Layout_layout_constraintWidth_max 52
+int styleable Layout_layout_constraintWidth_min 53
+int styleable Layout_layout_constraintWidth_percent 54
+int styleable Layout_layout_editor_absoluteX 55
+int styleable Layout_layout_editor_absoluteY 56
+int styleable Layout_layout_goneMarginBottom 57
+int styleable Layout_layout_goneMarginEnd 58
+int styleable Layout_layout_goneMarginLeft 59
+int styleable Layout_layout_goneMarginRight 60
+int styleable Layout_layout_goneMarginStart 61
+int styleable Layout_layout_goneMarginTop 62
+int styleable Layout_maxHeight 63
+int styleable Layout_maxWidth 64
+int styleable Layout_minHeight 65
+int styleable Layout_minWidth 66
+int[] styleable LinearLayoutCompat { 0x1010126, 0x1010127, 0x10100af, 0x10100c4, 0x1010128, 0x0, 0x0, 0x0, 0x0 }
+int styleable LinearLayoutCompat_android_baselineAligned 0
+int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1
+int styleable LinearLayoutCompat_android_gravity 2
+int styleable LinearLayoutCompat_android_orientation 3
+int styleable LinearLayoutCompat_android_weightSum 4
+int styleable LinearLayoutCompat_divider 5
+int styleable LinearLayoutCompat_dividerPadding 6
+int styleable LinearLayoutCompat_measureWithLargestChild 7
+int styleable LinearLayoutCompat_showDividers 8
+int[] styleable LinearLayoutCompat_Layout { 0x10100b3, 0x10100f5, 0x1010181, 0x10100f4 }
+int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
+int styleable LinearLayoutCompat_Layout_android_layout_height 1
+int styleable LinearLayoutCompat_Layout_android_layout_weight 2
+int styleable LinearLayoutCompat_Layout_android_layout_width 3
+int[] styleable LinearProgressIndicator { 0x0, 0x0 }
+int styleable LinearProgressIndicator_indeterminateAnimationType 0
+int styleable LinearProgressIndicator_indicatorDirectionLinear 1
+int[] styleable ListPopupWindow { 0x10102ac, 0x10102ad }
+int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
+int styleable ListPopupWindow_android_dropDownVerticalOffset 1
+int[] styleable MaterialAlertDialog { 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialAlertDialog_backgroundInsetBottom 0
+int styleable MaterialAlertDialog_backgroundInsetEnd 1
+int styleable MaterialAlertDialog_backgroundInsetStart 2
+int styleable MaterialAlertDialog_backgroundInsetTop 3
+int[] styleable MaterialAlertDialogTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle 0
+int styleable MaterialAlertDialogTheme_materialAlertDialogButtonSpacerVisibility 1
+int styleable MaterialAlertDialogTheme_materialAlertDialogTheme 2
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle 3
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle 4
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle 5
+int[] styleable MaterialAutoCompleteTextView { 0x1010220, 0x101048c, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialAutoCompleteTextView_android_inputType 0
+int styleable MaterialAutoCompleteTextView_android_popupElevation 1
+int styleable MaterialAutoCompleteTextView_simpleItemLayout 2
+int styleable MaterialAutoCompleteTextView_simpleItemSelectedColor 3
+int styleable MaterialAutoCompleteTextView_simpleItemSelectedRippleColor 4
+int styleable MaterialAutoCompleteTextView_simpleItems 5
+int[] styleable MaterialButton { 0x10100d4, 0x10101e5, 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialButton_android_background 0
+int styleable MaterialButton_android_checkable 1
+int styleable MaterialButton_android_insetBottom 2
+int styleable MaterialButton_android_insetLeft 3
+int styleable MaterialButton_android_insetRight 4
+int styleable MaterialButton_android_insetTop 5
+int styleable MaterialButton_backgroundTint 6
+int styleable MaterialButton_backgroundTintMode 7
+int styleable MaterialButton_cornerRadius 8
+int styleable MaterialButton_elevation 9
+int styleable MaterialButton_icon 10
+int styleable MaterialButton_iconGravity 11
+int styleable MaterialButton_iconPadding 12
+int styleable MaterialButton_iconSize 13
+int styleable MaterialButton_iconTint 14
+int styleable MaterialButton_iconTintMode 15
+int styleable MaterialButton_rippleColor 16
+int styleable MaterialButton_shapeAppearance 17
+int styleable MaterialButton_shapeAppearanceOverlay 18
+int styleable MaterialButton_strokeColor 19
+int styleable MaterialButton_strokeWidth 20
+int styleable MaterialButton_toggleCheckedStateOnClick 21
+int[] styleable MaterialButtonToggleGroup { 0x0, 0x0, 0x0 }
+int styleable MaterialButtonToggleGroup_checkedButton 0
+int styleable MaterialButtonToggleGroup_selectionRequired 1
+int styleable MaterialButtonToggleGroup_singleSelection 2
+int[] styleable MaterialCalendar { 0x101020d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialCalendar_android_windowFullscreen 0
+int styleable MaterialCalendar_dayInvalidStyle 1
+int styleable MaterialCalendar_daySelectedStyle 2
+int styleable MaterialCalendar_dayStyle 3
+int styleable MaterialCalendar_dayTodayStyle 4
+int styleable MaterialCalendar_nestedScrollable 5
+int styleable MaterialCalendar_rangeFillColor 6
+int styleable MaterialCalendar_yearSelectedStyle 7
+int styleable MaterialCalendar_yearStyle 8
+int styleable MaterialCalendar_yearTodayStyle 9
+int[] styleable MaterialCalendarItem { 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialCalendarItem_android_insetBottom 0
+int styleable MaterialCalendarItem_android_insetLeft 1
+int styleable MaterialCalendarItem_android_insetRight 2
+int styleable MaterialCalendarItem_android_insetTop 3
+int styleable MaterialCalendarItem_itemFillColor 4
+int styleable MaterialCalendarItem_itemShapeAppearance 5
+int styleable MaterialCalendarItem_itemShapeAppearanceOverlay 6
+int styleable MaterialCalendarItem_itemStrokeColor 7
+int styleable MaterialCalendarItem_itemStrokeWidth 8
+int styleable MaterialCalendarItem_itemTextColor 9
+int[] styleable MaterialCardView { 0x10101e5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialCardView_android_checkable 0
+int styleable MaterialCardView_cardForegroundColor 1
+int styleable MaterialCardView_checkedIcon 2
+int styleable MaterialCardView_checkedIconGravity 3
+int styleable MaterialCardView_checkedIconMargin 4
+int styleable MaterialCardView_checkedIconSize 5
+int styleable MaterialCardView_checkedIconTint 6
+int styleable MaterialCardView_rippleColor 7
+int styleable MaterialCardView_shapeAppearance 8
+int styleable MaterialCardView_shapeAppearanceOverlay 9
+int styleable MaterialCardView_state_dragged 10
+int styleable MaterialCardView_strokeColor 11
+int styleable MaterialCardView_strokeWidth 12
+int[] styleable MaterialCheckBox { 0x1010107, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialCheckBox_android_button 0
+int styleable MaterialCheckBox_buttonCompat 1
+int styleable MaterialCheckBox_buttonIcon 2
+int styleable MaterialCheckBox_buttonIconTint 3
+int styleable MaterialCheckBox_buttonIconTintMode 4
+int styleable MaterialCheckBox_buttonTint 5
+int styleable MaterialCheckBox_centerIfNoTextEnabled 6
+int styleable MaterialCheckBox_checkedState 7
+int styleable MaterialCheckBox_errorAccessibilityLabel 8
+int styleable MaterialCheckBox_errorShown 9
+int styleable MaterialCheckBox_useMaterialThemeColors 10
+int[] styleable MaterialCheckBoxStates { 0x0, 0x0 }
+int styleable MaterialCheckBoxStates_state_error 0
+int styleable MaterialCheckBoxStates_state_indeterminate 1
+int[] styleable MaterialDivider { 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialDivider_dividerColor 0
+int styleable MaterialDivider_dividerInsetEnd 1
+int styleable MaterialDivider_dividerInsetStart 2
+int styleable MaterialDivider_dividerThickness 3
+int styleable MaterialDivider_lastItemDecorated 4
+int[] styleable MaterialRadioButton { 0x0, 0x0 }
+int styleable MaterialRadioButton_buttonTint 0
+int styleable MaterialRadioButton_useMaterialThemeColors 1
+int[] styleable MaterialShape { 0x0, 0x0 }
+int styleable MaterialShape_shapeAppearance 0
+int styleable MaterialShape_shapeAppearanceOverlay 1
+int[] styleable MaterialSwitch { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialSwitch_thumbIcon 0
+int styleable MaterialSwitch_thumbIconTint 1
+int styleable MaterialSwitch_thumbIconTintMode 2
+int styleable MaterialSwitch_trackDecoration 3
+int styleable MaterialSwitch_trackDecorationTint 4
+int styleable MaterialSwitch_trackDecorationTintMode 5
+int[] styleable MaterialTextAppearance { 0x10104b6, 0x101057f, 0x0 }
+int styleable MaterialTextAppearance_android_letterSpacing 0
+int styleable MaterialTextAppearance_android_lineHeight 1
+int styleable MaterialTextAppearance_lineHeight 2
+int[] styleable MaterialTextView { 0x101057f, 0x1010034, 0x0 }
+int styleable MaterialTextView_android_lineHeight 0
+int styleable MaterialTextView_android_textAppearance 1
+int styleable MaterialTextView_lineHeight 2
+int[] styleable MaterialTimePicker { 0x0, 0x0 }
+int styleable MaterialTimePicker_clockIcon 0
+int styleable MaterialTimePicker_keyboardIcon 1
+int[] styleable MaterialToolbar { 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialToolbar_logoAdjustViewBounds 0
+int styleable MaterialToolbar_logoScaleType 1
+int styleable MaterialToolbar_navigationIconTint 2
+int styleable MaterialToolbar_subtitleCentered 3
+int styleable MaterialToolbar_titleCentered 4
+int[] styleable MenuGroup { 0x10101e0, 0x101000e, 0x10100d0, 0x10101de, 0x10101df, 0x1010194 }
+int styleable MenuGroup_android_checkableBehavior 0
+int styleable MenuGroup_android_enabled 1
+int styleable MenuGroup_android_id 2
+int styleable MenuGroup_android_menuCategory 3
+int styleable MenuGroup_android_orderInCategory 4
+int styleable MenuGroup_android_visible 5
+int[] styleable MenuItem { 0x0, 0x0, 0x0, 0x0, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MenuItem_actionLayout 0
+int styleable MenuItem_actionProviderClass 1
+int styleable MenuItem_actionViewClass 2
+int styleable MenuItem_alphabeticModifiers 3
+int styleable MenuItem_android_alphabeticShortcut 4
+int styleable MenuItem_android_checkable 5
+int styleable MenuItem_android_checked 6
+int styleable MenuItem_android_enabled 7
+int styleable MenuItem_android_icon 8
+int styleable MenuItem_android_id 9
+int styleable MenuItem_android_menuCategory 10
+int styleable MenuItem_android_numericShortcut 11
+int styleable MenuItem_android_onClick 12
+int styleable MenuItem_android_orderInCategory 13
+int styleable MenuItem_android_title 14
+int styleable MenuItem_android_titleCondensed 15
+int styleable MenuItem_android_visible 16
+int styleable MenuItem_contentDescription 17
+int styleable MenuItem_iconTint 18
+int styleable MenuItem_iconTintMode 19
+int styleable MenuItem_numericModifiers 20
+int styleable MenuItem_showAsAction 21
+int styleable MenuItem_tooltipText 22
+int[] styleable MenuView { 0x101012f, 0x101012d, 0x1010130, 0x1010131, 0x101012c, 0x101012e, 0x10100ae, 0x0, 0x0 }
+int styleable MenuView_android_headerBackground 0
+int styleable MenuView_android_horizontalDivider 1
+int styleable MenuView_android_itemBackground 2
+int styleable MenuView_android_itemIconDisabledAlpha 3
+int styleable MenuView_android_itemTextAppearance 4
+int styleable MenuView_android_verticalDivider 5
+int styleable MenuView_android_windowAnimationStyle 6
+int styleable MenuView_preserveIconSpacing 7
+int styleable MenuView_subMenuArrow 8
+int[] styleable MockView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MockView_mock_diagonalsColor 0
+int styleable MockView_mock_label 1
+int styleable MockView_mock_labelBackgroundColor 2
+int styleable MockView_mock_labelColor 3
+int styleable MockView_mock_showDiagonals 4
+int styleable MockView_mock_showLabel 5
+int[] styleable Motion { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Motion_animate_relativeTo 0
+int styleable Motion_drawPath 1
+int styleable Motion_motionPathRotate 2
+int styleable Motion_motionStagger 3
+int styleable Motion_pathMotionArc 4
+int styleable Motion_transitionEasing 5
+int[] styleable MotionHelper { 0x0, 0x0 }
+int styleable MotionHelper_onHide 0
+int styleable MotionHelper_onShow 1
+int[] styleable MotionLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MotionLayout_applyMotionScene 0
+int styleable MotionLayout_currentState 1
+int styleable MotionLayout_layoutDescription 2
+int styleable MotionLayout_motionDebug 3
+int styleable MotionLayout_motionProgress 4
+int styleable MotionLayout_showPaths 5
+int[] styleable MotionScene { 0x0, 0x0 }
+int styleable MotionScene_defaultDuration 0
+int styleable MotionScene_layoutDuringTransition 1
+int[] styleable MotionTelltales { 0x0, 0x0, 0x0 }
+int styleable MotionTelltales_telltales_tailColor 0
+int styleable MotionTelltales_telltales_tailScale 1
+int styleable MotionTelltales_telltales_velocityMode 2
+int[] styleable NavigationBarActiveIndicator { 0x10101a5, 0x1010155, 0x1010159, 0x0, 0x0 }
+int styleable NavigationBarActiveIndicator_android_color 0
+int styleable NavigationBarActiveIndicator_android_height 1
+int styleable NavigationBarActiveIndicator_android_width 2
+int styleable NavigationBarActiveIndicator_marginHorizontal 3
+int styleable NavigationBarActiveIndicator_shapeAppearance 4
+int[] styleable NavigationBarView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable NavigationBarView_backgroundTint 0
+int styleable NavigationBarView_elevation 1
+int styleable NavigationBarView_itemActiveIndicatorStyle 2
+int styleable NavigationBarView_itemBackground 3
+int styleable NavigationBarView_itemIconSize 4
+int styleable NavigationBarView_itemIconTint 5
+int styleable NavigationBarView_itemPaddingBottom 6
+int styleable NavigationBarView_itemPaddingTop 7
+int styleable NavigationBarView_itemRippleColor 8
+int styleable NavigationBarView_itemTextAppearanceActive 9
+int styleable NavigationBarView_itemTextAppearanceInactive 10
+int styleable NavigationBarView_itemTextColor 11
+int styleable NavigationBarView_labelVisibilityMode 12
+int styleable NavigationBarView_menu 13
+int[] styleable NavigationRailView { 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable NavigationRailView_headerLayout 0
+int styleable NavigationRailView_itemMinHeight 1
+int styleable NavigationRailView_menuGravity 2
+int styleable NavigationRailView_paddingBottomSystemWindowInsets 3
+int styleable NavigationRailView_paddingTopSystemWindowInsets 4
+int[] styleable NavigationView { 0x10100d4, 0x10100dd, 0x10100b3, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable NavigationView_android_background 0
+int styleable NavigationView_android_fitsSystemWindows 1
+int styleable NavigationView_android_layout_gravity 2
+int styleable NavigationView_android_maxWidth 3
+int styleable NavigationView_bottomInsetScrimEnabled 4
+int styleable NavigationView_dividerInsetEnd 5
+int styleable NavigationView_dividerInsetStart 6
+int styleable NavigationView_drawerLayoutCornerSize 7
+int styleable NavigationView_elevation 8
+int styleable NavigationView_headerLayout 9
+int styleable NavigationView_itemBackground 10
+int styleable NavigationView_itemHorizontalPadding 11
+int styleable NavigationView_itemIconPadding 12
+int styleable NavigationView_itemIconSize 13
+int styleable NavigationView_itemIconTint 14
+int styleable NavigationView_itemMaxLines 15
+int styleable NavigationView_itemRippleColor 16
+int styleable NavigationView_itemShapeAppearance 17
+int styleable NavigationView_itemShapeAppearanceOverlay 18
+int styleable NavigationView_itemShapeFillColor 19
+int styleable NavigationView_itemShapeInsetBottom 20
+int styleable NavigationView_itemShapeInsetEnd 21
+int styleable NavigationView_itemShapeInsetStart 22
+int styleable NavigationView_itemShapeInsetTop 23
+int styleable NavigationView_itemTextAppearance 24
+int styleable NavigationView_itemTextColor 25
+int styleable NavigationView_itemVerticalPadding 26
+int styleable NavigationView_menu 27
+int styleable NavigationView_shapeAppearance 28
+int styleable NavigationView_shapeAppearanceOverlay 29
+int styleable NavigationView_subheaderColor 30
+int styleable NavigationView_subheaderInsetEnd 31
+int styleable NavigationView_subheaderInsetStart 32
+int styleable NavigationView_subheaderTextAppearance 33
+int styleable NavigationView_topInsetScrimEnabled 34
+int[] styleable OnClick { 0x0, 0x0 }
+int styleable OnClick_clickAction 0
+int styleable OnClick_targetId 1
+int[] styleable OnSwipe { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable OnSwipe_dragDirection 0
+int styleable OnSwipe_dragScale 1
+int styleable OnSwipe_dragThreshold 2
+int styleable OnSwipe_limitBoundsTo 3
+int styleable OnSwipe_maxAcceleration 4
+int styleable OnSwipe_maxVelocity 5
+int styleable OnSwipe_moveWhenScrollAtTop 6
+int styleable OnSwipe_nestedScrollFlags 7
+int styleable OnSwipe_onTouchUp 8
+int styleable OnSwipe_touchAnchorId 9
+int styleable OnSwipe_touchAnchorSide 10
+int styleable OnSwipe_touchRegionId 11
+int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x0 }
+int styleable PopupWindow_android_popupAnimationStyle 0
+int styleable PopupWindow_android_popupBackground 1
+int styleable PopupWindow_overlapAnchor 2
+int[] styleable PopupWindowBackgroundState { 0x0 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable PropertySet { 0x101031f, 0x10100dc, 0x0, 0x0, 0x0 }
+int styleable PropertySet_android_alpha 0
+int styleable PropertySet_android_visibility 1
+int styleable PropertySet_layout_constraintTag 2
+int styleable PropertySet_motionProgress 3
+int styleable PropertySet_visibilityMode 4
+int[] styleable RadialViewGroup { 0x0 }
+int styleable RadialViewGroup_materialCircleRadius 0
+int[] styleable RangeSlider { 0x0, 0x0 }
+int styleable RangeSlider_minSeparation 0
+int styleable RangeSlider_values 1
+int[] styleable RecycleListView { 0x0, 0x0 }
+int styleable RecycleListView_paddingBottomNoButtons 0
+int styleable RecycleListView_paddingTopNoTitle 1
+int[] styleable RecyclerView { 0x10100eb, 0x10100f1, 0x10100c4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable RecyclerView_android_clipToPadding 0
+int styleable RecyclerView_android_descendantFocusability 1
+int styleable RecyclerView_android_orientation 2
+int styleable RecyclerView_fastScrollEnabled 3
+int styleable RecyclerView_fastScrollHorizontalThumbDrawable 4
+int styleable RecyclerView_fastScrollHorizontalTrackDrawable 5
+int styleable RecyclerView_fastScrollVerticalThumbDrawable 6
+int styleable RecyclerView_fastScrollVerticalTrackDrawable 7
+int styleable RecyclerView_layoutManager 8
+int styleable RecyclerView_reverseLayout 9
+int styleable RecyclerView_spanCount 10
+int styleable RecyclerView_stackFromEnd 11
+int[] styleable ScrimInsetsFrameLayout { 0x0 }
+int styleable ScrimInsetsFrameLayout_insetForeground 0
+int[] styleable ScrollingViewBehavior_Layout { 0x0 }
+int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0
+int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 1
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 3
+int styleable SearchView_closeIcon 4
+int styleable SearchView_commitIcon 5
+int styleable SearchView_defaultQueryHint 6
+int styleable SearchView_goIcon 7
+int styleable SearchView_iconifiedByDefault 8
+int styleable SearchView_layout 9
+int styleable SearchView_queryBackground 10
+int styleable SearchView_queryHint 11
+int styleable SearchView_searchHintIcon 12
+int styleable SearchView_searchIcon 13
+int styleable SearchView_submitBackground 14
+int styleable SearchView_suggestionRowLayout 15
+int styleable SearchView_voiceIcon 16
+int[] styleable ShapeAppearance { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ShapeAppearance_cornerFamily 0
+int styleable ShapeAppearance_cornerFamilyBottomLeft 1
+int styleable ShapeAppearance_cornerFamilyBottomRight 2
+int styleable ShapeAppearance_cornerFamilyTopLeft 3
+int styleable ShapeAppearance_cornerFamilyTopRight 4
+int styleable ShapeAppearance_cornerSize 5
+int styleable ShapeAppearance_cornerSizeBottomLeft 6
+int styleable ShapeAppearance_cornerSizeBottomRight 7
+int styleable ShapeAppearance_cornerSizeTopLeft 8
+int styleable ShapeAppearance_cornerSizeTopRight 9
+int[] styleable ShapeableImageView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ShapeableImageView_contentPadding 0
+int styleable ShapeableImageView_contentPaddingBottom 1
+int styleable ShapeableImageView_contentPaddingEnd 2
+int styleable ShapeableImageView_contentPaddingLeft 3
+int styleable ShapeableImageView_contentPaddingRight 4
+int styleable ShapeableImageView_contentPaddingStart 5
+int styleable ShapeableImageView_contentPaddingTop 6
+int styleable ShapeableImageView_shapeAppearance 7
+int styleable ShapeableImageView_shapeAppearanceOverlay 8
+int styleable ShapeableImageView_strokeColor 9
+int styleable ShapeableImageView_strokeWidth 10
+int[] styleable Slider { 0x101000e, 0x1010146, 0x1010024, 0x10102de, 0x10102df, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Slider_android_enabled 0
+int styleable Slider_android_stepSize 1
+int styleable Slider_android_value 2
+int styleable Slider_android_valueFrom 3
+int styleable Slider_android_valueTo 4
+int styleable Slider_haloColor 5
+int styleable Slider_haloRadius 6
+int styleable Slider_labelBehavior 7
+int styleable Slider_labelStyle 8
+int styleable Slider_thumbColor 9
+int styleable Slider_thumbElevation 10
+int styleable Slider_thumbRadius 11
+int styleable Slider_thumbStrokeColor 12
+int styleable Slider_thumbStrokeWidth 13
+int styleable Slider_tickColor 14
+int styleable Slider_tickColorActive 15
+int styleable Slider_tickColorInactive 16
+int styleable Slider_tickVisible 17
+int styleable Slider_trackColor 18
+int styleable Slider_trackColorActive 19
+int styleable Slider_trackColorInactive 20
+int styleable Slider_trackHeight 21
+int[] styleable Snackbar { 0x0, 0x0, 0x0 }
+int styleable Snackbar_snackbarButtonStyle 0
+int styleable Snackbar_snackbarStyle 1
+int styleable Snackbar_snackbarTextViewStyle 2
+int[] styleable SnackbarLayout { 0x0, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SnackbarLayout_actionTextColorAlpha 0
+int styleable SnackbarLayout_android_maxWidth 1
+int styleable SnackbarLayout_animationMode 2
+int styleable SnackbarLayout_backgroundOverlayColorAlpha 3
+int styleable SnackbarLayout_backgroundTint 4
+int styleable SnackbarLayout_backgroundTintMode 5
+int styleable SnackbarLayout_elevation 6
+int styleable SnackbarLayout_maxActionInlineWidth 7
+int styleable SnackbarLayout_shapeAppearance 8
+int styleable SnackbarLayout_shapeAppearanceOverlay 9
+int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x0 }
+int styleable Spinner_android_dropDownWidth 0
+int styleable Spinner_android_entries 1
+int styleable Spinner_android_popupBackground 2
+int styleable Spinner_android_prompt 3
+int styleable Spinner_popupTheme 4
+int[] styleable State { 0x10100d0, 0x0 }
+int styleable State_android_id 0
+int styleable State_constraints 1
+int[] styleable StateListDrawable { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
+int styleable StateListDrawable_android_constantSize 0
+int styleable StateListDrawable_android_dither 1
+int styleable StateListDrawable_android_enterFadeDuration 2
+int styleable StateListDrawable_android_exitFadeDuration 3
+int styleable StateListDrawable_android_variablePadding 4
+int styleable StateListDrawable_android_visible 5
+int[] styleable StateListDrawableItem { 0x1010199 }
+int styleable StateListDrawableItem_android_drawable 0
+int[] styleable StateSet { 0x0 }
+int styleable StateSet_defaultState 0
+int[] styleable SwitchCompat { 0x1010125, 0x1010124, 0x1010142, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SwitchCompat_android_textOff 0
+int styleable SwitchCompat_android_textOn 1
+int styleable SwitchCompat_android_thumb 2
+int styleable SwitchCompat_showText 3
+int styleable SwitchCompat_splitTrack 4
+int styleable SwitchCompat_switchMinWidth 5
+int styleable SwitchCompat_switchPadding 6
+int styleable SwitchCompat_switchTextAppearance 7
+int styleable SwitchCompat_thumbTextPadding 8
+int styleable SwitchCompat_thumbTint 9
+int styleable SwitchCompat_thumbTintMode 10
+int styleable SwitchCompat_track 11
+int styleable SwitchCompat_trackTint 12
+int styleable SwitchCompat_trackTintMode 13
+int[] styleable SwitchMaterial { 0x0 }
+int styleable SwitchMaterial_useMaterialThemeColors 0
+int[] styleable TabItem { 0x1010002, 0x10100f2, 0x101014f }
+int styleable TabItem_android_icon 0
+int styleable TabItem_android_layout 1
+int styleable TabItem_android_text 2
+int[] styleable TabLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable TabLayout_tabBackground 0
+int styleable TabLayout_tabContentStart 1
+int styleable TabLayout_tabGravity 2
+int styleable TabLayout_tabIconTint 3
+int styleable TabLayout_tabIconTintMode 4
+int styleable TabLayout_tabIndicator 5
+int styleable TabLayout_tabIndicatorAnimationDuration 6
+int styleable TabLayout_tabIndicatorAnimationMode 7
+int styleable TabLayout_tabIndicatorColor 8
+int styleable TabLayout_tabIndicatorFullWidth 9
+int styleable TabLayout_tabIndicatorGravity 10
+int styleable TabLayout_tabIndicatorHeight 11
+int styleable TabLayout_tabInlineLabel 12
+int styleable TabLayout_tabMaxWidth 13
+int styleable TabLayout_tabMinWidth 14
+int styleable TabLayout_tabMode 15
+int styleable TabLayout_tabPadding 16
+int styleable TabLayout_tabPaddingBottom 17
+int styleable TabLayout_tabPaddingEnd 18
+int styleable TabLayout_tabPaddingStart 19
+int styleable TabLayout_tabPaddingTop 20
+int styleable TabLayout_tabRippleColor 21
+int styleable TabLayout_tabSelectedTextColor 22
+int styleable TabLayout_tabTextAppearance 23
+int styleable TabLayout_tabTextColor 24
+int styleable TabLayout_tabUnboundedRipple 25
+int[] styleable TextAppearance { 0x10103ac, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x101009b, 0x1010585, 0x1010095, 0x1010097, 0x1010096, 0x0, 0x0, 0x0, 0x0 }
+int styleable TextAppearance_android_fontFamily 0
+int styleable TextAppearance_android_shadowColor 1
+int styleable TextAppearance_android_shadowDx 2
+int styleable TextAppearance_android_shadowDy 3
+int styleable TextAppearance_android_shadowRadius 4
+int styleable TextAppearance_android_textColor 5
+int styleable TextAppearance_android_textColorHint 6
+int styleable TextAppearance_android_textColorLink 7
+int styleable TextAppearance_android_textFontWeight 8
+int styleable TextAppearance_android_textSize 9
+int styleable TextAppearance_android_textStyle 10
+int styleable TextAppearance_android_typeface 11
+int styleable TextAppearance_fontFamily 12
+int styleable TextAppearance_fontVariationSettings 13
+int styleable TextAppearance_textAllCaps 14
+int styleable TextAppearance_textLocale 15
+int[] styleable TextInputEditText { 0x0 }
+int styleable TextInputEditText_textInputLayoutFocusedRectEnabled 0
+int[] styleable TextInputLayout { 0x101000e, 0x1010150, 0x1010157, 0x101011f, 0x101015a, 0x101013f, 0x101009a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable TextInputLayout_android_enabled 0
+int styleable TextInputLayout_android_hint 1
+int styleable TextInputLayout_android_maxEms 2
+int styleable TextInputLayout_android_maxWidth 3
+int styleable TextInputLayout_android_minEms 4
+int styleable TextInputLayout_android_minWidth 5
+int styleable TextInputLayout_android_textColorHint 6
+int styleable TextInputLayout_boxBackgroundColor 7
+int styleable TextInputLayout_boxBackgroundMode 8
+int styleable TextInputLayout_boxCollapsedPaddingTop 9
+int styleable TextInputLayout_boxCornerRadiusBottomEnd 10
+int styleable TextInputLayout_boxCornerRadiusBottomStart 11
+int styleable TextInputLayout_boxCornerRadiusTopEnd 12
+int styleable TextInputLayout_boxCornerRadiusTopStart 13
+int styleable TextInputLayout_boxStrokeColor 14
+int styleable TextInputLayout_boxStrokeErrorColor 15
+int styleable TextInputLayout_boxStrokeWidth 16
+int styleable TextInputLayout_boxStrokeWidthFocused 17
+int styleable TextInputLayout_counterEnabled 18
+int styleable TextInputLayout_counterMaxLength 19
+int styleable TextInputLayout_counterOverflowTextAppearance 20
+int styleable TextInputLayout_counterOverflowTextColor 21
+int styleable TextInputLayout_counterTextAppearance 22
+int styleable TextInputLayout_counterTextColor 23
+int styleable TextInputLayout_endIconCheckable 24
+int styleable TextInputLayout_endIconContentDescription 25
+int styleable TextInputLayout_endIconDrawable 26
+int styleable TextInputLayout_endIconMode 27
+int styleable TextInputLayout_endIconTint 28
+int styleable TextInputLayout_endIconTintMode 29
+int styleable TextInputLayout_errorContentDescription 30
+int styleable TextInputLayout_errorEnabled 31
+int styleable TextInputLayout_errorIconDrawable 32
+int styleable TextInputLayout_errorIconTint 33
+int styleable TextInputLayout_errorIconTintMode 34
+int styleable TextInputLayout_errorTextAppearance 35
+int styleable TextInputLayout_errorTextColor 36
+int styleable TextInputLayout_expandedHintEnabled 37
+int styleable TextInputLayout_helperText 38
+int styleable TextInputLayout_helperTextEnabled 39
+int styleable TextInputLayout_helperTextTextAppearance 40
+int styleable TextInputLayout_helperTextTextColor 41
+int styleable TextInputLayout_hintAnimationEnabled 42
+int styleable TextInputLayout_hintEnabled 43
+int styleable TextInputLayout_hintTextAppearance 44
+int styleable TextInputLayout_hintTextColor 45
+int styleable TextInputLayout_passwordToggleContentDescription 46
+int styleable TextInputLayout_passwordToggleDrawable 47
+int styleable TextInputLayout_passwordToggleEnabled 48
+int styleable TextInputLayout_passwordToggleTint 49
+int styleable TextInputLayout_passwordToggleTintMode 50
+int styleable TextInputLayout_placeholderText 51
+int styleable TextInputLayout_placeholderTextAppearance 52
+int styleable TextInputLayout_placeholderTextColor 53
+int styleable TextInputLayout_prefixText 54
+int styleable TextInputLayout_prefixTextAppearance 55
+int styleable TextInputLayout_prefixTextColor 56
+int styleable TextInputLayout_shapeAppearance 57
+int styleable TextInputLayout_shapeAppearanceOverlay 58
+int styleable TextInputLayout_startIconCheckable 59
+int styleable TextInputLayout_startIconContentDescription 60
+int styleable TextInputLayout_startIconDrawable 61
+int styleable TextInputLayout_startIconTint 62
+int styleable TextInputLayout_startIconTintMode 63
+int styleable TextInputLayout_suffixText 64
+int styleable TextInputLayout_suffixTextAppearance 65
+int styleable TextInputLayout_suffixTextColor 66
+int[] styleable ThemeEnforcement { 0x1010034, 0x0, 0x0 }
+int styleable ThemeEnforcement_android_textAppearance 0
+int styleable ThemeEnforcement_enforceMaterialTheme 1
+int styleable ThemeEnforcement_enforceTextAppearance 2
+int[] styleable Toolbar { 0x10100af, 0x1010140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_buttonGravity 2
+int styleable Toolbar_collapseContentDescription 3
+int styleable Toolbar_collapseIcon 4
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetEndWithActions 6
+int styleable Toolbar_contentInsetLeft 7
+int styleable Toolbar_contentInsetRight 8
+int styleable Toolbar_contentInsetStart 9
+int styleable Toolbar_contentInsetStartWithNavigation 10
+int styleable Toolbar_logo 11
+int styleable Toolbar_logoDescription 12
+int styleable Toolbar_maxButtonHeight 13
+int styleable Toolbar_menu 14
+int styleable Toolbar_navigationContentDescription 15
+int styleable Toolbar_navigationIcon 16
+int styleable Toolbar_popupTheme 17
+int styleable Toolbar_subtitle 18
+int styleable Toolbar_subtitleTextAppearance 19
+int styleable Toolbar_subtitleTextColor 20
+int styleable Toolbar_title 21
+int styleable Toolbar_titleMargin 22
+int styleable Toolbar_titleMarginBottom 23
+int styleable Toolbar_titleMarginEnd 24
+int styleable Toolbar_titleMarginStart 25
+int styleable Toolbar_titleMarginTop 26
+int styleable Toolbar_titleMargins 27
+int styleable Toolbar_titleTextAppearance 28
+int styleable Toolbar_titleTextColor 29
+int[] styleable Tooltip { 0x10100f6, 0x1010140, 0x101013f, 0x10100d5, 0x101014f, 0x1010034, 0x1010098, 0x0 }
+int styleable Tooltip_android_layout_margin 0
+int styleable Tooltip_android_minHeight 1
+int styleable Tooltip_android_minWidth 2
+int styleable Tooltip_android_padding 3
+int styleable Tooltip_android_text 4
+int styleable Tooltip_android_textAppearance 5
+int styleable Tooltip_android_textColor 6
+int styleable Tooltip_backgroundTint 7
+int[] styleable Transform { 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa }
+int styleable Transform_android_elevation 0
+int styleable Transform_android_rotation 1
+int styleable Transform_android_rotationX 2
+int styleable Transform_android_rotationY 3
+int styleable Transform_android_scaleX 4
+int styleable Transform_android_scaleY 5
+int styleable Transform_android_transformPivotX 6
+int styleable Transform_android_transformPivotY 7
+int styleable Transform_android_translationX 8
+int styleable Transform_android_translationY 9
+int styleable Transform_android_translationZ 10
+int[] styleable Transition { 0x10100d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Transition_android_id 0
+int styleable Transition_autoTransition 1
+int styleable Transition_constraintSetEnd 2
+int styleable Transition_constraintSetStart 3
+int styleable Transition_duration 4
+int styleable Transition_layoutDuringTransition 5
+int styleable Transition_motionInterpolator 6
+int styleable Transition_pathMotionArc 7
+int styleable Transition_staggered 8
+int styleable Transition_transitionDisable 9
+int styleable Transition_transitionFlags 10
+int[] styleable Variant { 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Variant_constraints 0
+int styleable Variant_region_heightLessThan 1
+int styleable Variant_region_heightMoreThan 2
+int styleable Variant_region_widthLessThan 3
+int styleable Variant_region_widthMoreThan 4
+int[] styleable View { 0x10100da, 0x1010000, 0x0, 0x0, 0x0 }
+int styleable View_android_focusable 0
+int styleable View_android_theme 1
+int styleable View_paddingEnd 2
+int styleable View_paddingStart 3
+int styleable View_theme 4
+int[] styleable ViewBackgroundHelper { 0x10100d4, 0x0, 0x0 }
+int styleable ViewBackgroundHelper_android_background 0
+int styleable ViewBackgroundHelper_backgroundTint 1
+int styleable ViewBackgroundHelper_backgroundTintMode 2
+int[] styleable ViewPager2 { 0x10100c4 }
+int styleable ViewPager2_android_orientation 0
+int[] styleable ViewStubCompat { 0x10100d0, 0x10100f3, 0x10100f2 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 1
+int styleable ViewStubCompat_android_layout 2
diff --git a/mylibrary/build/intermediates/compile_symbol_list/release/R.txt b/mylibrary/build/intermediates/compile_symbol_list/release/R.txt
new file mode 100644
index 00000000..550bb74b
--- /dev/null
+++ b/mylibrary/build/intermediates/compile_symbol_list/release/R.txt
@@ -0,0 +1,6031 @@
+int anim abc_fade_in 0x0
+int anim abc_fade_out 0x0
+int anim abc_grow_fade_in_from_bottom 0x0
+int anim abc_popup_enter 0x0
+int anim abc_popup_exit 0x0
+int anim abc_shrink_fade_out_from_bottom 0x0
+int anim abc_slide_in_bottom 0x0
+int anim abc_slide_in_top 0x0
+int anim abc_slide_out_bottom 0x0
+int anim abc_slide_out_top 0x0
+int anim abc_tooltip_enter 0x0
+int anim abc_tooltip_exit 0x0
+int anim btn_checkbox_to_checked_box_inner_merged_animation 0x0
+int anim btn_checkbox_to_checked_box_outer_merged_animation 0x0
+int anim btn_checkbox_to_checked_icon_null_animation 0x0
+int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x0
+int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x0
+int anim btn_checkbox_to_unchecked_icon_null_animation 0x0
+int anim btn_radio_to_off_mtrl_dot_group_animation 0x0
+int anim btn_radio_to_off_mtrl_ring_outer_animation 0x0
+int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x0
+int anim btn_radio_to_on_mtrl_dot_group_animation 0x0
+int anim btn_radio_to_on_mtrl_ring_outer_animation 0x0
+int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x0
+int anim design_bottom_sheet_slide_in 0x0
+int anim design_bottom_sheet_slide_out 0x0
+int anim design_snackbar_in 0x0
+int anim design_snackbar_out 0x0
+int anim fragment_fast_out_extra_slow_in 0x0
+int anim linear_indeterminate_line1_head_interpolator 0x0
+int anim linear_indeterminate_line1_tail_interpolator 0x0
+int anim linear_indeterminate_line2_head_interpolator 0x0
+int anim linear_indeterminate_line2_tail_interpolator 0x0
+int anim mtrl_bottom_sheet_slide_in 0x0
+int anim mtrl_bottom_sheet_slide_out 0x0
+int anim mtrl_card_lowers_interpolator 0x0
+int animator design_appbar_state_list_animator 0x0
+int animator design_fab_hide_motion_spec 0x0
+int animator design_fab_show_motion_spec 0x0
+int animator fragment_close_enter 0x0
+int animator fragment_close_exit 0x0
+int animator fragment_fade_enter 0x0
+int animator fragment_fade_exit 0x0
+int animator fragment_open_enter 0x0
+int animator fragment_open_exit 0x0
+int animator m3_btn_elevated_btn_state_list_anim 0x0
+int animator m3_btn_state_list_anim 0x0
+int animator m3_card_elevated_state_list_anim 0x0
+int animator m3_card_state_list_anim 0x0
+int animator m3_chip_state_list_anim 0x0
+int animator m3_elevated_chip_state_list_anim 0x0
+int animator m3_extended_fab_hide_motion_spec 0x0
+int animator m3_extended_fab_show_motion_spec 0x0
+int animator m3_extended_fab_state_list_animator 0x0
+int animator mtrl_btn_state_list_anim 0x0
+int animator mtrl_btn_unelevated_state_list_anim 0x0
+int animator mtrl_card_state_list_anim 0x0
+int animator mtrl_chip_state_list_anim 0x0
+int animator mtrl_extended_fab_change_size_collapse_motion_spec 0x0
+int animator mtrl_extended_fab_change_size_expand_motion_spec 0x0
+int animator mtrl_extended_fab_hide_motion_spec 0x0
+int animator mtrl_extended_fab_show_motion_spec 0x0
+int animator mtrl_extended_fab_state_list_animator 0x0
+int animator mtrl_fab_hide_motion_spec 0x0
+int animator mtrl_fab_show_motion_spec 0x0
+int animator mtrl_fab_transformation_sheet_collapse_spec 0x0
+int animator mtrl_fab_transformation_sheet_expand_spec 0x0
+int attr actionBarDivider 0x0
+int attr actionBarItemBackground 0x0
+int attr actionBarPopupTheme 0x0
+int attr actionBarSize 0x0
+int attr actionBarSplitStyle 0x0
+int attr actionBarStyle 0x0
+int attr actionBarTabBarStyle 0x0
+int attr actionBarTabStyle 0x0
+int attr actionBarTabTextStyle 0x0
+int attr actionBarTheme 0x0
+int attr actionBarWidgetTheme 0x0
+int attr actionButtonStyle 0x0
+int attr actionDropDownStyle 0x0
+int attr actionLayout 0x0
+int attr actionMenuTextAppearance 0x0
+int attr actionMenuTextColor 0x0
+int attr actionModeBackground 0x0
+int attr actionModeCloseButtonStyle 0x0
+int attr actionModeCloseContentDescription 0x0
+int attr actionModeCloseDrawable 0x0
+int attr actionModeCopyDrawable 0x0
+int attr actionModeCutDrawable 0x0
+int attr actionModeFindDrawable 0x0
+int attr actionModePasteDrawable 0x0
+int attr actionModePopupWindowStyle 0x0
+int attr actionModeSelectAllDrawable 0x0
+int attr actionModeShareDrawable 0x0
+int attr actionModeSplitBackground 0x0
+int attr actionModeStyle 0x0
+int attr actionModeTheme 0x0
+int attr actionModeWebSearchDrawable 0x0
+int attr actionOverflowButtonStyle 0x0
+int attr actionOverflowMenuStyle 0x0
+int attr actionProviderClass 0x0
+int attr actionTextColorAlpha 0x0
+int attr actionViewClass 0x0
+int attr activityChooserViewStyle 0x0
+int attr alertDialogButtonGroupStyle 0x0
+int attr alertDialogCenterButtons 0x0
+int attr alertDialogStyle 0x0
+int attr alertDialogTheme 0x0
+int attr allowStacking 0x0
+int attr alpha 0x0
+int attr alphabeticModifiers 0x0
+int attr altSrc 0x0
+int attr animate_relativeTo 0x0
+int attr animationMode 0x0
+int attr appBarLayoutStyle 0x0
+int attr applyMotionScene 0x0
+int attr arcMode 0x0
+int attr arrowHeadLength 0x0
+int attr arrowShaftLength 0x0
+int attr attributeName 0x0
+int attr autoCompleteTextViewStyle 0x0
+int attr autoSizeMaxTextSize 0x0
+int attr autoSizeMinTextSize 0x0
+int attr autoSizePresetSizes 0x0
+int attr autoSizeStepGranularity 0x0
+int attr autoSizeTextType 0x0
+int attr autoTransition 0x0
+int attr background 0x0
+int attr backgroundColor 0x0
+int attr backgroundInsetBottom 0x0
+int attr backgroundInsetEnd 0x0
+int attr backgroundInsetStart 0x0
+int attr backgroundInsetTop 0x0
+int attr backgroundOverlayColorAlpha 0x0
+int attr backgroundSplit 0x0
+int attr backgroundStacked 0x0
+int attr backgroundTint 0x0
+int attr backgroundTintMode 0x0
+int attr badgeGravity 0x0
+int attr badgeRadius 0x0
+int attr badgeStyle 0x0
+int attr badgeTextColor 0x0
+int attr badgeWidePadding 0x0
+int attr badgeWithTextRadius 0x0
+int attr barLength 0x0
+int attr barrierAllowsGoneWidgets 0x0
+int attr barrierDirection 0x0
+int attr barrierMargin 0x0
+int attr behavior_autoHide 0x0
+int attr behavior_autoShrink 0x0
+int attr behavior_draggable 0x0
+int attr behavior_expandedOffset 0x0
+int attr behavior_fitToContents 0x0
+int attr behavior_halfExpandedRatio 0x0
+int attr behavior_hideable 0x0
+int attr behavior_overlapTop 0x0
+int attr behavior_peekHeight 0x0
+int attr behavior_saveFlags 0x0
+int attr behavior_skipCollapsed 0x0
+int attr borderWidth 0x0
+int attr borderlessButtonStyle 0x0
+int attr bottomAppBarStyle 0x0
+int attr bottomInsetScrimEnabled 0x0
+int attr bottomNavigationStyle 0x0
+int attr bottomSheetDialogTheme 0x0
+int attr bottomSheetDragHandleStyle 0x0
+int attr bottomSheetStyle 0x0
+int attr boxBackgroundColor 0x0
+int attr boxBackgroundMode 0x0
+int attr boxCollapsedPaddingTop 0x0
+int attr boxCornerRadiusBottomEnd 0x0
+int attr boxCornerRadiusBottomStart 0x0
+int attr boxCornerRadiusTopEnd 0x0
+int attr boxCornerRadiusTopStart 0x0
+int attr boxStrokeColor 0x0
+int attr boxStrokeErrorColor 0x0
+int attr boxStrokeWidth 0x0
+int attr boxStrokeWidthFocused 0x0
+int attr brightness 0x0
+int attr buttonBarButtonStyle 0x0
+int attr buttonBarNegativeButtonStyle 0x0
+int attr buttonBarNeutralButtonStyle 0x0
+int attr buttonBarPositiveButtonStyle 0x0
+int attr buttonBarStyle 0x0
+int attr buttonCompat 0x0
+int attr buttonGravity 0x0
+int attr buttonIcon 0x0
+int attr buttonIconDimen 0x0
+int attr buttonIconTint 0x0
+int attr buttonIconTintMode 0x0
+int attr buttonPanelSideLayout 0x0
+int attr buttonStyle 0x0
+int attr buttonStyleSmall 0x0
+int attr buttonTint 0x0
+int attr buttonTintMode 0x0
+int attr cardBackgroundColor 0x0
+int attr cardCornerRadius 0x0
+int attr cardElevation 0x0
+int attr cardForegroundColor 0x0
+int attr cardMaxElevation 0x0
+int attr cardPreventCornerOverlap 0x0
+int attr cardUseCompatPadding 0x0
+int attr cardViewStyle 0x0
+int attr centerIfNoTextEnabled 0x0
+int attr chainUseRtl 0x0
+int attr checkMarkCompat 0x0
+int attr checkMarkTint 0x0
+int attr checkMarkTintMode 0x0
+int attr checkboxStyle 0x0
+int attr checkedButton 0x0
+int attr checkedChip 0x0
+int attr checkedIcon 0x0
+int attr checkedIconEnabled 0x0
+int attr checkedIconGravity 0x0
+int attr checkedIconMargin 0x0
+int attr checkedIconSize 0x0
+int attr checkedIconTint 0x0
+int attr checkedIconVisible 0x0
+int attr checkedState 0x0
+int attr checkedTextViewStyle 0x0
+int attr chipBackgroundColor 0x0
+int attr chipCornerRadius 0x0
+int attr chipEndPadding 0x0
+int attr chipGroupStyle 0x0
+int attr chipIcon 0x0
+int attr chipIconEnabled 0x0
+int attr chipIconSize 0x0
+int attr chipIconTint 0x0
+int attr chipIconVisible 0x0
+int attr chipMinHeight 0x0
+int attr chipMinTouchTargetSize 0x0
+int attr chipSpacing 0x0
+int attr chipSpacingHorizontal 0x0
+int attr chipSpacingVertical 0x0
+int attr chipStandaloneStyle 0x0
+int attr chipStartPadding 0x0
+int attr chipStrokeColor 0x0
+int attr chipStrokeWidth 0x0
+int attr chipStyle 0x0
+int attr chipSurfaceColor 0x0
+int attr circleRadius 0x0
+int attr circularProgressIndicatorStyle 0x0
+int attr clickAction 0x0
+int attr clockFaceBackgroundColor 0x0
+int attr clockHandColor 0x0
+int attr clockIcon 0x0
+int attr clockNumberTextColor 0x0
+int attr closeIcon 0x0
+int attr closeIconEnabled 0x0
+int attr closeIconEndPadding 0x0
+int attr closeIconSize 0x0
+int attr closeIconStartPadding 0x0
+int attr closeIconTint 0x0
+int attr closeIconVisible 0x0
+int attr closeItemLayout 0x0
+int attr collapseContentDescription 0x0
+int attr collapseIcon 0x0
+int attr collapsedSize 0x0
+int attr collapsedTitleGravity 0x0
+int attr collapsedTitleTextAppearance 0x0
+int attr collapsedTitleTextColor 0x0
+int attr collapsingToolbarLayoutLargeSize 0x0
+int attr collapsingToolbarLayoutLargeStyle 0x0
+int attr collapsingToolbarLayoutMediumSize 0x0
+int attr collapsingToolbarLayoutMediumStyle 0x0
+int attr collapsingToolbarLayoutStyle 0x0
+int attr color 0x0
+int attr colorAccent 0x0
+int attr colorBackgroundFloating 0x0
+int attr colorButtonNormal 0x0
+int attr colorContainer 0x0
+int attr colorControlActivated 0x0
+int attr colorControlHighlight 0x0
+int attr colorControlNormal 0x0
+int attr colorError 0x0
+int attr colorErrorContainer 0x0
+int attr colorOnBackground 0x0
+int attr colorOnContainer 0x0
+int attr colorOnContainerUnchecked 0x0
+int attr colorOnError 0x0
+int attr colorOnErrorContainer 0x0
+int attr colorOnPrimary 0x0
+int attr colorOnPrimaryContainer 0x0
+int attr colorOnPrimarySurface 0x0
+int attr colorOnSecondary 0x0
+int attr colorOnSecondaryContainer 0x0
+int attr colorOnSurface 0x0
+int attr colorOnSurfaceInverse 0x0
+int attr colorOnSurfaceVariant 0x0
+int attr colorOnTertiary 0x0
+int attr colorOnTertiaryContainer 0x0
+int attr colorOutline 0x0
+int attr colorPrimary 0x0
+int attr colorPrimaryContainer 0x0
+int attr colorPrimaryDark 0x0
+int attr colorPrimaryInverse 0x0
+int attr colorPrimarySurface 0x0
+int attr colorPrimaryVariant 0x0
+int attr colorSecondary 0x0
+int attr colorSecondaryContainer 0x0
+int attr colorSecondaryVariant 0x0
+int attr colorSurface 0x0
+int attr colorSurfaceInverse 0x0
+int attr colorSurfaceVariant 0x0
+int attr colorSwitchThumbNormal 0x0
+int attr colorTertiary 0x0
+int attr colorTertiaryContainer 0x0
+int attr commitIcon 0x0
+int attr constraintSet 0x0
+int attr constraintSetEnd 0x0
+int attr constraintSetStart 0x0
+int attr constraint_referenced_ids 0x0
+int attr constraints 0x0
+int attr content 0x0
+int attr contentDescription 0x0
+int attr contentInsetEnd 0x0
+int attr contentInsetEndWithActions 0x0
+int attr contentInsetLeft 0x0
+int attr contentInsetRight 0x0
+int attr contentInsetStart 0x0
+int attr contentInsetStartWithNavigation 0x0
+int attr contentPadding 0x0
+int attr contentPaddingBottom 0x0
+int attr contentPaddingEnd 0x0
+int attr contentPaddingLeft 0x0
+int attr contentPaddingRight 0x0
+int attr contentPaddingStart 0x0
+int attr contentPaddingTop 0x0
+int attr contentScrim 0x0
+int attr contrast 0x0
+int attr controlBackground 0x0
+int attr coordinatorLayoutStyle 0x0
+int attr cornerFamily 0x0
+int attr cornerFamilyBottomLeft 0x0
+int attr cornerFamilyBottomRight 0x0
+int attr cornerFamilyTopLeft 0x0
+int attr cornerFamilyTopRight 0x0
+int attr cornerRadius 0x0
+int attr cornerSize 0x0
+int attr cornerSizeBottomLeft 0x0
+int attr cornerSizeBottomRight 0x0
+int attr cornerSizeTopLeft 0x0
+int attr cornerSizeTopRight 0x0
+int attr counterEnabled 0x0
+int attr counterMaxLength 0x0
+int attr counterOverflowTextAppearance 0x0
+int attr counterOverflowTextColor 0x0
+int attr counterTextAppearance 0x0
+int attr counterTextColor 0x0
+int attr crossfade 0x0
+int attr currentState 0x0
+int attr curveFit 0x0
+int attr customBoolean 0x0
+int attr customColorDrawableValue 0x0
+int attr customColorValue 0x0
+int attr customDimension 0x0
+int attr customFloatValue 0x0
+int attr customIntegerValue 0x0
+int attr customNavigationLayout 0x0
+int attr customPixelDimension 0x0
+int attr customStringValue 0x0
+int attr dayInvalidStyle 0x0
+int attr daySelectedStyle 0x0
+int attr dayStyle 0x0
+int attr dayTodayStyle 0x0
+int attr defaultDuration 0x0
+int attr defaultQueryHint 0x0
+int attr defaultState 0x0
+int attr deltaPolarAngle 0x0
+int attr deltaPolarRadius 0x0
+int attr deriveConstraintsFrom 0x0
+int attr dialogCornerRadius 0x0
+int attr dialogPreferredPadding 0x0
+int attr dialogTheme 0x0
+int attr displayOptions 0x0
+int attr divider 0x0
+int attr dividerColor 0x0
+int attr dividerHorizontal 0x0
+int attr dividerInsetEnd 0x0
+int attr dividerInsetStart 0x0
+int attr dividerPadding 0x0
+int attr dividerThickness 0x0
+int attr dividerVertical 0x0
+int attr dragDirection 0x0
+int attr dragScale 0x0
+int attr dragThreshold 0x0
+int attr drawPath 0x0
+int attr drawableBottomCompat 0x0
+int attr drawableEndCompat 0x0
+int attr drawableLeftCompat 0x0
+int attr drawableRightCompat 0x0
+int attr drawableSize 0x0
+int attr drawableStartCompat 0x0
+int attr drawableTint 0x0
+int attr drawableTintMode 0x0
+int attr drawableTopCompat 0x0
+int attr drawerArrowStyle 0x0
+int attr drawerLayoutCornerSize 0x0
+int attr drawerLayoutStyle 0x0
+int attr dropDownListViewStyle 0x0
+int attr dropdownListPreferredItemHeight 0x0
+int attr duration 0x0
+int attr dynamicColorThemeOverlay 0x0
+int attr editTextBackground 0x0
+int attr editTextColor 0x0
+int attr editTextStyle 0x0
+int attr elevation 0x0
+int attr elevationOverlayAccentColor 0x0
+int attr elevationOverlayColor 0x0
+int attr elevationOverlayEnabled 0x0
+int attr emojiCompatEnabled 0x0
+int attr enableEdgeToEdge 0x0
+int attr endIconCheckable 0x0
+int attr endIconContentDescription 0x0
+int attr endIconDrawable 0x0
+int attr endIconMode 0x0
+int attr endIconTint 0x0
+int attr endIconTintMode 0x0
+int attr enforceMaterialTheme 0x0
+int attr enforceTextAppearance 0x0
+int attr ensureMinTouchTargetSize 0x0
+int attr errorAccessibilityLabel 0x0
+int attr errorContentDescription 0x0
+int attr errorEnabled 0x0
+int attr errorIconDrawable 0x0
+int attr errorIconTint 0x0
+int attr errorIconTintMode 0x0
+int attr errorShown 0x0
+int attr errorTextAppearance 0x0
+int attr errorTextColor 0x0
+int attr expandActivityOverflowButtonDrawable 0x0
+int attr expanded 0x0
+int attr expandedHintEnabled 0x0
+int attr expandedTitleGravity 0x0
+int attr expandedTitleMargin 0x0
+int attr expandedTitleMarginBottom 0x0
+int attr expandedTitleMarginEnd 0x0
+int attr expandedTitleMarginStart 0x0
+int attr expandedTitleMarginTop 0x0
+int attr expandedTitleTextAppearance 0x0
+int attr expandedTitleTextColor 0x0
+int attr extendMotionSpec 0x0
+int attr extendedFloatingActionButtonPrimaryStyle 0x0
+int attr extendedFloatingActionButtonSecondaryStyle 0x0
+int attr extendedFloatingActionButtonStyle 0x0
+int attr extendedFloatingActionButtonSurfaceStyle 0x0
+int attr extendedFloatingActionButtonTertiaryStyle 0x0
+int attr extraMultilineHeightEnabled 0x0
+int attr fabAlignmentMode 0x0
+int attr fabAlignmentModeEndMargin 0x0
+int attr fabAnchorMode 0x0
+int attr fabAnimationMode 0x0
+int attr fabCradleMargin 0x0
+int attr fabCradleRoundedCornerRadius 0x0
+int attr fabCradleVerticalOffset 0x0
+int attr fabCustomSize 0x0
+int attr fabSize 0x0
+int attr fastScrollEnabled 0x0
+int attr fastScrollHorizontalThumbDrawable 0x0
+int attr fastScrollHorizontalTrackDrawable 0x0
+int attr fastScrollVerticalThumbDrawable 0x0
+int attr fastScrollVerticalTrackDrawable 0x0
+int attr firstBaselineToTopHeight 0x0
+int attr floatingActionButtonLargePrimaryStyle 0x0
+int attr floatingActionButtonLargeSecondaryStyle 0x0
+int attr floatingActionButtonLargeStyle 0x0
+int attr floatingActionButtonLargeSurfaceStyle 0x0
+int attr floatingActionButtonLargeTertiaryStyle 0x0
+int attr floatingActionButtonPrimaryStyle 0x0
+int attr floatingActionButtonSecondaryStyle 0x0
+int attr floatingActionButtonSmallPrimaryStyle 0x0
+int attr floatingActionButtonSmallSecondaryStyle 0x0
+int attr floatingActionButtonSmallStyle 0x0
+int attr floatingActionButtonSmallSurfaceStyle 0x0
+int attr floatingActionButtonSmallTertiaryStyle 0x0
+int attr floatingActionButtonStyle 0x0
+int attr floatingActionButtonSurfaceStyle 0x0
+int attr floatingActionButtonTertiaryStyle 0x0
+int attr flow_firstHorizontalBias 0x0
+int attr flow_firstHorizontalStyle 0x0
+int attr flow_firstVerticalBias 0x0
+int attr flow_firstVerticalStyle 0x0
+int attr flow_horizontalAlign 0x0
+int attr flow_horizontalBias 0x0
+int attr flow_horizontalGap 0x0
+int attr flow_horizontalStyle 0x0
+int attr flow_lastHorizontalBias 0x0
+int attr flow_lastHorizontalStyle 0x0
+int attr flow_lastVerticalBias 0x0
+int attr flow_lastVerticalStyle 0x0
+int attr flow_maxElementsWrap 0x0
+int attr flow_padding 0x0
+int attr flow_verticalAlign 0x0
+int attr flow_verticalBias 0x0
+int attr flow_verticalGap 0x0
+int attr flow_verticalStyle 0x0
+int attr flow_wrapMode 0x0
+int attr font 0x0
+int attr fontFamily 0x0
+int attr fontProviderAuthority 0x0
+int attr fontProviderCerts 0x0
+int attr fontProviderFetchStrategy 0x0
+int attr fontProviderFetchTimeout 0x0
+int attr fontProviderPackage 0x0
+int attr fontProviderQuery 0x0
+int attr fontProviderSystemFontFamily 0x0
+int attr fontStyle 0x0
+int attr fontVariationSettings 0x0
+int attr fontWeight 0x0
+int attr forceApplySystemWindowInsetTop 0x0
+int attr foregroundInsidePadding 0x0
+int attr framePosition 0x0
+int attr gapBetweenBars 0x0
+int attr gestureInsetBottomIgnored 0x0
+int attr goIcon 0x0
+int attr haloColor 0x0
+int attr haloRadius 0x0
+int attr headerLayout 0x0
+int attr height 0x0
+int attr helperText 0x0
+int attr helperTextEnabled 0x0
+int attr helperTextTextAppearance 0x0
+int attr helperTextTextColor 0x0
+int attr hideAnimationBehavior 0x0
+int attr hideMotionSpec 0x0
+int attr hideOnContentScroll 0x0
+int attr hideOnScroll 0x0
+int attr hintAnimationEnabled 0x0
+int attr hintEnabled 0x0
+int attr hintTextAppearance 0x0
+int attr hintTextColor 0x0
+int attr homeAsUpIndicator 0x0
+int attr homeLayout 0x0
+int attr horizontalOffset 0x0
+int attr horizontalOffsetWithText 0x0
+int attr hoveredFocusedTranslationZ 0x0
+int attr icon 0x0
+int attr iconEndPadding 0x0
+int attr iconGravity 0x0
+int attr iconPadding 0x0
+int attr iconSize 0x0
+int attr iconStartPadding 0x0
+int attr iconTint 0x0
+int attr iconTintMode 0x0
+int attr iconifiedByDefault 0x0
+int attr imageButtonStyle 0x0
+int attr indeterminateAnimationType 0x0
+int attr indeterminateProgressStyle 0x0
+int attr indicatorColor 0x0
+int attr indicatorDirectionCircular 0x0
+int attr indicatorDirectionLinear 0x0
+int attr indicatorInset 0x0
+int attr indicatorSize 0x0
+int attr initialActivityCount 0x0
+int attr insetForeground 0x0
+int attr isLightTheme 0x0
+int attr isMaterial3DynamicColorApplied 0x0
+int attr isMaterial3Theme 0x0
+int attr isMaterialTheme 0x0
+int attr itemActiveIndicatorStyle 0x0
+int attr itemBackground 0x0
+int attr itemFillColor 0x0
+int attr itemHorizontalPadding 0x0
+int attr itemHorizontalTranslationEnabled 0x0
+int attr itemIconPadding 0x0
+int attr itemIconSize 0x0
+int attr itemIconTint 0x0
+int attr itemMaxLines 0x0
+int attr itemMinHeight 0x0
+int attr itemPadding 0x0
+int attr itemPaddingBottom 0x0
+int attr itemPaddingTop 0x0
+int attr itemRippleColor 0x0
+int attr itemShapeAppearance 0x0
+int attr itemShapeAppearanceOverlay 0x0
+int attr itemShapeFillColor 0x0
+int attr itemShapeInsetBottom 0x0
+int attr itemShapeInsetEnd 0x0
+int attr itemShapeInsetStart 0x0
+int attr itemShapeInsetTop 0x0
+int attr itemSpacing 0x0
+int attr itemStrokeColor 0x0
+int attr itemStrokeWidth 0x0
+int attr itemTextAppearance 0x0
+int attr itemTextAppearanceActive 0x0
+int attr itemTextAppearanceInactive 0x0
+int attr itemTextColor 0x0
+int attr itemVerticalPadding 0x0
+int attr keyPositionType 0x0
+int attr keyboardIcon 0x0
+int attr keylines 0x0
+int attr lStar 0x0
+int attr labelBehavior 0x0
+int attr labelStyle 0x0
+int attr labelVisibilityMode 0x0
+int attr lastBaselineToBottomHeight 0x0
+int attr lastItemDecorated 0x0
+int attr layout 0x0
+int attr layoutDescription 0x0
+int attr layoutDuringTransition 0x0
+int attr layoutManager 0x0
+int attr layout_anchor 0x0
+int attr layout_anchorGravity 0x0
+int attr layout_behavior 0x0
+int attr layout_collapseMode 0x0
+int attr layout_collapseParallaxMultiplier 0x0
+int attr layout_constrainedHeight 0x0
+int attr layout_constrainedWidth 0x0
+int attr layout_constraintBaseline_creator 0x0
+int attr layout_constraintBaseline_toBaselineOf 0x0
+int attr layout_constraintBottom_creator 0x0
+int attr layout_constraintBottom_toBottomOf 0x0
+int attr layout_constraintBottom_toTopOf 0x0
+int attr layout_constraintCircle 0x0
+int attr layout_constraintCircleAngle 0x0
+int attr layout_constraintCircleRadius 0x0
+int attr layout_constraintDimensionRatio 0x0
+int attr layout_constraintEnd_toEndOf 0x0
+int attr layout_constraintEnd_toStartOf 0x0
+int attr layout_constraintGuide_begin 0x0
+int attr layout_constraintGuide_end 0x0
+int attr layout_constraintGuide_percent 0x0
+int attr layout_constraintHeight_default 0x0
+int attr layout_constraintHeight_max 0x0
+int attr layout_constraintHeight_min 0x0
+int attr layout_constraintHeight_percent 0x0
+int attr layout_constraintHorizontal_bias 0x0
+int attr layout_constraintHorizontal_chainStyle 0x0
+int attr layout_constraintHorizontal_weight 0x0
+int attr layout_constraintLeft_creator 0x0
+int attr layout_constraintLeft_toLeftOf 0x0
+int attr layout_constraintLeft_toRightOf 0x0
+int attr layout_constraintRight_creator 0x0
+int attr layout_constraintRight_toLeftOf 0x0
+int attr layout_constraintRight_toRightOf 0x0
+int attr layout_constraintStart_toEndOf 0x0
+int attr layout_constraintStart_toStartOf 0x0
+int attr layout_constraintTag 0x0
+int attr layout_constraintTop_creator 0x0
+int attr layout_constraintTop_toBottomOf 0x0
+int attr layout_constraintTop_toTopOf 0x0
+int attr layout_constraintVertical_bias 0x0
+int attr layout_constraintVertical_chainStyle 0x0
+int attr layout_constraintVertical_weight 0x0
+int attr layout_constraintWidth_default 0x0
+int attr layout_constraintWidth_max 0x0
+int attr layout_constraintWidth_min 0x0
+int attr layout_constraintWidth_percent 0x0
+int attr layout_dodgeInsetEdges 0x0
+int attr layout_editor_absoluteX 0x0
+int attr layout_editor_absoluteY 0x0
+int attr layout_goneMarginBottom 0x0
+int attr layout_goneMarginEnd 0x0
+int attr layout_goneMarginLeft 0x0
+int attr layout_goneMarginRight 0x0
+int attr layout_goneMarginStart 0x0
+int attr layout_goneMarginTop 0x0
+int attr layout_insetEdge 0x0
+int attr layout_keyline 0x0
+int attr layout_optimizationLevel 0x0
+int attr layout_scrollEffect 0x0
+int attr layout_scrollFlags 0x0
+int attr layout_scrollInterpolator 0x0
+int attr liftOnScroll 0x0
+int attr liftOnScrollTargetViewId 0x0
+int attr limitBoundsTo 0x0
+int attr lineHeight 0x0
+int attr lineSpacing 0x0
+int attr linearProgressIndicatorStyle 0x0
+int attr listChoiceBackgroundIndicator 0x0
+int attr listChoiceIndicatorMultipleAnimated 0x0
+int attr listChoiceIndicatorSingleAnimated 0x0
+int attr listDividerAlertDialog 0x0
+int attr listItemLayout 0x0
+int attr listLayout 0x0
+int attr listMenuViewStyle 0x0
+int attr listPopupWindowStyle 0x0
+int attr listPreferredItemHeight 0x0
+int attr listPreferredItemHeightLarge 0x0
+int attr listPreferredItemHeightSmall 0x0
+int attr listPreferredItemPaddingEnd 0x0
+int attr listPreferredItemPaddingLeft 0x0
+int attr listPreferredItemPaddingRight 0x0
+int attr listPreferredItemPaddingStart 0x0
+int attr logo 0x0
+int attr logoAdjustViewBounds 0x0
+int attr logoDescription 0x0
+int attr logoScaleType 0x0
+int attr marginHorizontal 0x0
+int attr marginLeftSystemWindowInsets 0x0
+int attr marginRightSystemWindowInsets 0x0
+int attr marginTopSystemWindowInsets 0x0
+int attr materialAlertDialogBodyTextStyle 0x0
+int attr materialAlertDialogButtonSpacerVisibility 0x0
+int attr materialAlertDialogTheme 0x0
+int attr materialAlertDialogTitleIconStyle 0x0
+int attr materialAlertDialogTitlePanelStyle 0x0
+int attr materialAlertDialogTitleTextStyle 0x0
+int attr materialButtonOutlinedStyle 0x0
+int attr materialButtonStyle 0x0
+int attr materialButtonToggleGroupStyle 0x0
+int attr materialCalendarDay 0x0
+int attr materialCalendarDayOfWeekLabel 0x0
+int attr materialCalendarFullscreenTheme 0x0
+int attr materialCalendarHeaderCancelButton 0x0
+int attr materialCalendarHeaderConfirmButton 0x0
+int attr materialCalendarHeaderDivider 0x0
+int attr materialCalendarHeaderLayout 0x0
+int attr materialCalendarHeaderSelection 0x0
+int attr materialCalendarHeaderTitle 0x0
+int attr materialCalendarHeaderToggleButton 0x0
+int attr materialCalendarMonth 0x0
+int attr materialCalendarMonthNavigationButton 0x0
+int attr materialCalendarStyle 0x0
+int attr materialCalendarTheme 0x0
+int attr materialCalendarYearNavigationButton 0x0
+int attr materialCardViewElevatedStyle 0x0
+int attr materialCardViewFilledStyle 0x0
+int attr materialCardViewOutlinedStyle 0x0
+int attr materialCardViewStyle 0x0
+int attr materialCircleRadius 0x0
+int attr materialClockStyle 0x0
+int attr materialDisplayDividerStyle 0x0
+int attr materialDividerHeavyStyle 0x0
+int attr materialDividerStyle 0x0
+int attr materialIconButtonFilledStyle 0x0
+int attr materialIconButtonFilledTonalStyle 0x0
+int attr materialIconButtonOutlinedStyle 0x0
+int attr materialIconButtonStyle 0x0
+int attr materialSwitchStyle 0x0
+int attr materialThemeOverlay 0x0
+int attr materialTimePickerStyle 0x0
+int attr materialTimePickerTheme 0x0
+int attr materialTimePickerTitleStyle 0x0
+int attr maxAcceleration 0x0
+int attr maxActionInlineWidth 0x0
+int attr maxButtonHeight 0x0
+int attr maxCharacterCount 0x0
+int attr maxHeight 0x0
+int attr maxImageSize 0x0
+int attr maxLines 0x0
+int attr maxVelocity 0x0
+int attr maxWidth 0x0
+int attr measureWithLargestChild 0x0
+int attr menu 0x0
+int attr menuAlignmentMode 0x0
+int attr menuGravity 0x0
+int attr minHeight 0x0
+int attr minHideDelay 0x0
+int attr minSeparation 0x0
+int attr minTouchTargetSize 0x0
+int attr minWidth 0x0
+int attr mock_diagonalsColor 0x0
+int attr mock_label 0x0
+int attr mock_labelBackgroundColor 0x0
+int attr mock_labelColor 0x0
+int attr mock_showDiagonals 0x0
+int attr mock_showLabel 0x0
+int attr motionDebug 0x0
+int attr motionDurationExtraLong1 0x0
+int attr motionDurationExtraLong2 0x0
+int attr motionDurationExtraLong3 0x0
+int attr motionDurationExtraLong4 0x0
+int attr motionDurationLong1 0x0
+int attr motionDurationLong2 0x0
+int attr motionDurationLong3 0x0
+int attr motionDurationLong4 0x0
+int attr motionDurationMedium1 0x0
+int attr motionDurationMedium2 0x0
+int attr motionDurationMedium3 0x0
+int attr motionDurationMedium4 0x0
+int attr motionDurationShort1 0x0
+int attr motionDurationShort2 0x0
+int attr motionDurationShort3 0x0
+int attr motionDurationShort4 0x0
+int attr motionEasingAccelerated 0x0
+int attr motionEasingDecelerated 0x0
+int attr motionEasingEmphasized 0x0
+int attr motionEasingEmphasizedAccelerateInterpolator 0x0
+int attr motionEasingEmphasizedDecelerateInterpolator 0x0
+int attr motionEasingEmphasizedInterpolator 0x0
+int attr motionEasingLinear 0x0
+int attr motionEasingLinearInterpolator 0x0
+int attr motionEasingStandard 0x0
+int attr motionEasingStandardAccelerateInterpolator 0x0
+int attr motionEasingStandardDecelerateInterpolator 0x0
+int attr motionEasingStandardInterpolator 0x0
+int attr motionInterpolator 0x0
+int attr motionPath 0x0
+int attr motionPathRotate 0x0
+int attr motionProgress 0x0
+int attr motionStagger 0x0
+int attr motionTarget 0x0
+int attr motion_postLayoutCollision 0x0
+int attr motion_triggerOnCollision 0x0
+int attr moveWhenScrollAtTop 0x0
+int attr multiChoiceItemLayout 0x0
+int attr navigationContentDescription 0x0
+int attr navigationIcon 0x0
+int attr navigationIconTint 0x0
+int attr navigationMode 0x0
+int attr navigationRailStyle 0x0
+int attr navigationViewStyle 0x0
+int attr nestedScrollFlags 0x0
+int attr nestedScrollViewStyle 0x0
+int attr nestedScrollable 0x0
+int attr number 0x0
+int attr numericModifiers 0x0
+int attr onCross 0x0
+int attr onHide 0x0
+int attr onNegativeCross 0x0
+int attr onPositiveCross 0x0
+int attr onShow 0x0
+int attr onTouchUp 0x0
+int attr overlapAnchor 0x0
+int attr overlay 0x0
+int attr paddingBottomNoButtons 0x0
+int attr paddingBottomSystemWindowInsets 0x0
+int attr paddingEnd 0x0
+int attr paddingLeftSystemWindowInsets 0x0
+int attr paddingRightSystemWindowInsets 0x0
+int attr paddingStart 0x0
+int attr paddingTopNoTitle 0x0
+int attr paddingTopSystemWindowInsets 0x0
+int attr panelBackground 0x0
+int attr panelMenuListTheme 0x0
+int attr panelMenuListWidth 0x0
+int attr passwordToggleContentDescription 0x0
+int attr passwordToggleDrawable 0x0
+int attr passwordToggleEnabled 0x0
+int attr passwordToggleTint 0x0
+int attr passwordToggleTintMode 0x0
+int attr pathMotionArc 0x0
+int attr path_percent 0x0
+int attr percentHeight 0x0
+int attr percentWidth 0x0
+int attr percentX 0x0
+int attr percentY 0x0
+int attr perpendicularPath_percent 0x0
+int attr pivotAnchor 0x0
+int attr placeholderText 0x0
+int attr placeholderTextAppearance 0x0
+int attr placeholderTextColor 0x0
+int attr placeholder_emptyVisibility 0x0
+int attr popupMenuBackground 0x0
+int attr popupMenuStyle 0x0
+int attr popupTheme 0x0
+int attr popupWindowStyle 0x0
+int attr prefixText 0x0
+int attr prefixTextAppearance 0x0
+int attr prefixTextColor 0x0
+int attr preserveIconSpacing 0x0
+int attr pressedTranslationZ 0x0
+int attr progressBarPadding 0x0
+int attr progressBarStyle 0x0
+int attr queryBackground 0x0
+int attr queryHint 0x0
+int attr queryPatterns 0x0
+int attr radioButtonStyle 0x0
+int attr rangeFillColor 0x0
+int attr ratingBarStyle 0x0
+int attr ratingBarStyleIndicator 0x0
+int attr ratingBarStyleSmall 0x0
+int attr recyclerViewStyle 0x0
+int attr region_heightLessThan 0x0
+int attr region_heightMoreThan 0x0
+int attr region_widthLessThan 0x0
+int attr region_widthMoreThan 0x0
+int attr removeEmbeddedFabElevation 0x0
+int attr reverseLayout 0x0
+int attr rippleColor 0x0
+int attr round 0x0
+int attr roundPercent 0x0
+int attr saturation 0x0
+int attr scrimAnimationDuration 0x0
+int attr scrimBackground 0x0
+int attr scrimVisibleHeightTrigger 0x0
+int attr searchHintIcon 0x0
+int attr searchIcon 0x0
+int attr searchViewStyle 0x0
+int attr seekBarStyle 0x0
+int attr selectableItemBackground 0x0
+int attr selectableItemBackgroundBorderless 0x0
+int attr selectionRequired 0x0
+int attr selectorSize 0x0
+int attr shapeAppearance 0x0
+int attr shapeAppearanceCornerExtraLarge 0x0
+int attr shapeAppearanceCornerExtraSmall 0x0
+int attr shapeAppearanceCornerLarge 0x0
+int attr shapeAppearanceCornerMedium 0x0
+int attr shapeAppearanceCornerSmall 0x0
+int attr shapeAppearanceLargeComponent 0x0
+int attr shapeAppearanceMediumComponent 0x0
+int attr shapeAppearanceOverlay 0x0
+int attr shapeAppearanceSmallComponent 0x0
+int attr shapeCornerFamily 0x0
+int attr shortcutMatchRequired 0x0
+int attr showAnimationBehavior 0x0
+int attr showAsAction 0x0
+int attr showDelay 0x0
+int attr showDividers 0x0
+int attr showMotionSpec 0x0
+int attr showPaths 0x0
+int attr showText 0x0
+int attr showTitle 0x0
+int attr shrinkMotionSpec 0x0
+int attr simpleItemLayout 0x0
+int attr simpleItemSelectedColor 0x0
+int attr simpleItemSelectedRippleColor 0x0
+int attr simpleItems 0x0
+int attr singleChoiceItemLayout 0x0
+int attr singleLine 0x0
+int attr singleSelection 0x0
+int attr sizePercent 0x0
+int attr sliderStyle 0x0
+int attr snackbarButtonStyle 0x0
+int attr snackbarStyle 0x0
+int attr snackbarTextViewStyle 0x0
+int attr spanCount 0x0
+int attr spinBars 0x0
+int attr spinnerDropDownItemStyle 0x0
+int attr spinnerStyle 0x0
+int attr splitTrack 0x0
+int attr srcCompat 0x0
+int attr stackFromEnd 0x0
+int attr staggered 0x0
+int attr startIconCheckable 0x0
+int attr startIconContentDescription 0x0
+int attr startIconDrawable 0x0
+int attr startIconTint 0x0
+int attr startIconTintMode 0x0
+int attr state_above_anchor 0x0
+int attr state_collapsed 0x0
+int attr state_collapsible 0x0
+int attr state_dragged 0x0
+int attr state_error 0x0
+int attr state_indeterminate 0x0
+int attr state_liftable 0x0
+int attr state_lifted 0x0
+int attr state_with_icon 0x0
+int attr statusBarBackground 0x0
+int attr statusBarForeground 0x0
+int attr statusBarScrim 0x0
+int attr strokeColor 0x0
+int attr strokeWidth 0x0
+int attr subMenuArrow 0x0
+int attr subheaderColor 0x0
+int attr subheaderInsetEnd 0x0
+int attr subheaderInsetStart 0x0
+int attr subheaderTextAppearance 0x0
+int attr submitBackground 0x0
+int attr subtitle 0x0
+int attr subtitleCentered 0x0
+int attr subtitleTextAppearance 0x0
+int attr subtitleTextColor 0x0
+int attr subtitleTextStyle 0x0
+int attr suffixText 0x0
+int attr suffixTextAppearance 0x0
+int attr suffixTextColor 0x0
+int attr suggestionRowLayout 0x0
+int attr switchMinWidth 0x0
+int attr switchPadding 0x0
+int attr switchStyle 0x0
+int attr switchTextAppearance 0x0
+int attr tabBackground 0x0
+int attr tabContentStart 0x0
+int attr tabGravity 0x0
+int attr tabIconTint 0x0
+int attr tabIconTintMode 0x0
+int attr tabIndicator 0x0
+int attr tabIndicatorAnimationDuration 0x0
+int attr tabIndicatorAnimationMode 0x0
+int attr tabIndicatorColor 0x0
+int attr tabIndicatorFullWidth 0x0
+int attr tabIndicatorGravity 0x0
+int attr tabIndicatorHeight 0x0
+int attr tabInlineLabel 0x0
+int attr tabMaxWidth 0x0
+int attr tabMinWidth 0x0
+int attr tabMode 0x0
+int attr tabPadding 0x0
+int attr tabPaddingBottom 0x0
+int attr tabPaddingEnd 0x0
+int attr tabPaddingStart 0x0
+int attr tabPaddingTop 0x0
+int attr tabRippleColor 0x0
+int attr tabSecondaryStyle 0x0
+int attr tabSelectedTextColor 0x0
+int attr tabStyle 0x0
+int attr tabTextAppearance 0x0
+int attr tabTextColor 0x0
+int attr tabUnboundedRipple 0x0
+int attr targetId 0x0
+int attr telltales_tailColor 0x0
+int attr telltales_tailScale 0x0
+int attr telltales_velocityMode 0x0
+int attr textAllCaps 0x0
+int attr textAppearanceBody1 0x0
+int attr textAppearanceBody2 0x0
+int attr textAppearanceBodyLarge 0x0
+int attr textAppearanceBodyMedium 0x0
+int attr textAppearanceBodySmall 0x0
+int attr textAppearanceButton 0x0
+int attr textAppearanceCaption 0x0
+int attr textAppearanceDisplayLarge 0x0
+int attr textAppearanceDisplayMedium 0x0
+int attr textAppearanceDisplaySmall 0x0
+int attr textAppearanceHeadline1 0x0
+int attr textAppearanceHeadline2 0x0
+int attr textAppearanceHeadline3 0x0
+int attr textAppearanceHeadline4 0x0
+int attr textAppearanceHeadline5 0x0
+int attr textAppearanceHeadline6 0x0
+int attr textAppearanceHeadlineLarge 0x0
+int attr textAppearanceHeadlineMedium 0x0
+int attr textAppearanceHeadlineSmall 0x0
+int attr textAppearanceLabelLarge 0x0
+int attr textAppearanceLabelMedium 0x0
+int attr textAppearanceLabelSmall 0x0
+int attr textAppearanceLargePopupMenu 0x0
+int attr textAppearanceLineHeightEnabled 0x0
+int attr textAppearanceListItem 0x0
+int attr textAppearanceListItemSecondary 0x0
+int attr textAppearanceListItemSmall 0x0
+int attr textAppearanceOverline 0x0
+int attr textAppearancePopupMenuHeader 0x0
+int attr textAppearanceSearchResultSubtitle 0x0
+int attr textAppearanceSearchResultTitle 0x0
+int attr textAppearanceSmallPopupMenu 0x0
+int attr textAppearanceSubtitle1 0x0
+int attr textAppearanceSubtitle2 0x0
+int attr textAppearanceTitleLarge 0x0
+int attr textAppearanceTitleMedium 0x0
+int attr textAppearanceTitleSmall 0x0
+int attr textColorAlertDialogListItem 0x0
+int attr textColorSearchUrl 0x0
+int attr textEndPadding 0x0
+int attr textInputFilledDenseStyle 0x0
+int attr textInputFilledExposedDropdownMenuStyle 0x0
+int attr textInputFilledStyle 0x0
+int attr textInputLayoutFocusedRectEnabled 0x0
+int attr textInputOutlinedDenseStyle 0x0
+int attr textInputOutlinedExposedDropdownMenuStyle 0x0
+int attr textInputOutlinedStyle 0x0
+int attr textInputStyle 0x0
+int attr textLocale 0x0
+int attr textStartPadding 0x0
+int attr theme 0x0
+int attr thickness 0x0
+int attr thumbColor 0x0
+int attr thumbElevation 0x0
+int attr thumbIcon 0x0
+int attr thumbIconTint 0x0
+int attr thumbIconTintMode 0x0
+int attr thumbRadius 0x0
+int attr thumbStrokeColor 0x0
+int attr thumbStrokeWidth 0x0
+int attr thumbTextPadding 0x0
+int attr thumbTint 0x0
+int attr thumbTintMode 0x0
+int attr tickColor 0x0
+int attr tickColorActive 0x0
+int attr tickColorInactive 0x0
+int attr tickMark 0x0
+int attr tickMarkTint 0x0
+int attr tickMarkTintMode 0x0
+int attr tickVisible 0x0
+int attr tint 0x0
+int attr tintMode 0x0
+int attr title 0x0
+int attr titleCentered 0x0
+int attr titleCollapseMode 0x0
+int attr titleEnabled 0x0
+int attr titleMargin 0x0
+int attr titleMarginBottom 0x0
+int attr titleMarginEnd 0x0
+int attr titleMarginStart 0x0
+int attr titleMarginTop 0x0
+int attr titleMargins 0x0
+int attr titlePositionInterpolator 0x0
+int attr titleTextAppearance 0x0
+int attr titleTextColor 0x0
+int attr titleTextEllipsize 0x0
+int attr titleTextStyle 0x0
+int attr toggleCheckedStateOnClick 0x0
+int attr toolbarId 0x0
+int attr toolbarNavigationButtonStyle 0x0
+int attr toolbarStyle 0x0
+int attr toolbarSurfaceStyle 0x0
+int attr tooltipForegroundColor 0x0
+int attr tooltipFrameBackground 0x0
+int attr tooltipStyle 0x0
+int attr tooltipText 0x0
+int attr topInsetScrimEnabled 0x0
+int attr touchAnchorId 0x0
+int attr touchAnchorSide 0x0
+int attr touchRegionId 0x0
+int attr track 0x0
+int attr trackColor 0x0
+int attr trackColorActive 0x0
+int attr trackColorInactive 0x0
+int attr trackCornerRadius 0x0
+int attr trackDecoration 0x0
+int attr trackDecorationTint 0x0
+int attr trackDecorationTintMode 0x0
+int attr trackHeight 0x0
+int attr trackThickness 0x0
+int attr trackTint 0x0
+int attr trackTintMode 0x0
+int attr transitionDisable 0x0
+int attr transitionEasing 0x0
+int attr transitionFlags 0x0
+int attr transitionPathRotate 0x0
+int attr transitionShapeAppearance 0x0
+int attr triggerId 0x0
+int attr triggerReceiver 0x0
+int attr triggerSlack 0x0
+int attr ttcIndex 0x0
+int attr useCompatPadding 0x0
+int attr useMaterialThemeColors 0x0
+int attr values 0x0
+int attr verticalOffset 0x0
+int attr verticalOffsetWithText 0x0
+int attr viewInflaterClass 0x0
+int attr visibilityMode 0x0
+int attr voiceIcon 0x0
+int attr warmth 0x0
+int attr waveDecay 0x0
+int attr waveOffset 0x0
+int attr wavePeriod 0x0
+int attr waveShape 0x0
+int attr waveVariesBy 0x0
+int attr windowActionBar 0x0
+int attr windowActionBarOverlay 0x0
+int attr windowActionModeOverlay 0x0
+int attr windowFixedHeightMajor 0x0
+int attr windowFixedHeightMinor 0x0
+int attr windowFixedWidthMajor 0x0
+int attr windowFixedWidthMinor 0x0
+int attr windowMinWidthMajor 0x0
+int attr windowMinWidthMinor 0x0
+int attr windowNoTitle 0x0
+int attr yearSelectedStyle 0x0
+int attr yearStyle 0x0
+int attr yearTodayStyle 0x0
+int bool abc_action_bar_embed_tabs 0x0
+int bool abc_allow_stacked_button_bar 0x0
+int bool abc_config_actionMenuItemAllCaps 0x0
+int bool mtrl_btn_textappearance_all_caps 0x0
+int color abc_background_cache_hint_selector_material_dark 0x0
+int color abc_background_cache_hint_selector_material_light 0x0
+int color abc_btn_colored_borderless_text_material 0x0
+int color abc_btn_colored_text_material 0x0
+int color abc_color_highlight_material 0x0
+int color abc_decor_view_status_guard 0x0
+int color abc_decor_view_status_guard_light 0x0
+int color abc_hint_foreground_material_dark 0x0
+int color abc_hint_foreground_material_light 0x0
+int color abc_primary_text_disable_only_material_dark 0x0
+int color abc_primary_text_disable_only_material_light 0x0
+int color abc_primary_text_material_dark 0x0
+int color abc_primary_text_material_light 0x0
+int color abc_search_url_text 0x0
+int color abc_search_url_text_normal 0x0
+int color abc_search_url_text_pressed 0x0
+int color abc_search_url_text_selected 0x0
+int color abc_secondary_text_material_dark 0x0
+int color abc_secondary_text_material_light 0x0
+int color abc_tint_btn_checkable 0x0
+int color abc_tint_default 0x0
+int color abc_tint_edittext 0x0
+int color abc_tint_seek_thumb 0x0
+int color abc_tint_spinner 0x0
+int color abc_tint_switch_track 0x0
+int color accent_material_dark 0x0
+int color accent_material_light 0x0
+int color androidx_core_ripple_material_light 0x0
+int color androidx_core_secondary_text_default_material_light 0x0
+int color background_floating_material_dark 0x0
+int color background_floating_material_light 0x0
+int color background_material_dark 0x0
+int color background_material_light 0x0
+int color bright_foreground_disabled_material_dark 0x0
+int color bright_foreground_disabled_material_light 0x0
+int color bright_foreground_inverse_material_dark 0x0
+int color bright_foreground_inverse_material_light 0x0
+int color bright_foreground_material_dark 0x0
+int color bright_foreground_material_light 0x0
+int color button_material_dark 0x0
+int color button_material_light 0x0
+int color cardview_dark_background 0x0
+int color cardview_light_background 0x0
+int color cardview_shadow_end_color 0x0
+int color cardview_shadow_start_color 0x0
+int color design_bottom_navigation_shadow_color 0x0
+int color design_box_stroke_color 0x0
+int color design_dark_default_color_background 0x0
+int color design_dark_default_color_error 0x0
+int color design_dark_default_color_on_background 0x0
+int color design_dark_default_color_on_error 0x0
+int color design_dark_default_color_on_primary 0x0
+int color design_dark_default_color_on_secondary 0x0
+int color design_dark_default_color_on_surface 0x0
+int color design_dark_default_color_primary 0x0
+int color design_dark_default_color_primary_dark 0x0
+int color design_dark_default_color_primary_variant 0x0
+int color design_dark_default_color_secondary 0x0
+int color design_dark_default_color_secondary_variant 0x0
+int color design_dark_default_color_surface 0x0
+int color design_default_color_background 0x0
+int color design_default_color_error 0x0
+int color design_default_color_on_background 0x0
+int color design_default_color_on_error 0x0
+int color design_default_color_on_primary 0x0
+int color design_default_color_on_secondary 0x0
+int color design_default_color_on_surface 0x0
+int color design_default_color_primary 0x0
+int color design_default_color_primary_dark 0x0
+int color design_default_color_primary_variant 0x0
+int color design_default_color_secondary 0x0
+int color design_default_color_secondary_variant 0x0
+int color design_default_color_surface 0x0
+int color design_error 0x0
+int color design_fab_shadow_end_color 0x0
+int color design_fab_shadow_mid_color 0x0
+int color design_fab_shadow_start_color 0x0
+int color design_fab_stroke_end_inner_color 0x0
+int color design_fab_stroke_end_outer_color 0x0
+int color design_fab_stroke_top_inner_color 0x0
+int color design_fab_stroke_top_outer_color 0x0
+int color design_icon_tint 0x0
+int color design_snackbar_background_color 0x0
+int color dim_foreground_disabled_material_dark 0x0
+int color dim_foreground_disabled_material_light 0x0
+int color dim_foreground_material_dark 0x0
+int color dim_foreground_material_light 0x0
+int color error_color_material_dark 0x0
+int color error_color_material_light 0x0
+int color foreground_material_dark 0x0
+int color foreground_material_light 0x0
+int color highlighted_text_material_dark 0x0
+int color highlighted_text_material_light 0x0
+int color m3_appbar_overlay_color 0x0
+int color m3_assist_chip_icon_tint_color 0x0
+int color m3_assist_chip_stroke_color 0x0
+int color m3_button_background_color_selector 0x0
+int color m3_button_foreground_color_selector 0x0
+int color m3_button_outline_color_selector 0x0
+int color m3_button_ripple_color 0x0
+int color m3_button_ripple_color_selector 0x0
+int color m3_calendar_item_disabled_text 0x0
+int color m3_calendar_item_stroke_color 0x0
+int color m3_card_foreground_color 0x0
+int color m3_card_ripple_color 0x0
+int color m3_card_stroke_color 0x0
+int color m3_checkbox_button_icon_tint 0x0
+int color m3_checkbox_button_tint 0x0
+int color m3_chip_assist_text_color 0x0
+int color m3_chip_background_color 0x0
+int color m3_chip_ripple_color 0x0
+int color m3_chip_stroke_color 0x0
+int color m3_chip_text_color 0x0
+int color m3_dark_default_color_primary_text 0x0
+int color m3_dark_default_color_secondary_text 0x0
+int color m3_dark_highlighted_text 0x0
+int color m3_dark_hint_foreground 0x0
+int color m3_dark_primary_text_disable_only 0x0
+int color m3_default_color_primary_text 0x0
+int color m3_default_color_secondary_text 0x0
+int color m3_dynamic_dark_default_color_primary_text 0x0
+int color m3_dynamic_dark_default_color_secondary_text 0x0
+int color m3_dynamic_dark_highlighted_text 0x0
+int color m3_dynamic_dark_hint_foreground 0x0
+int color m3_dynamic_dark_primary_text_disable_only 0x0
+int color m3_dynamic_default_color_primary_text 0x0
+int color m3_dynamic_default_color_secondary_text 0x0
+int color m3_dynamic_highlighted_text 0x0
+int color m3_dynamic_hint_foreground 0x0
+int color m3_dynamic_primary_text_disable_only 0x0
+int color m3_efab_ripple_color_selector 0x0
+int color m3_elevated_chip_background_color 0x0
+int color m3_fab_efab_background_color_selector 0x0
+int color m3_fab_efab_foreground_color_selector 0x0
+int color m3_fab_ripple_color_selector 0x0
+int color m3_filled_icon_button_container_color_selector 0x0
+int color m3_highlighted_text 0x0
+int color m3_hint_foreground 0x0
+int color m3_icon_button_icon_color_selector 0x0
+int color m3_navigation_bar_item_with_indicator_icon_tint 0x0
+int color m3_navigation_bar_item_with_indicator_label_tint 0x0
+int color m3_navigation_bar_ripple_color_selector 0x0
+int color m3_navigation_item_background_color 0x0
+int color m3_navigation_item_icon_tint 0x0
+int color m3_navigation_item_ripple_color 0x0
+int color m3_navigation_item_text_color 0x0
+int color m3_popupmenu_overlay_color 0x0
+int color m3_primary_text_disable_only 0x0
+int color m3_radiobutton_button_tint 0x0
+int color m3_radiobutton_ripple_tint 0x0
+int color m3_ref_palette_black 0x0
+int color m3_ref_palette_dynamic_neutral0 0x0
+int color m3_ref_palette_dynamic_neutral10 0x0
+int color m3_ref_palette_dynamic_neutral100 0x0
+int color m3_ref_palette_dynamic_neutral20 0x0
+int color m3_ref_palette_dynamic_neutral30 0x0
+int color m3_ref_palette_dynamic_neutral40 0x0
+int color m3_ref_palette_dynamic_neutral50 0x0
+int color m3_ref_palette_dynamic_neutral60 0x0
+int color m3_ref_palette_dynamic_neutral70 0x0
+int color m3_ref_palette_dynamic_neutral80 0x0
+int color m3_ref_palette_dynamic_neutral90 0x0
+int color m3_ref_palette_dynamic_neutral95 0x0
+int color m3_ref_palette_dynamic_neutral99 0x0
+int color m3_ref_palette_dynamic_neutral_variant0 0x0
+int color m3_ref_palette_dynamic_neutral_variant10 0x0
+int color m3_ref_palette_dynamic_neutral_variant100 0x0
+int color m3_ref_palette_dynamic_neutral_variant20 0x0
+int color m3_ref_palette_dynamic_neutral_variant30 0x0
+int color m3_ref_palette_dynamic_neutral_variant40 0x0
+int color m3_ref_palette_dynamic_neutral_variant50 0x0
+int color m3_ref_palette_dynamic_neutral_variant60 0x0
+int color m3_ref_palette_dynamic_neutral_variant70 0x0
+int color m3_ref_palette_dynamic_neutral_variant80 0x0
+int color m3_ref_palette_dynamic_neutral_variant90 0x0
+int color m3_ref_palette_dynamic_neutral_variant95 0x0
+int color m3_ref_palette_dynamic_neutral_variant99 0x0
+int color m3_ref_palette_dynamic_primary0 0x0
+int color m3_ref_palette_dynamic_primary10 0x0
+int color m3_ref_palette_dynamic_primary100 0x0
+int color m3_ref_palette_dynamic_primary20 0x0
+int color m3_ref_palette_dynamic_primary30 0x0
+int color m3_ref_palette_dynamic_primary40 0x0
+int color m3_ref_palette_dynamic_primary50 0x0
+int color m3_ref_palette_dynamic_primary60 0x0
+int color m3_ref_palette_dynamic_primary70 0x0
+int color m3_ref_palette_dynamic_primary80 0x0
+int color m3_ref_palette_dynamic_primary90 0x0
+int color m3_ref_palette_dynamic_primary95 0x0
+int color m3_ref_palette_dynamic_primary99 0x0
+int color m3_ref_palette_dynamic_secondary0 0x0
+int color m3_ref_palette_dynamic_secondary10 0x0
+int color m3_ref_palette_dynamic_secondary100 0x0
+int color m3_ref_palette_dynamic_secondary20 0x0
+int color m3_ref_palette_dynamic_secondary30 0x0
+int color m3_ref_palette_dynamic_secondary40 0x0
+int color m3_ref_palette_dynamic_secondary50 0x0
+int color m3_ref_palette_dynamic_secondary60 0x0
+int color m3_ref_palette_dynamic_secondary70 0x0
+int color m3_ref_palette_dynamic_secondary80 0x0
+int color m3_ref_palette_dynamic_secondary90 0x0
+int color m3_ref_palette_dynamic_secondary95 0x0
+int color m3_ref_palette_dynamic_secondary99 0x0
+int color m3_ref_palette_dynamic_tertiary0 0x0
+int color m3_ref_palette_dynamic_tertiary10 0x0
+int color m3_ref_palette_dynamic_tertiary100 0x0
+int color m3_ref_palette_dynamic_tertiary20 0x0
+int color m3_ref_palette_dynamic_tertiary30 0x0
+int color m3_ref_palette_dynamic_tertiary40 0x0
+int color m3_ref_palette_dynamic_tertiary50 0x0
+int color m3_ref_palette_dynamic_tertiary60 0x0
+int color m3_ref_palette_dynamic_tertiary70 0x0
+int color m3_ref_palette_dynamic_tertiary80 0x0
+int color m3_ref_palette_dynamic_tertiary90 0x0
+int color m3_ref_palette_dynamic_tertiary95 0x0
+int color m3_ref_palette_dynamic_tertiary99 0x0
+int color m3_ref_palette_error0 0x0
+int color m3_ref_palette_error10 0x0
+int color m3_ref_palette_error100 0x0
+int color m3_ref_palette_error20 0x0
+int color m3_ref_palette_error30 0x0
+int color m3_ref_palette_error40 0x0
+int color m3_ref_palette_error50 0x0
+int color m3_ref_palette_error60 0x0
+int color m3_ref_palette_error70 0x0
+int color m3_ref_palette_error80 0x0
+int color m3_ref_palette_error90 0x0
+int color m3_ref_palette_error95 0x0
+int color m3_ref_palette_error99 0x0
+int color m3_ref_palette_neutral0 0x0
+int color m3_ref_palette_neutral10 0x0
+int color m3_ref_palette_neutral100 0x0
+int color m3_ref_palette_neutral20 0x0
+int color m3_ref_palette_neutral30 0x0
+int color m3_ref_palette_neutral40 0x0
+int color m3_ref_palette_neutral50 0x0
+int color m3_ref_palette_neutral60 0x0
+int color m3_ref_palette_neutral70 0x0
+int color m3_ref_palette_neutral80 0x0
+int color m3_ref_palette_neutral90 0x0
+int color m3_ref_palette_neutral95 0x0
+int color m3_ref_palette_neutral99 0x0
+int color m3_ref_palette_neutral_variant0 0x0
+int color m3_ref_palette_neutral_variant10 0x0
+int color m3_ref_palette_neutral_variant100 0x0
+int color m3_ref_palette_neutral_variant20 0x0
+int color m3_ref_palette_neutral_variant30 0x0
+int color m3_ref_palette_neutral_variant40 0x0
+int color m3_ref_palette_neutral_variant50 0x0
+int color m3_ref_palette_neutral_variant60 0x0
+int color m3_ref_palette_neutral_variant70 0x0
+int color m3_ref_palette_neutral_variant80 0x0
+int color m3_ref_palette_neutral_variant90 0x0
+int color m3_ref_palette_neutral_variant95 0x0
+int color m3_ref_palette_neutral_variant99 0x0
+int color m3_ref_palette_primary0 0x0
+int color m3_ref_palette_primary10 0x0
+int color m3_ref_palette_primary100 0x0
+int color m3_ref_palette_primary20 0x0
+int color m3_ref_palette_primary30 0x0
+int color m3_ref_palette_primary40 0x0
+int color m3_ref_palette_primary50 0x0
+int color m3_ref_palette_primary60 0x0
+int color m3_ref_palette_primary70 0x0
+int color m3_ref_palette_primary80 0x0
+int color m3_ref_palette_primary90 0x0
+int color m3_ref_palette_primary95 0x0
+int color m3_ref_palette_primary99 0x0
+int color m3_ref_palette_secondary0 0x0
+int color m3_ref_palette_secondary10 0x0
+int color m3_ref_palette_secondary100 0x0
+int color m3_ref_palette_secondary20 0x0
+int color m3_ref_palette_secondary30 0x0
+int color m3_ref_palette_secondary40 0x0
+int color m3_ref_palette_secondary50 0x0
+int color m3_ref_palette_secondary60 0x0
+int color m3_ref_palette_secondary70 0x0
+int color m3_ref_palette_secondary80 0x0
+int color m3_ref_palette_secondary90 0x0
+int color m3_ref_palette_secondary95 0x0
+int color m3_ref_palette_secondary99 0x0
+int color m3_ref_palette_tertiary0 0x0
+int color m3_ref_palette_tertiary10 0x0
+int color m3_ref_palette_tertiary100 0x0
+int color m3_ref_palette_tertiary20 0x0
+int color m3_ref_palette_tertiary30 0x0
+int color m3_ref_palette_tertiary40 0x0
+int color m3_ref_palette_tertiary50 0x0
+int color m3_ref_palette_tertiary60 0x0
+int color m3_ref_palette_tertiary70 0x0
+int color m3_ref_palette_tertiary80 0x0
+int color m3_ref_palette_tertiary90 0x0
+int color m3_ref_palette_tertiary95 0x0
+int color m3_ref_palette_tertiary99 0x0
+int color m3_ref_palette_white 0x0
+int color m3_selection_control_ripple_color_selector 0x0
+int color m3_simple_item_ripple_color 0x0
+int color m3_slider_active_track_color 0x0
+int color m3_slider_halo_color 0x0
+int color m3_slider_inactive_track_color 0x0
+int color m3_slider_thumb_color 0x0
+int color m3_switch_thumb_tint 0x0
+int color m3_switch_track_tint 0x0
+int color m3_sys_color_dark_background 0x0
+int color m3_sys_color_dark_error 0x0
+int color m3_sys_color_dark_error_container 0x0
+int color m3_sys_color_dark_inverse_on_surface 0x0
+int color m3_sys_color_dark_inverse_primary 0x0
+int color m3_sys_color_dark_inverse_surface 0x0
+int color m3_sys_color_dark_on_background 0x0
+int color m3_sys_color_dark_on_error 0x0
+int color m3_sys_color_dark_on_error_container 0x0
+int color m3_sys_color_dark_on_primary 0x0
+int color m3_sys_color_dark_on_primary_container 0x0
+int color m3_sys_color_dark_on_secondary 0x0
+int color m3_sys_color_dark_on_secondary_container 0x0
+int color m3_sys_color_dark_on_surface 0x0
+int color m3_sys_color_dark_on_surface_variant 0x0
+int color m3_sys_color_dark_on_tertiary 0x0
+int color m3_sys_color_dark_on_tertiary_container 0x0
+int color m3_sys_color_dark_outline 0x0
+int color m3_sys_color_dark_primary 0x0
+int color m3_sys_color_dark_primary_container 0x0
+int color m3_sys_color_dark_secondary 0x0
+int color m3_sys_color_dark_secondary_container 0x0
+int color m3_sys_color_dark_surface 0x0
+int color m3_sys_color_dark_surface_variant 0x0
+int color m3_sys_color_dark_tertiary 0x0
+int color m3_sys_color_dark_tertiary_container 0x0
+int color m3_sys_color_dynamic_dark_background 0x0
+int color m3_sys_color_dynamic_dark_inverse_on_surface 0x0
+int color m3_sys_color_dynamic_dark_inverse_primary 0x0
+int color m3_sys_color_dynamic_dark_inverse_surface 0x0
+int color m3_sys_color_dynamic_dark_on_background 0x0
+int color m3_sys_color_dynamic_dark_on_primary 0x0
+int color m3_sys_color_dynamic_dark_on_primary_container 0x0
+int color m3_sys_color_dynamic_dark_on_secondary 0x0
+int color m3_sys_color_dynamic_dark_on_secondary_container 0x0
+int color m3_sys_color_dynamic_dark_on_surface 0x0
+int color m3_sys_color_dynamic_dark_on_surface_variant 0x0
+int color m3_sys_color_dynamic_dark_on_tertiary 0x0
+int color m3_sys_color_dynamic_dark_on_tertiary_container 0x0
+int color m3_sys_color_dynamic_dark_outline 0x0
+int color m3_sys_color_dynamic_dark_primary 0x0
+int color m3_sys_color_dynamic_dark_primary_container 0x0
+int color m3_sys_color_dynamic_dark_secondary 0x0
+int color m3_sys_color_dynamic_dark_secondary_container 0x0
+int color m3_sys_color_dynamic_dark_surface 0x0
+int color m3_sys_color_dynamic_dark_surface_variant 0x0
+int color m3_sys_color_dynamic_dark_tertiary 0x0
+int color m3_sys_color_dynamic_dark_tertiary_container 0x0
+int color m3_sys_color_dynamic_light_background 0x0
+int color m3_sys_color_dynamic_light_inverse_on_surface 0x0
+int color m3_sys_color_dynamic_light_inverse_primary 0x0
+int color m3_sys_color_dynamic_light_inverse_surface 0x0
+int color m3_sys_color_dynamic_light_on_background 0x0
+int color m3_sys_color_dynamic_light_on_primary 0x0
+int color m3_sys_color_dynamic_light_on_primary_container 0x0
+int color m3_sys_color_dynamic_light_on_secondary 0x0
+int color m3_sys_color_dynamic_light_on_secondary_container 0x0
+int color m3_sys_color_dynamic_light_on_surface 0x0
+int color m3_sys_color_dynamic_light_on_surface_variant 0x0
+int color m3_sys_color_dynamic_light_on_tertiary 0x0
+int color m3_sys_color_dynamic_light_on_tertiary_container 0x0
+int color m3_sys_color_dynamic_light_outline 0x0
+int color m3_sys_color_dynamic_light_primary 0x0
+int color m3_sys_color_dynamic_light_primary_container 0x0
+int color m3_sys_color_dynamic_light_secondary 0x0
+int color m3_sys_color_dynamic_light_secondary_container 0x0
+int color m3_sys_color_dynamic_light_surface 0x0
+int color m3_sys_color_dynamic_light_surface_variant 0x0
+int color m3_sys_color_dynamic_light_tertiary 0x0
+int color m3_sys_color_dynamic_light_tertiary_container 0x0
+int color m3_sys_color_light_background 0x0
+int color m3_sys_color_light_error 0x0
+int color m3_sys_color_light_error_container 0x0
+int color m3_sys_color_light_inverse_on_surface 0x0
+int color m3_sys_color_light_inverse_primary 0x0
+int color m3_sys_color_light_inverse_surface 0x0
+int color m3_sys_color_light_on_background 0x0
+int color m3_sys_color_light_on_error 0x0
+int color m3_sys_color_light_on_error_container 0x0
+int color m3_sys_color_light_on_primary 0x0
+int color m3_sys_color_light_on_primary_container 0x0
+int color m3_sys_color_light_on_secondary 0x0
+int color m3_sys_color_light_on_secondary_container 0x0
+int color m3_sys_color_light_on_surface 0x0
+int color m3_sys_color_light_on_surface_variant 0x0
+int color m3_sys_color_light_on_tertiary 0x0
+int color m3_sys_color_light_on_tertiary_container 0x0
+int color m3_sys_color_light_outline 0x0
+int color m3_sys_color_light_primary 0x0
+int color m3_sys_color_light_primary_container 0x0
+int color m3_sys_color_light_secondary 0x0
+int color m3_sys_color_light_secondary_container 0x0
+int color m3_sys_color_light_surface 0x0
+int color m3_sys_color_light_surface_variant 0x0
+int color m3_sys_color_light_tertiary 0x0
+int color m3_sys_color_light_tertiary_container 0x0
+int color m3_tabs_icon_color 0x0
+int color m3_tabs_ripple_color 0x0
+int color m3_text_button_background_color_selector 0x0
+int color m3_text_button_foreground_color_selector 0x0
+int color m3_text_button_ripple_color_selector 0x0
+int color m3_textfield_filled_background_color 0x0
+int color m3_textfield_indicator_text_color 0x0
+int color m3_textfield_input_text_color 0x0
+int color m3_textfield_label_color 0x0
+int color m3_textfield_stroke_color 0x0
+int color m3_timepicker_button_background_color 0x0
+int color m3_timepicker_button_ripple_color 0x0
+int color m3_timepicker_button_text_color 0x0
+int color m3_timepicker_clock_text_color 0x0
+int color m3_timepicker_display_background_color 0x0
+int color m3_timepicker_display_ripple_color 0x0
+int color m3_timepicker_display_stroke_color 0x0
+int color m3_timepicker_display_text_color 0x0
+int color m3_timepicker_secondary_text_button_ripple_color 0x0
+int color m3_timepicker_secondary_text_button_text_color 0x0
+int color m3_tonal_button_ripple_color_selector 0x0
+int color material_blue_grey_800 0x0
+int color material_blue_grey_900 0x0
+int color material_blue_grey_950 0x0
+int color material_cursor_color 0x0
+int color material_deep_teal_200 0x0
+int color material_deep_teal_500 0x0
+int color material_divider_color 0x0
+int color material_dynamic_neutral0 0x0
+int color material_dynamic_neutral10 0x0
+int color material_dynamic_neutral100 0x0
+int color material_dynamic_neutral20 0x0
+int color material_dynamic_neutral30 0x0
+int color material_dynamic_neutral40 0x0
+int color material_dynamic_neutral50 0x0
+int color material_dynamic_neutral60 0x0
+int color material_dynamic_neutral70 0x0
+int color material_dynamic_neutral80 0x0
+int color material_dynamic_neutral90 0x0
+int color material_dynamic_neutral95 0x0
+int color material_dynamic_neutral99 0x0
+int color material_dynamic_neutral_variant0 0x0
+int color material_dynamic_neutral_variant10 0x0
+int color material_dynamic_neutral_variant100 0x0
+int color material_dynamic_neutral_variant20 0x0
+int color material_dynamic_neutral_variant30 0x0
+int color material_dynamic_neutral_variant40 0x0
+int color material_dynamic_neutral_variant50 0x0
+int color material_dynamic_neutral_variant60 0x0
+int color material_dynamic_neutral_variant70 0x0
+int color material_dynamic_neutral_variant80 0x0
+int color material_dynamic_neutral_variant90 0x0
+int color material_dynamic_neutral_variant95 0x0
+int color material_dynamic_neutral_variant99 0x0
+int color material_dynamic_primary0 0x0
+int color material_dynamic_primary10 0x0
+int color material_dynamic_primary100 0x0
+int color material_dynamic_primary20 0x0
+int color material_dynamic_primary30 0x0
+int color material_dynamic_primary40 0x0
+int color material_dynamic_primary50 0x0
+int color material_dynamic_primary60 0x0
+int color material_dynamic_primary70 0x0
+int color material_dynamic_primary80 0x0
+int color material_dynamic_primary90 0x0
+int color material_dynamic_primary95 0x0
+int color material_dynamic_primary99 0x0
+int color material_dynamic_secondary0 0x0
+int color material_dynamic_secondary10 0x0
+int color material_dynamic_secondary100 0x0
+int color material_dynamic_secondary20 0x0
+int color material_dynamic_secondary30 0x0
+int color material_dynamic_secondary40 0x0
+int color material_dynamic_secondary50 0x0
+int color material_dynamic_secondary60 0x0
+int color material_dynamic_secondary70 0x0
+int color material_dynamic_secondary80 0x0
+int color material_dynamic_secondary90 0x0
+int color material_dynamic_secondary95 0x0
+int color material_dynamic_secondary99 0x0
+int color material_dynamic_tertiary0 0x0
+int color material_dynamic_tertiary10 0x0
+int color material_dynamic_tertiary100 0x0
+int color material_dynamic_tertiary20 0x0
+int color material_dynamic_tertiary30 0x0
+int color material_dynamic_tertiary40 0x0
+int color material_dynamic_tertiary50 0x0
+int color material_dynamic_tertiary60 0x0
+int color material_dynamic_tertiary70 0x0
+int color material_dynamic_tertiary80 0x0
+int color material_dynamic_tertiary90 0x0
+int color material_dynamic_tertiary95 0x0
+int color material_dynamic_tertiary99 0x0
+int color material_grey_100 0x0
+int color material_grey_300 0x0
+int color material_grey_50 0x0
+int color material_grey_600 0x0
+int color material_grey_800 0x0
+int color material_grey_850 0x0
+int color material_grey_900 0x0
+int color material_harmonized_color_error 0x0
+int color material_harmonized_color_error_container 0x0
+int color material_harmonized_color_on_error 0x0
+int color material_harmonized_color_on_error_container 0x0
+int color material_on_background_disabled 0x0
+int color material_on_background_emphasis_high_type 0x0
+int color material_on_background_emphasis_medium 0x0
+int color material_on_primary_disabled 0x0
+int color material_on_primary_emphasis_high_type 0x0
+int color material_on_primary_emphasis_medium 0x0
+int color material_on_surface_disabled 0x0
+int color material_on_surface_emphasis_high_type 0x0
+int color material_on_surface_emphasis_medium 0x0
+int color material_on_surface_stroke 0x0
+int color material_slider_active_tick_marks_color 0x0
+int color material_slider_active_track_color 0x0
+int color material_slider_halo_color 0x0
+int color material_slider_inactive_tick_marks_color 0x0
+int color material_slider_inactive_track_color 0x0
+int color material_slider_thumb_color 0x0
+int color material_timepicker_button_background 0x0
+int color material_timepicker_button_stroke 0x0
+int color material_timepicker_clock_text_color 0x0
+int color material_timepicker_clockface 0x0
+int color material_timepicker_modebutton_tint 0x0
+int color mtrl_btn_bg_color_selector 0x0
+int color mtrl_btn_ripple_color 0x0
+int color mtrl_btn_stroke_color_selector 0x0
+int color mtrl_btn_text_btn_bg_color_selector 0x0
+int color mtrl_btn_text_btn_ripple_color 0x0
+int color mtrl_btn_text_color_disabled 0x0
+int color mtrl_btn_text_color_selector 0x0
+int color mtrl_btn_transparent_bg_color 0x0
+int color mtrl_calendar_item_stroke_color 0x0
+int color mtrl_calendar_selected_range 0x0
+int color mtrl_card_view_foreground 0x0
+int color mtrl_card_view_ripple 0x0
+int color mtrl_chip_background_color 0x0
+int color mtrl_chip_close_icon_tint 0x0
+int color mtrl_chip_surface_color 0x0
+int color mtrl_chip_text_color 0x0
+int color mtrl_choice_chip_background_color 0x0
+int color mtrl_choice_chip_ripple_color 0x0
+int color mtrl_choice_chip_text_color 0x0
+int color mtrl_error 0x0
+int color mtrl_fab_bg_color_selector 0x0
+int color mtrl_fab_icon_text_color_selector 0x0
+int color mtrl_fab_ripple_color 0x0
+int color mtrl_filled_background_color 0x0
+int color mtrl_filled_icon_tint 0x0
+int color mtrl_filled_stroke_color 0x0
+int color mtrl_indicator_text_color 0x0
+int color mtrl_navigation_bar_colored_item_tint 0x0
+int color mtrl_navigation_bar_colored_ripple_color 0x0
+int color mtrl_navigation_bar_item_tint 0x0
+int color mtrl_navigation_bar_ripple_color 0x0
+int color mtrl_navigation_item_background_color 0x0
+int color mtrl_navigation_item_icon_tint 0x0
+int color mtrl_navigation_item_text_color 0x0
+int color mtrl_on_primary_text_btn_text_color_selector 0x0
+int color mtrl_on_surface_ripple_color 0x0
+int color mtrl_outlined_icon_tint 0x0
+int color mtrl_outlined_stroke_color 0x0
+int color mtrl_popupmenu_overlay_color 0x0
+int color mtrl_scrim_color 0x0
+int color mtrl_switch_thumb_icon_tint 0x0
+int color mtrl_switch_thumb_tint 0x0
+int color mtrl_switch_track_decoration_tint 0x0
+int color mtrl_switch_track_tint 0x0
+int color mtrl_tabs_colored_ripple_color 0x0
+int color mtrl_tabs_icon_color_selector 0x0
+int color mtrl_tabs_icon_color_selector_colored 0x0
+int color mtrl_tabs_legacy_text_color_selector 0x0
+int color mtrl_tabs_ripple_color 0x0
+int color mtrl_text_btn_text_color_selector 0x0
+int color mtrl_textinput_default_box_stroke_color 0x0
+int color mtrl_textinput_disabled_color 0x0
+int color mtrl_textinput_filled_box_default_background_color 0x0
+int color mtrl_textinput_focused_box_stroke_color 0x0
+int color mtrl_textinput_hovered_box_stroke_color 0x0
+int color notification_action_color_filter 0x0
+int color notification_icon_bg_color 0x0
+int color primary_dark_material_dark 0x0
+int color primary_dark_material_light 0x0
+int color primary_material_dark 0x0
+int color primary_material_light 0x0
+int color primary_text_default_material_dark 0x0
+int color primary_text_default_material_light 0x0
+int color primary_text_disabled_material_dark 0x0
+int color primary_text_disabled_material_light 0x0
+int color ripple_material_dark 0x0
+int color ripple_material_light 0x0
+int color secondary_text_default_material_dark 0x0
+int color secondary_text_default_material_light 0x0
+int color secondary_text_disabled_material_dark 0x0
+int color secondary_text_disabled_material_light 0x0
+int color switch_thumb_disabled_material_dark 0x0
+int color switch_thumb_disabled_material_light 0x0
+int color switch_thumb_material_dark 0x0
+int color switch_thumb_material_light 0x0
+int color switch_thumb_normal_material_dark 0x0
+int color switch_thumb_normal_material_light 0x0
+int color tooltip_background_dark 0x0
+int color tooltip_background_light 0x0
+int dimen abc_action_bar_content_inset_material 0x0
+int dimen abc_action_bar_content_inset_with_nav 0x0
+int dimen abc_action_bar_default_height_material 0x0
+int dimen abc_action_bar_default_padding_end_material 0x0
+int dimen abc_action_bar_default_padding_start_material 0x0
+int dimen abc_action_bar_elevation_material 0x0
+int dimen abc_action_bar_icon_vertical_padding_material 0x0
+int dimen abc_action_bar_overflow_padding_end_material 0x0
+int dimen abc_action_bar_overflow_padding_start_material 0x0
+int dimen abc_action_bar_stacked_max_height 0x0
+int dimen abc_action_bar_stacked_tab_max_width 0x0
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x0
+int dimen abc_action_bar_subtitle_top_margin_material 0x0
+int dimen abc_action_button_min_height_material 0x0
+int dimen abc_action_button_min_width_material 0x0
+int dimen abc_action_button_min_width_overflow_material 0x0
+int dimen abc_alert_dialog_button_bar_height 0x0
+int dimen abc_alert_dialog_button_dimen 0x0
+int dimen abc_button_inset_horizontal_material 0x0
+int dimen abc_button_inset_vertical_material 0x0
+int dimen abc_button_padding_horizontal_material 0x0
+int dimen abc_button_padding_vertical_material 0x0
+int dimen abc_cascading_menus_min_smallest_width 0x0
+int dimen abc_config_prefDialogWidth 0x0
+int dimen abc_control_corner_material 0x0
+int dimen abc_control_inset_material 0x0
+int dimen abc_control_padding_material 0x0
+int dimen abc_dialog_corner_radius_material 0x0
+int dimen abc_dialog_fixed_height_major 0x0
+int dimen abc_dialog_fixed_height_minor 0x0
+int dimen abc_dialog_fixed_width_major 0x0
+int dimen abc_dialog_fixed_width_minor 0x0
+int dimen abc_dialog_list_padding_bottom_no_buttons 0x0
+int dimen abc_dialog_list_padding_top_no_title 0x0
+int dimen abc_dialog_min_width_major 0x0
+int dimen abc_dialog_min_width_minor 0x0
+int dimen abc_dialog_padding_material 0x0
+int dimen abc_dialog_padding_top_material 0x0
+int dimen abc_dialog_title_divider_material 0x0
+int dimen abc_disabled_alpha_material_dark 0x0
+int dimen abc_disabled_alpha_material_light 0x0
+int dimen abc_dropdownitem_icon_width 0x0
+int dimen abc_dropdownitem_text_padding_left 0x0
+int dimen abc_dropdownitem_text_padding_right 0x0
+int dimen abc_edit_text_inset_bottom_material 0x0
+int dimen abc_edit_text_inset_horizontal_material 0x0
+int dimen abc_edit_text_inset_top_material 0x0
+int dimen abc_floating_window_z 0x0
+int dimen abc_list_item_height_large_material 0x0
+int dimen abc_list_item_height_material 0x0
+int dimen abc_list_item_height_small_material 0x0
+int dimen abc_list_item_padding_horizontal_material 0x0
+int dimen abc_panel_menu_list_width 0x0
+int dimen abc_progress_bar_height_material 0x0
+int dimen abc_search_view_preferred_height 0x0
+int dimen abc_search_view_preferred_width 0x0
+int dimen abc_seekbar_track_background_height_material 0x0
+int dimen abc_seekbar_track_progress_height_material 0x0
+int dimen abc_select_dialog_padding_start_material 0x0
+int dimen abc_star_big 0x0
+int dimen abc_star_medium 0x0
+int dimen abc_star_small 0x0
+int dimen abc_switch_padding 0x0
+int dimen abc_text_size_body_1_material 0x0
+int dimen abc_text_size_body_2_material 0x0
+int dimen abc_text_size_button_material 0x0
+int dimen abc_text_size_caption_material 0x0
+int dimen abc_text_size_display_1_material 0x0
+int dimen abc_text_size_display_2_material 0x0
+int dimen abc_text_size_display_3_material 0x0
+int dimen abc_text_size_display_4_material 0x0
+int dimen abc_text_size_headline_material 0x0
+int dimen abc_text_size_large_material 0x0
+int dimen abc_text_size_medium_material 0x0
+int dimen abc_text_size_menu_header_material 0x0
+int dimen abc_text_size_menu_material 0x0
+int dimen abc_text_size_small_material 0x0
+int dimen abc_text_size_subhead_material 0x0
+int dimen abc_text_size_subtitle_material_toolbar 0x0
+int dimen abc_text_size_title_material 0x0
+int dimen abc_text_size_title_material_toolbar 0x0
+int dimen appcompat_dialog_background_inset 0x0
+int dimen cardview_compat_inset_shadow 0x0
+int dimen cardview_default_elevation 0x0
+int dimen cardview_default_radius 0x0
+int dimen clock_face_margin_start 0x0
+int dimen compat_button_inset_horizontal_material 0x0
+int dimen compat_button_inset_vertical_material 0x0
+int dimen compat_button_padding_horizontal_material 0x0
+int dimen compat_button_padding_vertical_material 0x0
+int dimen compat_control_corner_material 0x0
+int dimen compat_notification_large_icon_max_height 0x0
+int dimen compat_notification_large_icon_max_width 0x0
+int dimen def_drawer_elevation 0x0
+int dimen design_appbar_elevation 0x0
+int dimen design_bottom_navigation_active_item_max_width 0x0
+int dimen design_bottom_navigation_active_item_min_width 0x0
+int dimen design_bottom_navigation_active_text_size 0x0
+int dimen design_bottom_navigation_elevation 0x0
+int dimen design_bottom_navigation_height 0x0
+int dimen design_bottom_navigation_icon_size 0x0
+int dimen design_bottom_navigation_item_max_width 0x0
+int dimen design_bottom_navigation_item_min_width 0x0
+int dimen design_bottom_navigation_label_padding 0x0
+int dimen design_bottom_navigation_margin 0x0
+int dimen design_bottom_navigation_shadow_height 0x0
+int dimen design_bottom_navigation_text_size 0x0
+int dimen design_bottom_sheet_elevation 0x0
+int dimen design_bottom_sheet_modal_elevation 0x0
+int dimen design_bottom_sheet_peek_height_min 0x0
+int dimen design_fab_border_width 0x0
+int dimen design_fab_elevation 0x0
+int dimen design_fab_image_size 0x0
+int dimen design_fab_size_mini 0x0
+int dimen design_fab_size_normal 0x0
+int dimen design_fab_translation_z_hovered_focused 0x0
+int dimen design_fab_translation_z_pressed 0x0
+int dimen design_navigation_elevation 0x0
+int dimen design_navigation_icon_padding 0x0
+int dimen design_navigation_icon_size 0x0
+int dimen design_navigation_item_horizontal_padding 0x0
+int dimen design_navigation_item_icon_padding 0x0
+int dimen design_navigation_item_vertical_padding 0x0
+int dimen design_navigation_max_width 0x0
+int dimen design_navigation_padding_bottom 0x0
+int dimen design_navigation_separator_vertical_padding 0x0
+int dimen design_snackbar_action_inline_max_width 0x0
+int dimen design_snackbar_action_text_color_alpha 0x0
+int dimen design_snackbar_background_corner_radius 0x0
+int dimen design_snackbar_elevation 0x0
+int dimen design_snackbar_extra_spacing_horizontal 0x0
+int dimen design_snackbar_max_width 0x0
+int dimen design_snackbar_min_width 0x0
+int dimen design_snackbar_padding_horizontal 0x0
+int dimen design_snackbar_padding_vertical 0x0
+int dimen design_snackbar_padding_vertical_2lines 0x0
+int dimen design_snackbar_text_size 0x0
+int dimen design_tab_max_width 0x0
+int dimen design_tab_scrollable_min_width 0x0
+int dimen design_tab_text_size 0x0
+int dimen design_tab_text_size_2line 0x0
+int dimen design_textinput_caption_translate_y 0x0
+int dimen disabled_alpha_material_dark 0x0
+int dimen disabled_alpha_material_light 0x0
+int dimen fastscroll_default_thickness 0x0
+int dimen fastscroll_margin 0x0
+int dimen fastscroll_minimum_range 0x0
+int dimen highlight_alpha_material_colored 0x0
+int dimen highlight_alpha_material_dark 0x0
+int dimen highlight_alpha_material_light 0x0
+int dimen hint_alpha_material_dark 0x0
+int dimen hint_alpha_material_light 0x0
+int dimen hint_pressed_alpha_material_dark 0x0
+int dimen hint_pressed_alpha_material_light 0x0
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x0
+int dimen item_touch_helper_swipe_escape_max_velocity 0x0
+int dimen item_touch_helper_swipe_escape_velocity 0x0
+int dimen m3_alert_dialog_action_bottom_padding 0x0
+int dimen m3_alert_dialog_action_top_padding 0x0
+int dimen m3_alert_dialog_corner_size 0x0
+int dimen m3_alert_dialog_elevation 0x0
+int dimen m3_alert_dialog_icon_margin 0x0
+int dimen m3_alert_dialog_icon_size 0x0
+int dimen m3_alert_dialog_title_bottom_margin 0x0
+int dimen m3_appbar_expanded_title_margin_bottom 0x0
+int dimen m3_appbar_expanded_title_margin_horizontal 0x0
+int dimen m3_appbar_scrim_height_trigger 0x0
+int dimen m3_appbar_scrim_height_trigger_large 0x0
+int dimen m3_appbar_scrim_height_trigger_medium 0x0
+int dimen m3_appbar_size_compact 0x0
+int dimen m3_appbar_size_large 0x0
+int dimen m3_appbar_size_medium 0x0
+int dimen m3_badge_horizontal_offset 0x0
+int dimen m3_badge_radius 0x0
+int dimen m3_badge_vertical_offset 0x0
+int dimen m3_badge_with_text_horizontal_offset 0x0
+int dimen m3_badge_with_text_radius 0x0
+int dimen m3_badge_with_text_vertical_offset 0x0
+int dimen m3_bottom_nav_item_active_indicator_height 0x0
+int dimen m3_bottom_nav_item_active_indicator_margin_horizontal 0x0
+int dimen m3_bottom_nav_item_active_indicator_width 0x0
+int dimen m3_bottom_nav_item_padding_bottom 0x0
+int dimen m3_bottom_nav_item_padding_top 0x0
+int dimen m3_bottom_nav_min_height 0x0
+int dimen m3_bottom_sheet_drag_handle_bottom_padding 0x0
+int dimen m3_bottom_sheet_elevation 0x0
+int dimen m3_bottom_sheet_modal_elevation 0x0
+int dimen m3_bottomappbar_fab_cradle_margin 0x0
+int dimen m3_bottomappbar_fab_cradle_rounded_corner_radius 0x0
+int dimen m3_bottomappbar_fab_cradle_vertical_offset 0x0
+int dimen m3_bottomappbar_fab_end_margin 0x0
+int dimen m3_bottomappbar_height 0x0
+int dimen m3_bottomappbar_horizontal_padding 0x0
+int dimen m3_btn_dialog_btn_min_width 0x0
+int dimen m3_btn_dialog_btn_spacing 0x0
+int dimen m3_btn_disabled_elevation 0x0
+int dimen m3_btn_disabled_translation_z 0x0
+int dimen m3_btn_elevated_btn_elevation 0x0
+int dimen m3_btn_elevation 0x0
+int dimen m3_btn_icon_btn_padding_left 0x0
+int dimen m3_btn_icon_btn_padding_right 0x0
+int dimen m3_btn_icon_only_default_padding 0x0
+int dimen m3_btn_icon_only_default_size 0x0
+int dimen m3_btn_icon_only_icon_padding 0x0
+int dimen m3_btn_icon_only_min_width 0x0
+int dimen m3_btn_inset 0x0
+int dimen m3_btn_max_width 0x0
+int dimen m3_btn_padding_bottom 0x0
+int dimen m3_btn_padding_left 0x0
+int dimen m3_btn_padding_right 0x0
+int dimen m3_btn_padding_top 0x0
+int dimen m3_btn_stroke_size 0x0
+int dimen m3_btn_text_btn_icon_padding_left 0x0
+int dimen m3_btn_text_btn_icon_padding_right 0x0
+int dimen m3_btn_text_btn_padding_left 0x0
+int dimen m3_btn_text_btn_padding_right 0x0
+int dimen m3_btn_translation_z_base 0x0
+int dimen m3_btn_translation_z_hovered 0x0
+int dimen m3_card_dragged_z 0x0
+int dimen m3_card_elevated_dragged_z 0x0
+int dimen m3_card_elevated_elevation 0x0
+int dimen m3_card_elevated_hovered_z 0x0
+int dimen m3_card_elevation 0x0
+int dimen m3_card_hovered_z 0x0
+int dimen m3_card_stroke_width 0x0
+int dimen m3_chip_checked_hovered_translation_z 0x0
+int dimen m3_chip_corner_size 0x0
+int dimen m3_chip_disabled_translation_z 0x0
+int dimen m3_chip_dragged_translation_z 0x0
+int dimen m3_chip_elevated_elevation 0x0
+int dimen m3_chip_hovered_translation_z 0x0
+int dimen m3_chip_icon_size 0x0
+int dimen m3_comp_bottom_app_bar_container_elevation 0x0
+int dimen m3_comp_bottom_app_bar_container_height 0x0
+int dimen m3_comp_extended_fab_primary_container_elevation 0x0
+int dimen m3_comp_extended_fab_primary_container_height 0x0
+int dimen m3_comp_extended_fab_primary_focus_container_elevation 0x0
+int dimen m3_comp_extended_fab_primary_focus_state_layer_opacity 0x0
+int dimen m3_comp_extended_fab_primary_hover_container_elevation 0x0
+int dimen m3_comp_extended_fab_primary_hover_state_layer_opacity 0x0
+int dimen m3_comp_extended_fab_primary_icon_size 0x0
+int dimen m3_comp_extended_fab_primary_pressed_container_elevation 0x0
+int dimen m3_comp_extended_fab_primary_pressed_state_layer_opacity 0x0
+int dimen m3_comp_fab_primary_container_elevation 0x0
+int dimen m3_comp_fab_primary_container_height 0x0
+int dimen m3_comp_fab_primary_focus_state_layer_opacity 0x0
+int dimen m3_comp_fab_primary_hover_container_elevation 0x0
+int dimen m3_comp_fab_primary_hover_state_layer_opacity 0x0
+int dimen m3_comp_fab_primary_icon_size 0x0
+int dimen m3_comp_fab_primary_large_container_height 0x0
+int dimen m3_comp_fab_primary_large_icon_size 0x0
+int dimen m3_comp_fab_primary_pressed_container_elevation 0x0
+int dimen m3_comp_fab_primary_pressed_state_layer_opacity 0x0
+int dimen m3_comp_fab_primary_small_container_height 0x0
+int dimen m3_comp_fab_primary_small_icon_size 0x0
+int dimen m3_comp_switch_disabled_handle_elevation 0x0
+int dimen m3_comp_switch_disabled_handle_opacity 0x0
+int dimen m3_comp_switch_disabled_selected_handle_opacity 0x0
+int dimen m3_comp_switch_disabled_selected_icon_opacity 0x0
+int dimen m3_comp_switch_disabled_track_opacity 0x0
+int dimen m3_comp_switch_disabled_unselected_handle_opacity 0x0
+int dimen m3_comp_switch_disabled_unselected_icon_opacity 0x0
+int dimen m3_comp_switch_handle_elevation 0x0
+int dimen m3_comp_switch_selected_focus_state_layer_opacity 0x0
+int dimen m3_comp_switch_selected_hover_state_layer_opacity 0x0
+int dimen m3_comp_switch_selected_pressed_state_layer_opacity 0x0
+int dimen m3_comp_switch_track_height 0x0
+int dimen m3_comp_switch_track_width 0x0
+int dimen m3_comp_switch_unselected_focus_state_layer_opacity 0x0
+int dimen m3_comp_switch_unselected_hover_state_layer_opacity 0x0
+int dimen m3_comp_switch_unselected_pressed_state_layer_opacity 0x0
+int dimen m3_datepicker_elevation 0x0
+int dimen m3_divider_heavy_thickness 0x0
+int dimen m3_exposed_dropdown_menu_popup_elevation 0x0
+int dimen m3_extended_fab_bottom_padding 0x0
+int dimen m3_extended_fab_end_padding 0x0
+int dimen m3_extended_fab_icon_padding 0x0
+int dimen m3_extended_fab_min_height 0x0
+int dimen m3_extended_fab_start_padding 0x0
+int dimen m3_extended_fab_top_padding 0x0
+int dimen m3_fab_border_width 0x0
+int dimen m3_fab_corner_size 0x0
+int dimen m3_fab_translation_z_hovered_focused 0x0
+int dimen m3_fab_translation_z_pressed 0x0
+int dimen m3_large_fab_max_image_size 0x0
+int dimen m3_large_fab_size 0x0
+int dimen m3_menu_elevation 0x0
+int dimen m3_navigation_drawer_layout_corner_size 0x0
+int dimen m3_navigation_item_horizontal_padding 0x0
+int dimen m3_navigation_item_icon_padding 0x0
+int dimen m3_navigation_item_shape_inset_bottom 0x0
+int dimen m3_navigation_item_shape_inset_end 0x0
+int dimen m3_navigation_item_shape_inset_start 0x0
+int dimen m3_navigation_item_shape_inset_top 0x0
+int dimen m3_navigation_item_vertical_padding 0x0
+int dimen m3_navigation_menu_divider_horizontal_padding 0x0
+int dimen m3_navigation_menu_headline_horizontal_padding 0x0
+int dimen m3_navigation_rail_default_width 0x0
+int dimen m3_navigation_rail_item_active_indicator_height 0x0
+int dimen m3_navigation_rail_item_active_indicator_margin_horizontal 0x0
+int dimen m3_navigation_rail_item_active_indicator_width 0x0
+int dimen m3_navigation_rail_item_min_height 0x0
+int dimen m3_navigation_rail_item_padding_bottom 0x0
+int dimen m3_navigation_rail_item_padding_top 0x0
+int dimen m3_ripple_default_alpha 0x0
+int dimen m3_ripple_focused_alpha 0x0
+int dimen m3_ripple_hovered_alpha 0x0
+int dimen m3_ripple_pressed_alpha 0x0
+int dimen m3_ripple_selectable_pressed_alpha 0x0
+int dimen m3_simple_item_color_hovered_alpha 0x0
+int dimen m3_simple_item_color_selected_alpha 0x0
+int dimen m3_slider_thumb_elevation 0x0
+int dimen m3_small_fab_max_image_size 0x0
+int dimen m3_small_fab_size 0x0
+int dimen m3_snackbar_action_text_color_alpha 0x0
+int dimen m3_snackbar_margin 0x0
+int dimen m3_sys_elevation_level0 0x0
+int dimen m3_sys_elevation_level1 0x0
+int dimen m3_sys_elevation_level2 0x0
+int dimen m3_sys_elevation_level3 0x0
+int dimen m3_sys_elevation_level4 0x0
+int dimen m3_sys_elevation_level5 0x0
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_x1 0x0
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_x2 0x0
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_y1 0x0
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_y2 0x0
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_x1 0x0
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_x2 0x0
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_y1 0x0
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_y2 0x0
+int dimen m3_sys_motion_easing_legacy_accelerate_control_x1 0x0
+int dimen m3_sys_motion_easing_legacy_accelerate_control_x2 0x0
+int dimen m3_sys_motion_easing_legacy_accelerate_control_y1 0x0
+int dimen m3_sys_motion_easing_legacy_accelerate_control_y2 0x0
+int dimen m3_sys_motion_easing_legacy_control_x1 0x0
+int dimen m3_sys_motion_easing_legacy_control_x2 0x0
+int dimen m3_sys_motion_easing_legacy_control_y1 0x0
+int dimen m3_sys_motion_easing_legacy_control_y2 0x0
+int dimen m3_sys_motion_easing_legacy_decelerate_control_x1 0x0
+int dimen m3_sys_motion_easing_legacy_decelerate_control_x2 0x0
+int dimen m3_sys_motion_easing_legacy_decelerate_control_y1 0x0
+int dimen m3_sys_motion_easing_legacy_decelerate_control_y2 0x0
+int dimen m3_sys_motion_easing_linear_control_x1 0x0
+int dimen m3_sys_motion_easing_linear_control_x2 0x0
+int dimen m3_sys_motion_easing_linear_control_y1 0x0
+int dimen m3_sys_motion_easing_linear_control_y2 0x0
+int dimen m3_sys_motion_easing_standard_accelerate_control_x1 0x0
+int dimen m3_sys_motion_easing_standard_accelerate_control_x2 0x0
+int dimen m3_sys_motion_easing_standard_accelerate_control_y1 0x0
+int dimen m3_sys_motion_easing_standard_accelerate_control_y2 0x0
+int dimen m3_sys_motion_easing_standard_control_x1 0x0
+int dimen m3_sys_motion_easing_standard_control_x2 0x0
+int dimen m3_sys_motion_easing_standard_control_y1 0x0
+int dimen m3_sys_motion_easing_standard_control_y2 0x0
+int dimen m3_sys_motion_easing_standard_decelerate_control_x1 0x0
+int dimen m3_sys_motion_easing_standard_decelerate_control_x2 0x0
+int dimen m3_sys_motion_easing_standard_decelerate_control_y1 0x0
+int dimen m3_sys_motion_easing_standard_decelerate_control_y2 0x0
+int dimen m3_sys_state_dragged_state_layer_opacity 0x0
+int dimen m3_sys_state_focus_state_layer_opacity 0x0
+int dimen m3_sys_state_hover_state_layer_opacity 0x0
+int dimen m3_sys_state_pressed_state_layer_opacity 0x0
+int dimen m3_timepicker_display_stroke_width 0x0
+int dimen m3_timepicker_window_elevation 0x0
+int dimen material_bottom_sheet_max_width 0x0
+int dimen material_clock_display_padding 0x0
+int dimen material_clock_face_margin_top 0x0
+int dimen material_clock_hand_center_dot_radius 0x0
+int dimen material_clock_hand_padding 0x0
+int dimen material_clock_hand_stroke_width 0x0
+int dimen material_clock_number_text_padding 0x0
+int dimen material_clock_number_text_size 0x0
+int dimen material_clock_period_toggle_height 0x0
+int dimen material_clock_period_toggle_margin_left 0x0
+int dimen material_clock_period_toggle_width 0x0
+int dimen material_clock_size 0x0
+int dimen material_cursor_inset_bottom 0x0
+int dimen material_cursor_inset_top 0x0
+int dimen material_cursor_width 0x0
+int dimen material_divider_thickness 0x0
+int dimen material_emphasis_disabled 0x0
+int dimen material_emphasis_disabled_background 0x0
+int dimen material_emphasis_high_type 0x0
+int dimen material_emphasis_medium 0x0
+int dimen material_filled_edittext_font_1_3_padding_bottom 0x0
+int dimen material_filled_edittext_font_1_3_padding_top 0x0
+int dimen material_filled_edittext_font_2_0_padding_bottom 0x0
+int dimen material_filled_edittext_font_2_0_padding_top 0x0
+int dimen material_font_1_3_box_collapsed_padding_top 0x0
+int dimen material_font_2_0_box_collapsed_padding_top 0x0
+int dimen material_helper_text_default_padding_top 0x0
+int dimen material_helper_text_font_1_3_padding_horizontal 0x0
+int dimen material_helper_text_font_1_3_padding_top 0x0
+int dimen material_input_text_to_prefix_suffix_padding 0x0
+int dimen material_textinput_default_width 0x0
+int dimen material_textinput_max_width 0x0
+int dimen material_textinput_min_width 0x0
+int dimen material_time_input_padding_bottom 0x0
+int dimen material_time_picker_minimum_screen_height 0x0
+int dimen material_time_picker_minimum_screen_width 0x0
+int dimen material_timepicker_dialog_buttons_margin_top 0x0
+int dimen mtrl_alert_dialog_background_inset_bottom 0x0
+int dimen mtrl_alert_dialog_background_inset_end 0x0
+int dimen mtrl_alert_dialog_background_inset_start 0x0
+int dimen mtrl_alert_dialog_background_inset_top 0x0
+int dimen mtrl_alert_dialog_picker_background_inset 0x0
+int dimen mtrl_badge_horizontal_edge_offset 0x0
+int dimen mtrl_badge_long_text_horizontal_padding 0x0
+int dimen mtrl_badge_radius 0x0
+int dimen mtrl_badge_text_horizontal_edge_offset 0x0
+int dimen mtrl_badge_text_size 0x0
+int dimen mtrl_badge_toolbar_action_menu_item_horizontal_offset 0x0
+int dimen mtrl_badge_toolbar_action_menu_item_vertical_offset 0x0
+int dimen mtrl_badge_with_text_radius 0x0
+int dimen mtrl_bottomappbar_fabOffsetEndMode 0x0
+int dimen mtrl_bottomappbar_fab_bottom_margin 0x0
+int dimen mtrl_bottomappbar_fab_cradle_margin 0x0
+int dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius 0x0
+int dimen mtrl_bottomappbar_fab_cradle_vertical_offset 0x0
+int dimen mtrl_bottomappbar_height 0x0
+int dimen mtrl_btn_corner_radius 0x0
+int dimen mtrl_btn_dialog_btn_min_width 0x0
+int dimen mtrl_btn_disabled_elevation 0x0
+int dimen mtrl_btn_disabled_z 0x0
+int dimen mtrl_btn_elevation 0x0
+int dimen mtrl_btn_focused_z 0x0
+int dimen mtrl_btn_hovered_z 0x0
+int dimen mtrl_btn_icon_btn_padding_left 0x0
+int dimen mtrl_btn_icon_padding 0x0
+int dimen mtrl_btn_inset 0x0
+int dimen mtrl_btn_letter_spacing 0x0
+int dimen mtrl_btn_max_width 0x0
+int dimen mtrl_btn_padding_bottom 0x0
+int dimen mtrl_btn_padding_left 0x0
+int dimen mtrl_btn_padding_right 0x0
+int dimen mtrl_btn_padding_top 0x0
+int dimen mtrl_btn_pressed_z 0x0
+int dimen mtrl_btn_snackbar_margin_horizontal 0x0
+int dimen mtrl_btn_stroke_size 0x0
+int dimen mtrl_btn_text_btn_icon_padding 0x0
+int dimen mtrl_btn_text_btn_padding_left 0x0
+int dimen mtrl_btn_text_btn_padding_right 0x0
+int dimen mtrl_btn_text_size 0x0
+int dimen mtrl_btn_z 0x0
+int dimen mtrl_calendar_action_confirm_button_min_width 0x0
+int dimen mtrl_calendar_action_height 0x0
+int dimen mtrl_calendar_action_padding 0x0
+int dimen mtrl_calendar_bottom_padding 0x0
+int dimen mtrl_calendar_content_padding 0x0
+int dimen mtrl_calendar_day_corner 0x0
+int dimen mtrl_calendar_day_height 0x0
+int dimen mtrl_calendar_day_horizontal_padding 0x0
+int dimen mtrl_calendar_day_today_stroke 0x0
+int dimen mtrl_calendar_day_vertical_padding 0x0
+int dimen mtrl_calendar_day_width 0x0
+int dimen mtrl_calendar_days_of_week_height 0x0
+int dimen mtrl_calendar_dialog_background_inset 0x0
+int dimen mtrl_calendar_header_content_padding 0x0
+int dimen mtrl_calendar_header_content_padding_fullscreen 0x0
+int dimen mtrl_calendar_header_divider_thickness 0x0
+int dimen mtrl_calendar_header_height 0x0
+int dimen mtrl_calendar_header_height_fullscreen 0x0
+int dimen mtrl_calendar_header_selection_line_height 0x0
+int dimen mtrl_calendar_header_text_padding 0x0
+int dimen mtrl_calendar_header_toggle_margin_bottom 0x0
+int dimen mtrl_calendar_header_toggle_margin_top 0x0
+int dimen mtrl_calendar_landscape_header_width 0x0
+int dimen mtrl_calendar_maximum_default_fullscreen_minor_axis 0x0
+int dimen mtrl_calendar_month_horizontal_padding 0x0
+int dimen mtrl_calendar_month_vertical_padding 0x0
+int dimen mtrl_calendar_navigation_bottom_padding 0x0
+int dimen mtrl_calendar_navigation_height 0x0
+int dimen mtrl_calendar_navigation_top_padding 0x0
+int dimen mtrl_calendar_pre_l_text_clip_padding 0x0
+int dimen mtrl_calendar_selection_baseline_to_top_fullscreen 0x0
+int dimen mtrl_calendar_selection_text_baseline_to_bottom 0x0
+int dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen 0x0
+int dimen mtrl_calendar_selection_text_baseline_to_top 0x0
+int dimen mtrl_calendar_text_input_padding_top 0x0
+int dimen mtrl_calendar_title_baseline_to_top 0x0
+int dimen mtrl_calendar_title_baseline_to_top_fullscreen 0x0
+int dimen mtrl_calendar_year_corner 0x0
+int dimen mtrl_calendar_year_height 0x0
+int dimen mtrl_calendar_year_horizontal_padding 0x0
+int dimen mtrl_calendar_year_vertical_padding 0x0
+int dimen mtrl_calendar_year_width 0x0
+int dimen mtrl_card_checked_icon_margin 0x0
+int dimen mtrl_card_checked_icon_size 0x0
+int dimen mtrl_card_corner_radius 0x0
+int dimen mtrl_card_dragged_z 0x0
+int dimen mtrl_card_elevation 0x0
+int dimen mtrl_card_spacing 0x0
+int dimen mtrl_chip_pressed_translation_z 0x0
+int dimen mtrl_chip_text_size 0x0
+int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x0
+int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x0
+int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x0
+int dimen mtrl_extended_fab_bottom_padding 0x0
+int dimen mtrl_extended_fab_disabled_elevation 0x0
+int dimen mtrl_extended_fab_disabled_translation_z 0x0
+int dimen mtrl_extended_fab_elevation 0x0
+int dimen mtrl_extended_fab_end_padding 0x0
+int dimen mtrl_extended_fab_end_padding_icon 0x0
+int dimen mtrl_extended_fab_icon_size 0x0
+int dimen mtrl_extended_fab_icon_text_spacing 0x0
+int dimen mtrl_extended_fab_min_height 0x0
+int dimen mtrl_extended_fab_min_width 0x0
+int dimen mtrl_extended_fab_start_padding 0x0
+int dimen mtrl_extended_fab_start_padding_icon 0x0
+int dimen mtrl_extended_fab_top_padding 0x0
+int dimen mtrl_extended_fab_translation_z_base 0x0
+int dimen mtrl_extended_fab_translation_z_hovered_focused 0x0
+int dimen mtrl_extended_fab_translation_z_pressed 0x0
+int dimen mtrl_fab_elevation 0x0
+int dimen mtrl_fab_min_touch_target 0x0
+int dimen mtrl_fab_translation_z_hovered_focused 0x0
+int dimen mtrl_fab_translation_z_pressed 0x0
+int dimen mtrl_high_ripple_default_alpha 0x0
+int dimen mtrl_high_ripple_focused_alpha 0x0
+int dimen mtrl_high_ripple_hovered_alpha 0x0
+int dimen mtrl_high_ripple_pressed_alpha 0x0
+int dimen mtrl_low_ripple_default_alpha 0x0
+int dimen mtrl_low_ripple_focused_alpha 0x0
+int dimen mtrl_low_ripple_hovered_alpha 0x0
+int dimen mtrl_low_ripple_pressed_alpha 0x0
+int dimen mtrl_min_touch_target_size 0x0
+int dimen mtrl_navigation_bar_item_default_icon_size 0x0
+int dimen mtrl_navigation_bar_item_default_margin 0x0
+int dimen mtrl_navigation_elevation 0x0
+int dimen mtrl_navigation_item_horizontal_padding 0x0
+int dimen mtrl_navigation_item_icon_padding 0x0
+int dimen mtrl_navigation_item_icon_size 0x0
+int dimen mtrl_navigation_item_shape_horizontal_margin 0x0
+int dimen mtrl_navigation_item_shape_vertical_margin 0x0
+int dimen mtrl_navigation_rail_active_text_size 0x0
+int dimen mtrl_navigation_rail_compact_width 0x0
+int dimen mtrl_navigation_rail_default_width 0x0
+int dimen mtrl_navigation_rail_elevation 0x0
+int dimen mtrl_navigation_rail_icon_margin 0x0
+int dimen mtrl_navigation_rail_icon_size 0x0
+int dimen mtrl_navigation_rail_margin 0x0
+int dimen mtrl_navigation_rail_text_bottom_margin 0x0
+int dimen mtrl_navigation_rail_text_size 0x0
+int dimen mtrl_progress_circular_inset 0x0
+int dimen mtrl_progress_circular_inset_extra_small 0x0
+int dimen mtrl_progress_circular_inset_medium 0x0
+int dimen mtrl_progress_circular_inset_small 0x0
+int dimen mtrl_progress_circular_radius 0x0
+int dimen mtrl_progress_circular_size 0x0
+int dimen mtrl_progress_circular_size_extra_small 0x0
+int dimen mtrl_progress_circular_size_medium 0x0
+int dimen mtrl_progress_circular_size_small 0x0
+int dimen mtrl_progress_circular_track_thickness_extra_small 0x0
+int dimen mtrl_progress_circular_track_thickness_medium 0x0
+int dimen mtrl_progress_circular_track_thickness_small 0x0
+int dimen mtrl_progress_indicator_full_rounded_corner_radius 0x0
+int dimen mtrl_progress_track_thickness 0x0
+int dimen mtrl_shape_corner_size_large_component 0x0
+int dimen mtrl_shape_corner_size_medium_component 0x0
+int dimen mtrl_shape_corner_size_small_component 0x0
+int dimen mtrl_slider_halo_radius 0x0
+int dimen mtrl_slider_label_padding 0x0
+int dimen mtrl_slider_label_radius 0x0
+int dimen mtrl_slider_label_square_side 0x0
+int dimen mtrl_slider_thumb_elevation 0x0
+int dimen mtrl_slider_thumb_radius 0x0
+int dimen mtrl_slider_track_height 0x0
+int dimen mtrl_slider_track_side_padding 0x0
+int dimen mtrl_slider_widget_height 0x0
+int dimen mtrl_snackbar_action_text_color_alpha 0x0
+int dimen mtrl_snackbar_background_corner_radius 0x0
+int dimen mtrl_snackbar_background_overlay_color_alpha 0x0
+int dimen mtrl_snackbar_margin 0x0
+int dimen mtrl_snackbar_message_margin_horizontal 0x0
+int dimen mtrl_snackbar_padding_horizontal 0x0
+int dimen mtrl_switch_text_padding 0x0
+int dimen mtrl_switch_thumb_elevation 0x0
+int dimen mtrl_switch_thumb_size 0x0
+int dimen mtrl_switch_track_height 0x0
+int dimen mtrl_switch_track_width 0x0
+int dimen mtrl_textinput_box_corner_radius_medium 0x0
+int dimen mtrl_textinput_box_corner_radius_small 0x0
+int dimen mtrl_textinput_box_label_cutout_padding 0x0
+int dimen mtrl_textinput_box_stroke_width_default 0x0
+int dimen mtrl_textinput_box_stroke_width_focused 0x0
+int dimen mtrl_textinput_counter_margin_start 0x0
+int dimen mtrl_textinput_end_icon_margin_start 0x0
+int dimen mtrl_textinput_outline_box_expanded_padding 0x0
+int dimen mtrl_textinput_start_icon_margin_end 0x0
+int dimen mtrl_toolbar_default_height 0x0
+int dimen mtrl_tooltip_arrowSize 0x0
+int dimen mtrl_tooltip_cornerSize 0x0
+int dimen mtrl_tooltip_minHeight 0x0
+int dimen mtrl_tooltip_minWidth 0x0
+int dimen mtrl_tooltip_padding 0x0
+int dimen mtrl_transition_shared_axis_slide_distance 0x0
+int dimen notification_action_icon_size 0x0
+int dimen notification_action_text_size 0x0
+int dimen notification_big_circle_margin 0x0
+int dimen notification_content_margin_start 0x0
+int dimen notification_large_icon_height 0x0
+int dimen notification_large_icon_width 0x0
+int dimen notification_main_column_padding_top 0x0
+int dimen notification_media_narrow_margin 0x0
+int dimen notification_right_icon_size 0x0
+int dimen notification_right_side_padding_top 0x0
+int dimen notification_small_icon_background_padding 0x0
+int dimen notification_small_icon_size_as_large 0x0
+int dimen notification_subtext_size 0x0
+int dimen notification_top_pad 0x0
+int dimen notification_top_pad_large_text 0x0
+int dimen tooltip_corner_radius 0x0
+int dimen tooltip_horizontal_padding 0x0
+int dimen tooltip_margin 0x0
+int dimen tooltip_precise_anchor_extra_offset 0x0
+int dimen tooltip_precise_anchor_threshold 0x0
+int dimen tooltip_vertical_padding 0x0
+int dimen tooltip_y_offset_non_touch 0x0
+int dimen tooltip_y_offset_touch 0x0
+int drawable abc_ab_share_pack_mtrl_alpha 0x0
+int drawable abc_action_bar_item_background_material 0x0
+int drawable abc_btn_borderless_material 0x0
+int drawable abc_btn_check_material 0x0
+int drawable abc_btn_check_material_anim 0x0
+int drawable abc_btn_check_to_on_mtrl_000 0x0
+int drawable abc_btn_check_to_on_mtrl_015 0x0
+int drawable abc_btn_colored_material 0x0
+int drawable abc_btn_default_mtrl_shape 0x0
+int drawable abc_btn_radio_material 0x0
+int drawable abc_btn_radio_material_anim 0x0
+int drawable abc_btn_radio_to_on_mtrl_000 0x0
+int drawable abc_btn_radio_to_on_mtrl_015 0x0
+int drawable abc_btn_switch_to_on_mtrl_00001 0x0
+int drawable abc_btn_switch_to_on_mtrl_00012 0x0
+int drawable abc_cab_background_internal_bg 0x0
+int drawable abc_cab_background_top_material 0x0
+int drawable abc_cab_background_top_mtrl_alpha 0x0
+int drawable abc_control_background_material 0x0
+int drawable abc_dialog_material_background 0x0
+int drawable abc_edit_text_material 0x0
+int drawable abc_ic_ab_back_material 0x0
+int drawable abc_ic_arrow_drop_right_black_24dp 0x0
+int drawable abc_ic_clear_material 0x0
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x0
+int drawable abc_ic_go_search_api_material 0x0
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x0
+int drawable abc_ic_menu_cut_mtrl_alpha 0x0
+int drawable abc_ic_menu_overflow_material 0x0
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x0
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x0
+int drawable abc_ic_menu_share_mtrl_alpha 0x0
+int drawable abc_ic_search_api_material 0x0
+int drawable abc_ic_star_black_16dp 0x0
+int drawable abc_ic_star_black_36dp 0x0
+int drawable abc_ic_star_black_48dp 0x0
+int drawable abc_ic_star_half_black_16dp 0x0
+int drawable abc_ic_star_half_black_36dp 0x0
+int drawable abc_ic_star_half_black_48dp 0x0
+int drawable abc_ic_voice_search_api_material 0x0
+int drawable abc_item_background_holo_dark 0x0
+int drawable abc_item_background_holo_light 0x0
+int drawable abc_list_divider_material 0x0
+int drawable abc_list_divider_mtrl_alpha 0x0
+int drawable abc_list_focused_holo 0x0
+int drawable abc_list_longpressed_holo 0x0
+int drawable abc_list_pressed_holo_dark 0x0
+int drawable abc_list_pressed_holo_light 0x0
+int drawable abc_list_selector_background_transition_holo_dark 0x0
+int drawable abc_list_selector_background_transition_holo_light 0x0
+int drawable abc_list_selector_disabled_holo_dark 0x0
+int drawable abc_list_selector_disabled_holo_light 0x0
+int drawable abc_list_selector_holo_dark 0x0
+int drawable abc_list_selector_holo_light 0x0
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x0
+int drawable abc_popup_background_mtrl_mult 0x0
+int drawable abc_ratingbar_indicator_material 0x0
+int drawable abc_ratingbar_material 0x0
+int drawable abc_ratingbar_small_material 0x0
+int drawable abc_scrubber_control_off_mtrl_alpha 0x0
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x0
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x0
+int drawable abc_scrubber_primary_mtrl_alpha 0x0
+int drawable abc_scrubber_track_mtrl_alpha 0x0
+int drawable abc_seekbar_thumb_material 0x0
+int drawable abc_seekbar_tick_mark_material 0x0
+int drawable abc_seekbar_track_material 0x0
+int drawable abc_spinner_mtrl_am_alpha 0x0
+int drawable abc_spinner_textfield_background_material 0x0
+int drawable abc_star_black_48dp 0x0
+int drawable abc_star_half_black_48dp 0x0
+int drawable abc_switch_thumb_material 0x0
+int drawable abc_switch_track_mtrl_alpha 0x0
+int drawable abc_tab_indicator_material 0x0
+int drawable abc_tab_indicator_mtrl_alpha 0x0
+int drawable abc_text_cursor_material 0x0
+int drawable abc_text_select_handle_left_mtrl 0x0
+int drawable abc_text_select_handle_left_mtrl_dark 0x0
+int drawable abc_text_select_handle_left_mtrl_light 0x0
+int drawable abc_text_select_handle_middle_mtrl 0x0
+int drawable abc_text_select_handle_middle_mtrl_dark 0x0
+int drawable abc_text_select_handle_middle_mtrl_light 0x0
+int drawable abc_text_select_handle_right_mtrl 0x0
+int drawable abc_text_select_handle_right_mtrl_dark 0x0
+int drawable abc_text_select_handle_right_mtrl_light 0x0
+int drawable abc_textfield_activated_mtrl_alpha 0x0
+int drawable abc_textfield_default_mtrl_alpha 0x0
+int drawable abc_textfield_search_activated_mtrl_alpha 0x0
+int drawable abc_textfield_search_default_mtrl_alpha 0x0
+int drawable abc_textfield_search_material 0x0
+int drawable abc_vector_test 0x0
+int drawable avd_hide_password 0x0
+int drawable avd_show_password 0x0
+int drawable btn_checkbox_checked_mtrl 0x0
+int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x0
+int drawable btn_checkbox_unchecked_mtrl 0x0
+int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x0
+int drawable btn_radio_off_mtrl 0x0
+int drawable btn_radio_off_to_on_mtrl_animation 0x0
+int drawable btn_radio_on_mtrl 0x0
+int drawable btn_radio_on_to_off_mtrl_animation 0x0
+int drawable design_fab_background 0x0
+int drawable design_ic_visibility 0x0
+int drawable design_ic_visibility_off 0x0
+int drawable design_password_eye 0x0
+int drawable design_snackbar_background 0x0
+int drawable ic_clock_black_24dp 0x0
+int drawable ic_keyboard_black_24dp 0x0
+int drawable ic_m3_chip_check 0x0
+int drawable ic_m3_chip_checked_circle 0x0
+int drawable ic_m3_chip_close 0x0
+int drawable ic_mtrl_checked_circle 0x0
+int drawable ic_mtrl_chip_checked_black 0x0
+int drawable ic_mtrl_chip_checked_circle 0x0
+int drawable ic_mtrl_chip_close_circle 0x0
+int drawable m3_appbar_background 0x0
+int drawable m3_popupmenu_background_overlay 0x0
+int drawable m3_radiobutton_ripple 0x0
+int drawable m3_selection_control_ripple 0x0
+int drawable m3_tabs_background 0x0
+int drawable m3_tabs_line_indicator 0x0
+int drawable m3_tabs_rounded_line_indicator 0x0
+int drawable m3_tabs_transparent_background 0x0
+int drawable material_cursor_drawable 0x0
+int drawable material_ic_calendar_black_24dp 0x0
+int drawable material_ic_clear_black_24dp 0x0
+int drawable material_ic_edit_black_24dp 0x0
+int drawable material_ic_keyboard_arrow_left_black_24dp 0x0
+int drawable material_ic_keyboard_arrow_next_black_24dp 0x0
+int drawable material_ic_keyboard_arrow_previous_black_24dp 0x0
+int drawable material_ic_keyboard_arrow_right_black_24dp 0x0
+int drawable material_ic_menu_arrow_down_black_24dp 0x0
+int drawable material_ic_menu_arrow_up_black_24dp 0x0
+int drawable mtrl_bottomsheet_drag_handle 0x0
+int drawable mtrl_checkbox_button 0x0
+int drawable mtrl_checkbox_button_checked_unchecked 0x0
+int drawable mtrl_checkbox_button_icon 0x0
+int drawable mtrl_checkbox_button_icon_checked_indeterminate 0x0
+int drawable mtrl_checkbox_button_icon_checked_unchecked 0x0
+int drawable mtrl_checkbox_button_icon_indeterminate_checked 0x0
+int drawable mtrl_checkbox_button_icon_indeterminate_unchecked 0x0
+int drawable mtrl_checkbox_button_icon_unchecked_checked 0x0
+int drawable mtrl_checkbox_button_icon_unchecked_indeterminate 0x0
+int drawable mtrl_checkbox_button_unchecked_checked 0x0
+int drawable mtrl_dialog_background 0x0
+int drawable mtrl_dropdown_arrow 0x0
+int drawable mtrl_ic_arrow_drop_down 0x0
+int drawable mtrl_ic_arrow_drop_up 0x0
+int drawable mtrl_ic_cancel 0x0
+int drawable mtrl_ic_check_mark 0x0
+int drawable mtrl_ic_checkbox_checked 0x0
+int drawable mtrl_ic_checkbox_unchecked 0x0
+int drawable mtrl_ic_error 0x0
+int drawable mtrl_ic_indeterminate 0x0
+int drawable mtrl_navigation_bar_item_background 0x0
+int drawable mtrl_popupmenu_background 0x0
+int drawable mtrl_popupmenu_background_overlay 0x0
+int drawable mtrl_switch_thumb 0x0
+int drawable mtrl_switch_thumb_checked 0x0
+int drawable mtrl_switch_thumb_checked_pressed 0x0
+int drawable mtrl_switch_thumb_checked_unchecked 0x0
+int drawable mtrl_switch_thumb_pressed 0x0
+int drawable mtrl_switch_thumb_pressed_checked 0x0
+int drawable mtrl_switch_thumb_pressed_unchecked 0x0
+int drawable mtrl_switch_thumb_unchecked 0x0
+int drawable mtrl_switch_thumb_unchecked_checked 0x0
+int drawable mtrl_switch_thumb_unchecked_pressed 0x0
+int drawable mtrl_switch_track 0x0
+int drawable mtrl_switch_track_decoration 0x0
+int drawable mtrl_tabs_default_indicator 0x0
+int drawable navigation_empty_icon 0x0
+int drawable notification_action_background 0x0
+int drawable notification_bg 0x0
+int drawable notification_bg_low 0x0
+int drawable notification_bg_low_normal 0x0
+int drawable notification_bg_low_pressed 0x0
+int drawable notification_bg_normal 0x0
+int drawable notification_bg_normal_pressed 0x0
+int drawable notification_icon_background 0x0
+int drawable notification_template_icon_bg 0x0
+int drawable notification_template_icon_low_bg 0x0
+int drawable notification_tile_bg 0x0
+int drawable notify_panel_notification_icon_bg 0x0
+int drawable test_level_drawable 0x0
+int drawable tooltip_frame_dark 0x0
+int drawable tooltip_frame_light 0x0
+int id BOTTOM_END 0x0
+int id BOTTOM_START 0x0
+int id NO_DEBUG 0x0
+int id SHOW_ALL 0x0
+int id SHOW_PATH 0x0
+int id SHOW_PROGRESS 0x0
+int id TOP_END 0x0
+int id TOP_START 0x0
+int id accelerate 0x0
+int id accessibility_action_clickable_span 0x0
+int id accessibility_custom_action_0 0x0
+int id accessibility_custom_action_1 0x0
+int id accessibility_custom_action_10 0x0
+int id accessibility_custom_action_11 0x0
+int id accessibility_custom_action_12 0x0
+int id accessibility_custom_action_13 0x0
+int id accessibility_custom_action_14 0x0
+int id accessibility_custom_action_15 0x0
+int id accessibility_custom_action_16 0x0
+int id accessibility_custom_action_17 0x0
+int id accessibility_custom_action_18 0x0
+int id accessibility_custom_action_19 0x0
+int id accessibility_custom_action_2 0x0
+int id accessibility_custom_action_20 0x0
+int id accessibility_custom_action_21 0x0
+int id accessibility_custom_action_22 0x0
+int id accessibility_custom_action_23 0x0
+int id accessibility_custom_action_24 0x0
+int id accessibility_custom_action_25 0x0
+int id accessibility_custom_action_26 0x0
+int id accessibility_custom_action_27 0x0
+int id accessibility_custom_action_28 0x0
+int id accessibility_custom_action_29 0x0
+int id accessibility_custom_action_3 0x0
+int id accessibility_custom_action_30 0x0
+int id accessibility_custom_action_31 0x0
+int id accessibility_custom_action_4 0x0
+int id accessibility_custom_action_5 0x0
+int id accessibility_custom_action_6 0x0
+int id accessibility_custom_action_7 0x0
+int id accessibility_custom_action_8 0x0
+int id accessibility_custom_action_9 0x0
+int id action_bar 0x0
+int id action_bar_activity_content 0x0
+int id action_bar_container 0x0
+int id action_bar_root 0x0
+int id action_bar_spinner 0x0
+int id action_bar_subtitle 0x0
+int id action_bar_title 0x0
+int id action_container 0x0
+int id action_context_bar 0x0
+int id action_divider 0x0
+int id action_image 0x0
+int id action_menu_divider 0x0
+int id action_menu_presenter 0x0
+int id action_mode_bar 0x0
+int id action_mode_bar_stub 0x0
+int id action_mode_close_button 0x0
+int id action_text 0x0
+int id actions 0x0
+int id activity_chooser_view_content 0x0
+int id add 0x0
+int id alertTitle 0x0
+int id aligned 0x0
+int id animateToEnd 0x0
+int id animateToStart 0x0
+int id arc 0x0
+int id asConfigured 0x0
+int id async 0x0
+int id auto 0x0
+int id autoComplete 0x0
+int id autoCompleteToEnd 0x0
+int id autoCompleteToStart 0x0
+int id barrier 0x0
+int id baseline 0x0
+int id blocking 0x0
+int id bottom 0x0
+int id bounce 0x0
+int id buttonPanel 0x0
+int id cancel_button 0x0
+int id center 0x0
+int id centerCrop 0x0
+int id centerInside 0x0
+int id chain 0x0
+int id checkbox 0x0
+int id checked 0x0
+int id chronometer 0x0
+int id circle_center 0x0
+int id clear_text 0x0
+int id clockwise 0x0
+int id compress 0x0
+int id confirm_button 0x0
+int id container 0x0
+int id content 0x0
+int id contentPanel 0x0
+int id contiguous 0x0
+int id coordinator 0x0
+int id cos 0x0
+int id counterclockwise 0x0
+int id cradle 0x0
+int id custom 0x0
+int id customPanel 0x0
+int id cut 0x0
+int id date_picker_actions 0x0
+int id decelerate 0x0
+int id decelerateAndComplete 0x0
+int id decor_content_parent 0x0
+int id default_activity_button 0x0
+int id deltaRelative 0x0
+int id design_bottom_sheet 0x0
+int id design_menu_item_action_area 0x0
+int id design_menu_item_action_area_stub 0x0
+int id design_menu_item_text 0x0
+int id design_navigation_view 0x0
+int id dialog_button 0x0
+int id disjoint 0x0
+int id dragDown 0x0
+int id dragEnd 0x0
+int id dragLeft 0x0
+int id dragRight 0x0
+int id dragStart 0x0
+int id dragUp 0x0
+int id dropdown_menu 0x0
+int id easeIn 0x0
+int id easeInOut 0x0
+int id easeOut 0x0
+int id edit_query 0x0
+int id elastic 0x0
+int id embed 0x0
+int id end 0x0
+int id endToStart 0x0
+int id expand_activities_button 0x0
+int id expanded_menu 0x0
+int id fade 0x0
+int id fill 0x0
+int id filled 0x0
+int id fitCenter 0x0
+int id fitEnd 0x0
+int id fitStart 0x0
+int id fitXY 0x0
+int id fixed 0x0
+int id flip 0x0
+int id floating 0x0
+int id forever 0x0
+int id fragment_container_view_tag 0x0
+int id fullscreen_header 0x0
+int id ghost_view 0x0
+int id ghost_view_holder 0x0
+int id gone 0x0
+int id group_divider 0x0
+int id guideline 0x0
+int id header_title 0x0
+int id home 0x0
+int id honorRequest 0x0
+int id icon 0x0
+int id icon_group 0x0
+int id ignore 0x0
+int id ignoreRequest 0x0
+int id image 0x0
+int id indeterminate 0x0
+int id info 0x0
+int id invisible 0x0
+int id inward 0x0
+int id italic 0x0
+int id item_touch_helper_previous_elevation 0x0
+int id jumpToEnd 0x0
+int id jumpToStart 0x0
+int id labeled 0x0
+int id layout 0x0
+int id left 0x0
+int id leftToRight 0x0
+int id line1 0x0
+int id line3 0x0
+int id linear 0x0
+int id listMode 0x0
+int id list_item 0x0
+int id marquee 0x0
+int id masked 0x0
+int id material_clock_display 0x0
+int id material_clock_face 0x0
+int id material_clock_hand 0x0
+int id material_clock_period_am_button 0x0
+int id material_clock_period_pm_button 0x0
+int id material_clock_period_toggle 0x0
+int id material_hour_text_input 0x0
+int id material_hour_tv 0x0
+int id material_label 0x0
+int id material_minute_text_input 0x0
+int id material_minute_tv 0x0
+int id material_textinput_timepicker 0x0
+int id material_timepicker_cancel_button 0x0
+int id material_timepicker_container 0x0
+int id material_timepicker_mode_button 0x0
+int id material_timepicker_ok_button 0x0
+int id material_timepicker_view 0x0
+int id material_value_index 0x0
+int id matrix 0x0
+int id message 0x0
+int id middle 0x0
+int id mini 0x0
+int id month_grid 0x0
+int id month_navigation_bar 0x0
+int id month_navigation_fragment_toggle 0x0
+int id month_navigation_next 0x0
+int id month_navigation_previous 0x0
+int id month_title 0x0
+int id motion_base 0x0
+int id mtrl_anchor_parent 0x0
+int id mtrl_calendar_day_selector_frame 0x0
+int id mtrl_calendar_days_of_week 0x0
+int id mtrl_calendar_frame 0x0
+int id mtrl_calendar_main_pane 0x0
+int id mtrl_calendar_months 0x0
+int id mtrl_calendar_selection_frame 0x0
+int id mtrl_calendar_text_input_frame 0x0
+int id mtrl_calendar_year_selector_frame 0x0
+int id mtrl_card_checked_layer_id 0x0
+int id mtrl_child_content_container 0x0
+int id mtrl_internal_children_alpha_tag 0x0
+int id mtrl_motion_snapshot_view 0x0
+int id mtrl_picker_fullscreen 0x0
+int id mtrl_picker_header 0x0
+int id mtrl_picker_header_selection_text 0x0
+int id mtrl_picker_header_title_and_selection 0x0
+int id mtrl_picker_header_toggle 0x0
+int id mtrl_picker_text_input_date 0x0
+int id mtrl_picker_text_input_range_end 0x0
+int id mtrl_picker_text_input_range_start 0x0
+int id mtrl_picker_title_text 0x0
+int id mtrl_view_tag_bottom_padding 0x0
+int id multiply 0x0
+int id navigation_bar_item_active_indicator_view 0x0
+int id navigation_bar_item_icon_container 0x0
+int id navigation_bar_item_icon_view 0x0
+int id navigation_bar_item_labels_group 0x0
+int id navigation_bar_item_large_label_view 0x0
+int id navigation_bar_item_small_label_view 0x0
+int id navigation_header_container 0x0
+int id none 0x0
+int id normal 0x0
+int id notification_background 0x0
+int id notification_main_column 0x0
+int id notification_main_column_container 0x0
+int id off 0x0
+int id on 0x0
+int id outline 0x0
+int id outward 0x0
+int id packed 0x0
+int id parallax 0x0
+int id parent 0x0
+int id parentPanel 0x0
+int id parentRelative 0x0
+int id parent_matrix 0x0
+int id password_toggle 0x0
+int id path 0x0
+int id pathRelative 0x0
+int id percent 0x0
+int id pin 0x0
+int id position 0x0
+int id postLayout 0x0
+int id pressed 0x0
+int id progress_circular 0x0
+int id progress_horizontal 0x0
+int id radio 0x0
+int id rectangles 0x0
+int id reverseSawtooth 0x0
+int id right 0x0
+int id rightToLeft 0x0
+int id right_icon 0x0
+int id right_side 0x0
+int id rounded 0x0
+int id row_index_key 0x0
+int id save_non_transition_alpha 0x0
+int id save_overlay_view 0x0
+int id sawtooth 0x0
+int id scale 0x0
+int id screen 0x0
+int id scrollIndicatorDown 0x0
+int id scrollIndicatorUp 0x0
+int id scrollView 0x0
+int id scrollable 0x0
+int id search_badge 0x0
+int id search_bar 0x0
+int id search_button 0x0
+int id search_close_btn 0x0
+int id search_edit_frame 0x0
+int id search_go_btn 0x0
+int id search_mag_icon 0x0
+int id search_plate 0x0
+int id search_src_text 0x0
+int id search_voice_btn 0x0
+int id select_dialog_listview 0x0
+int id selected 0x0
+int id selection_type 0x0
+int id shortcut 0x0
+int id sin 0x0
+int id slide 0x0
+int id snackbar_action 0x0
+int id snackbar_text 0x0
+int id spacer 0x0
+int id special_effects_controller_view_tag 0x0
+int id spline 0x0
+int id split_action_bar 0x0
+int id spread 0x0
+int id spread_inside 0x0
+int id square 0x0
+int id src_atop 0x0
+int id src_in 0x0
+int id src_over 0x0
+int id standard 0x0
+int id start 0x0
+int id startHorizontal 0x0
+int id startToEnd 0x0
+int id startVertical 0x0
+int id staticLayout 0x0
+int id staticPostLayout 0x0
+int id stop 0x0
+int id stretch 0x0
+int id submenuarrow 0x0
+int id submit_area 0x0
+int id tabMode 0x0
+int id tag_accessibility_actions 0x0
+int id tag_accessibility_clickable_spans 0x0
+int id tag_accessibility_heading 0x0
+int id tag_accessibility_pane_title 0x0
+int id tag_on_apply_window_listener 0x0
+int id tag_on_receive_content_listener 0x0
+int id tag_on_receive_content_mime_types 0x0
+int id tag_screen_reader_focusable 0x0
+int id tag_state_description 0x0
+int id tag_transition_group 0x0
+int id tag_unhandled_key_event_manager 0x0
+int id tag_unhandled_key_listeners 0x0
+int id tag_window_insets_animation_callback 0x0
+int id text 0x0
+int id text2 0x0
+int id textSpacerNoButtons 0x0
+int id textSpacerNoTitle 0x0
+int id text_input_end_icon 0x0
+int id text_input_error_icon 0x0
+int id text_input_start_icon 0x0
+int id textinput_counter 0x0
+int id textinput_error 0x0
+int id textinput_helper_text 0x0
+int id textinput_placeholder 0x0
+int id textinput_prefix_text 0x0
+int id textinput_suffix_text 0x0
+int id time 0x0
+int id title 0x0
+int id titleDividerNoCustom 0x0
+int id title_template 0x0
+int id top 0x0
+int id topPanel 0x0
+int id touch_outside 0x0
+int id transition_current_scene 0x0
+int id transition_layout_save 0x0
+int id transition_position 0x0
+int id transition_scene_layoutid_cache 0x0
+int id transition_transform 0x0
+int id triangle 0x0
+int id unchecked 0x0
+int id uniform 0x0
+int id unlabeled 0x0
+int id up 0x0
+int id view_offset_helper 0x0
+int id view_tree_lifecycle_owner 0x0
+int id view_tree_on_back_pressed_dispatcher_owner 0x0
+int id view_tree_saved_state_registry_owner 0x0
+int id view_tree_view_model_store_owner 0x0
+int id visible 0x0
+int id visible_removing_fragment_view_tag 0x0
+int id with_icon 0x0
+int id withinBounds 0x0
+int id wrap 0x0
+int id wrap_content 0x0
+int integer abc_config_activityDefaultDur 0x0
+int integer abc_config_activityShortDur 0x0
+int integer app_bar_elevation_anim_duration 0x0
+int integer bottom_sheet_slide_duration 0x0
+int integer cancel_button_image_alpha 0x0
+int integer config_tooltipAnimTime 0x0
+int integer design_snackbar_text_max_lines 0x0
+int integer design_tab_indicator_anim_duration_ms 0x0
+int integer hide_password_duration 0x0
+int integer m3_btn_anim_delay_ms 0x0
+int integer m3_btn_anim_duration_ms 0x0
+int integer m3_card_anim_delay_ms 0x0
+int integer m3_card_anim_duration_ms 0x0
+int integer m3_chip_anim_duration 0x0
+int integer m3_sys_motion_duration_100 0x0
+int integer m3_sys_motion_duration_1000 0x0
+int integer m3_sys_motion_duration_150 0x0
+int integer m3_sys_motion_duration_200 0x0
+int integer m3_sys_motion_duration_250 0x0
+int integer m3_sys_motion_duration_300 0x0
+int integer m3_sys_motion_duration_350 0x0
+int integer m3_sys_motion_duration_400 0x0
+int integer m3_sys_motion_duration_450 0x0
+int integer m3_sys_motion_duration_50 0x0
+int integer m3_sys_motion_duration_500 0x0
+int integer m3_sys_motion_duration_550 0x0
+int integer m3_sys_motion_duration_600 0x0
+int integer m3_sys_motion_duration_700 0x0
+int integer m3_sys_motion_duration_800 0x0
+int integer m3_sys_motion_duration_900 0x0
+int integer m3_sys_motion_duration_extra_long1 0x0
+int integer m3_sys_motion_duration_extra_long2 0x0
+int integer m3_sys_motion_duration_extra_long3 0x0
+int integer m3_sys_motion_duration_extra_long4 0x0
+int integer m3_sys_motion_duration_long1 0x0
+int integer m3_sys_motion_duration_long2 0x0
+int integer m3_sys_motion_duration_long3 0x0
+int integer m3_sys_motion_duration_long4 0x0
+int integer m3_sys_motion_duration_medium1 0x0
+int integer m3_sys_motion_duration_medium2 0x0
+int integer m3_sys_motion_duration_medium3 0x0
+int integer m3_sys_motion_duration_medium4 0x0
+int integer m3_sys_motion_duration_short1 0x0
+int integer m3_sys_motion_duration_short2 0x0
+int integer m3_sys_motion_duration_short3 0x0
+int integer m3_sys_motion_duration_short4 0x0
+int integer material_motion_duration_long_1 0x0
+int integer material_motion_duration_long_2 0x0
+int integer material_motion_duration_medium_1 0x0
+int integer material_motion_duration_medium_2 0x0
+int integer material_motion_duration_short_1 0x0
+int integer material_motion_duration_short_2 0x0
+int integer material_motion_path 0x0
+int integer mtrl_badge_max_character_count 0x0
+int integer mtrl_btn_anim_delay_ms 0x0
+int integer mtrl_btn_anim_duration_ms 0x0
+int integer mtrl_calendar_header_orientation 0x0
+int integer mtrl_calendar_selection_text_lines 0x0
+int integer mtrl_calendar_year_selector_span 0x0
+int integer mtrl_card_anim_delay_ms 0x0
+int integer mtrl_card_anim_duration_ms 0x0
+int integer mtrl_chip_anim_duration 0x0
+int integer mtrl_switch_thumb_motion_duration 0x0
+int integer mtrl_switch_thumb_post_morphing_duration 0x0
+int integer mtrl_switch_thumb_pre_morphing_duration 0x0
+int integer mtrl_switch_thumb_pressed_duration 0x0
+int integer mtrl_switch_thumb_viewport_center_coordinate 0x0
+int integer mtrl_switch_thumb_viewport_size 0x0
+int integer mtrl_switch_track_viewport_height 0x0
+int integer mtrl_switch_track_viewport_width 0x0
+int integer mtrl_tab_indicator_anim_duration_ms 0x0
+int integer mtrl_view_gone 0x0
+int integer mtrl_view_invisible 0x0
+int integer mtrl_view_visible 0x0
+int integer show_password_duration 0x0
+int integer status_bar_notification_info_maxnum 0x0
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x0
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x0
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x0
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x0
+int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x0
+int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x0
+int interpolator fast_out_slow_in 0x0
+int interpolator m3_sys_motion_easing_emphasized 0x0
+int interpolator m3_sys_motion_easing_emphasized_accelerate 0x0
+int interpolator m3_sys_motion_easing_emphasized_decelerate 0x0
+int interpolator m3_sys_motion_easing_linear 0x0
+int interpolator m3_sys_motion_easing_standard 0x0
+int interpolator m3_sys_motion_easing_standard_accelerate 0x0
+int interpolator m3_sys_motion_easing_standard_decelerate 0x0
+int interpolator mtrl_fast_out_linear_in 0x0
+int interpolator mtrl_fast_out_slow_in 0x0
+int interpolator mtrl_linear 0x0
+int interpolator mtrl_linear_out_slow_in 0x0
+int layout abc_action_bar_title_item 0x0
+int layout abc_action_bar_up_container 0x0
+int layout abc_action_menu_item_layout 0x0
+int layout abc_action_menu_layout 0x0
+int layout abc_action_mode_bar 0x0
+int layout abc_action_mode_close_item_material 0x0
+int layout abc_activity_chooser_view 0x0
+int layout abc_activity_chooser_view_list_item 0x0
+int layout abc_alert_dialog_button_bar_material 0x0
+int layout abc_alert_dialog_material 0x0
+int layout abc_alert_dialog_title_material 0x0
+int layout abc_cascading_menu_item_layout 0x0
+int layout abc_dialog_title_material 0x0
+int layout abc_expanded_menu_layout 0x0
+int layout abc_list_menu_item_checkbox 0x0
+int layout abc_list_menu_item_icon 0x0
+int layout abc_list_menu_item_layout 0x0
+int layout abc_list_menu_item_radio 0x0
+int layout abc_popup_menu_header_item_layout 0x0
+int layout abc_popup_menu_item_layout 0x0
+int layout abc_screen_content_include 0x0
+int layout abc_screen_simple 0x0
+int layout abc_screen_simple_overlay_action_mode 0x0
+int layout abc_screen_toolbar 0x0
+int layout abc_search_dropdown_item_icons_2line 0x0
+int layout abc_search_view 0x0
+int layout abc_select_dialog_material 0x0
+int layout abc_tooltip 0x0
+int layout custom_dialog 0x0
+int layout design_bottom_navigation_item 0x0
+int layout design_bottom_sheet_dialog 0x0
+int layout design_layout_snackbar 0x0
+int layout design_layout_snackbar_include 0x0
+int layout design_layout_tab_icon 0x0
+int layout design_layout_tab_text 0x0
+int layout design_menu_item_action_area 0x0
+int layout design_navigation_item 0x0
+int layout design_navigation_item_header 0x0
+int layout design_navigation_item_separator 0x0
+int layout design_navigation_item_subheader 0x0
+int layout design_navigation_menu 0x0
+int layout design_navigation_menu_item 0x0
+int layout design_text_input_end_icon 0x0
+int layout design_text_input_start_icon 0x0
+int layout m3_alert_dialog 0x0
+int layout m3_alert_dialog_actions 0x0
+int layout m3_alert_dialog_title 0x0
+int layout m3_auto_complete_simple_item 0x0
+int layout material_chip_input_combo 0x0
+int layout material_clock_display 0x0
+int layout material_clock_display_divider 0x0
+int layout material_clock_period_toggle 0x0
+int layout material_clock_period_toggle_land 0x0
+int layout material_clockface_textview 0x0
+int layout material_clockface_view 0x0
+int layout material_radial_view_group 0x0
+int layout material_textinput_timepicker 0x0
+int layout material_time_chip 0x0
+int layout material_time_input 0x0
+int layout material_timepicker 0x0
+int layout material_timepicker_dialog 0x0
+int layout material_timepicker_textinput_display 0x0
+int layout mtrl_alert_dialog 0x0
+int layout mtrl_alert_dialog_actions 0x0
+int layout mtrl_alert_dialog_title 0x0
+int layout mtrl_alert_select_dialog_item 0x0
+int layout mtrl_alert_select_dialog_multichoice 0x0
+int layout mtrl_alert_select_dialog_singlechoice 0x0
+int layout mtrl_auto_complete_simple_item 0x0
+int layout mtrl_calendar_day 0x0
+int layout mtrl_calendar_day_of_week 0x0
+int layout mtrl_calendar_days_of_week 0x0
+int layout mtrl_calendar_horizontal 0x0
+int layout mtrl_calendar_month 0x0
+int layout mtrl_calendar_month_labeled 0x0
+int layout mtrl_calendar_month_navigation 0x0
+int layout mtrl_calendar_months 0x0
+int layout mtrl_calendar_vertical 0x0
+int layout mtrl_calendar_year 0x0
+int layout mtrl_layout_snackbar 0x0
+int layout mtrl_layout_snackbar_include 0x0
+int layout mtrl_navigation_rail_item 0x0
+int layout mtrl_picker_actions 0x0
+int layout mtrl_picker_dialog 0x0
+int layout mtrl_picker_fullscreen 0x0
+int layout mtrl_picker_header_dialog 0x0
+int layout mtrl_picker_header_fullscreen 0x0
+int layout mtrl_picker_header_selection_text 0x0
+int layout mtrl_picker_header_title_text 0x0
+int layout mtrl_picker_header_toggle 0x0
+int layout mtrl_picker_text_input_date 0x0
+int layout mtrl_picker_text_input_date_range 0x0
+int layout notification_action 0x0
+int layout notification_action_tombstone 0x0
+int layout notification_template_custom_big 0x0
+int layout notification_template_icon_group 0x0
+int layout notification_template_part_chronometer 0x0
+int layout notification_template_part_time 0x0
+int layout select_dialog_item_material 0x0
+int layout select_dialog_multichoice_material 0x0
+int layout select_dialog_singlechoice_material 0x0
+int layout support_simple_spinner_dropdown_item 0x0
+int plurals mtrl_badge_content_description 0x0
+int string abc_action_bar_home_description 0x0
+int string abc_action_bar_up_description 0x0
+int string abc_action_menu_overflow_description 0x0
+int string abc_action_mode_done 0x0
+int string abc_activity_chooser_view_see_all 0x0
+int string abc_activitychooserview_choose_application 0x0
+int string abc_capital_off 0x0
+int string abc_capital_on 0x0
+int string abc_menu_alt_shortcut_label 0x0
+int string abc_menu_ctrl_shortcut_label 0x0
+int string abc_menu_delete_shortcut_label 0x0
+int string abc_menu_enter_shortcut_label 0x0
+int string abc_menu_function_shortcut_label 0x0
+int string abc_menu_meta_shortcut_label 0x0
+int string abc_menu_shift_shortcut_label 0x0
+int string abc_menu_space_shortcut_label 0x0
+int string abc_menu_sym_shortcut_label 0x0
+int string abc_prepend_shortcut_label 0x0
+int string abc_search_hint 0x0
+int string abc_searchview_description_clear 0x0
+int string abc_searchview_description_query 0x0
+int string abc_searchview_description_search 0x0
+int string abc_searchview_description_submit 0x0
+int string abc_searchview_description_voice 0x0
+int string abc_shareactionprovider_share_with 0x0
+int string abc_shareactionprovider_share_with_application 0x0
+int string abc_toolbar_collapse_description 0x0
+int string appbar_scrolling_view_behavior 0x0
+int string bottom_sheet_behavior 0x0
+int string bottomsheet_action_collapse 0x0
+int string bottomsheet_action_expand 0x0
+int string bottomsheet_action_expand_halfway 0x0
+int string bottomsheet_drag_handle_clicked 0x0
+int string bottomsheet_drag_handle_content_description 0x0
+int string character_counter_content_description 0x0
+int string character_counter_overflowed_content_description 0x0
+int string character_counter_pattern 0x0
+int string clear_text_end_icon_content_description 0x0
+int string error_a11y_label 0x0
+int string error_icon_content_description 0x0
+int string exposed_dropdown_menu_content_description 0x0
+int string fab_transformation_scrim_behavior 0x0
+int string fab_transformation_sheet_behavior 0x0
+int string hide_bottom_view_on_scroll_behavior 0x0
+int string icon_content_description 0x0
+int string item_view_role_description 0x0
+int string m3_sys_motion_easing_emphasized 0x0
+int string m3_sys_motion_easing_emphasized_accelerate 0x0
+int string m3_sys_motion_easing_emphasized_decelerate 0x0
+int string m3_sys_motion_easing_emphasized_path_data 0x0
+int string m3_sys_motion_easing_legacy 0x0
+int string m3_sys_motion_easing_legacy_accelerate 0x0
+int string m3_sys_motion_easing_legacy_decelerate 0x0
+int string m3_sys_motion_easing_linear 0x0
+int string m3_sys_motion_easing_standard 0x0
+int string m3_sys_motion_easing_standard_accelerate 0x0
+int string m3_sys_motion_easing_standard_decelerate 0x0
+int string material_clock_display_divider 0x0
+int string material_clock_toggle_content_description 0x0
+int string material_hour_selection 0x0
+int string material_hour_suffix 0x0
+int string material_minute_selection 0x0
+int string material_minute_suffix 0x0
+int string material_motion_easing_accelerated 0x0
+int string material_motion_easing_decelerated 0x0
+int string material_motion_easing_emphasized 0x0
+int string material_motion_easing_linear 0x0
+int string material_motion_easing_standard 0x0
+int string material_slider_range_end 0x0
+int string material_slider_range_start 0x0
+int string material_timepicker_am 0x0
+int string material_timepicker_clock_mode_description 0x0
+int string material_timepicker_hour 0x0
+int string material_timepicker_minute 0x0
+int string material_timepicker_pm 0x0
+int string material_timepicker_select_time 0x0
+int string material_timepicker_text_input_mode_description 0x0
+int string mtrl_badge_numberless_content_description 0x0
+int string mtrl_checkbox_button_icon_path_checked 0x0
+int string mtrl_checkbox_button_icon_path_group_name 0x0
+int string mtrl_checkbox_button_icon_path_indeterminate 0x0
+int string mtrl_checkbox_button_icon_path_name 0x0
+int string mtrl_checkbox_button_path_checked 0x0
+int string mtrl_checkbox_button_path_group_name 0x0
+int string mtrl_checkbox_button_path_name 0x0
+int string mtrl_checkbox_button_path_unchecked 0x0
+int string mtrl_checkbox_state_description_checked 0x0
+int string mtrl_checkbox_state_description_indeterminate 0x0
+int string mtrl_checkbox_state_description_unchecked 0x0
+int string mtrl_chip_close_icon_content_description 0x0
+int string mtrl_exceed_max_badge_number_content_description 0x0
+int string mtrl_exceed_max_badge_number_suffix 0x0
+int string mtrl_picker_a11y_next_month 0x0
+int string mtrl_picker_a11y_prev_month 0x0
+int string mtrl_picker_announce_current_selection 0x0
+int string mtrl_picker_cancel 0x0
+int string mtrl_picker_confirm 0x0
+int string mtrl_picker_date_header_selected 0x0
+int string mtrl_picker_date_header_title 0x0
+int string mtrl_picker_date_header_unselected 0x0
+int string mtrl_picker_day_of_week_column_header 0x0
+int string mtrl_picker_invalid_format 0x0
+int string mtrl_picker_invalid_format_example 0x0
+int string mtrl_picker_invalid_format_use 0x0
+int string mtrl_picker_invalid_range 0x0
+int string mtrl_picker_navigate_to_year_description 0x0
+int string mtrl_picker_out_of_range 0x0
+int string mtrl_picker_range_header_only_end_selected 0x0
+int string mtrl_picker_range_header_only_start_selected 0x0
+int string mtrl_picker_range_header_selected 0x0
+int string mtrl_picker_range_header_title 0x0
+int string mtrl_picker_range_header_unselected 0x0
+int string mtrl_picker_save 0x0
+int string mtrl_picker_text_input_date_hint 0x0
+int string mtrl_picker_text_input_date_range_end_hint 0x0
+int string mtrl_picker_text_input_date_range_start_hint 0x0
+int string mtrl_picker_text_input_day_abbr 0x0
+int string mtrl_picker_text_input_month_abbr 0x0
+int string mtrl_picker_text_input_year_abbr 0x0
+int string mtrl_picker_toggle_to_calendar_input_mode 0x0
+int string mtrl_picker_toggle_to_day_selection 0x0
+int string mtrl_picker_toggle_to_text_input_mode 0x0
+int string mtrl_picker_toggle_to_year_selection 0x0
+int string mtrl_switch_thumb_group_name 0x0
+int string mtrl_switch_thumb_path_checked 0x0
+int string mtrl_switch_thumb_path_morphing 0x0
+int string mtrl_switch_thumb_path_name 0x0
+int string mtrl_switch_thumb_path_pressed 0x0
+int string mtrl_switch_thumb_path_unchecked 0x0
+int string mtrl_switch_track_decoration_path 0x0
+int string mtrl_switch_track_path 0x0
+int string mtrl_timepicker_cancel 0x0
+int string mtrl_timepicker_confirm 0x0
+int string password_toggle_content_description 0x0
+int string path_password_eye 0x0
+int string path_password_eye_mask_strike_through 0x0
+int string path_password_eye_mask_visible 0x0
+int string path_password_strike_through 0x0
+int string search_menu_title 0x0
+int string status_bar_notification_info_overflow 0x0
+int style AlertDialog_AppCompat 0x0
+int style AlertDialog_AppCompat_Light 0x0
+int style Animation_AppCompat_Dialog 0x0
+int style Animation_AppCompat_DropDownUp 0x0
+int style Animation_AppCompat_Tooltip 0x0
+int style Animation_Design_BottomSheetDialog 0x0
+int style Animation_MaterialComponents_BottomSheetDialog 0x0
+int style Base_AlertDialog_AppCompat 0x0
+int style Base_AlertDialog_AppCompat_Light 0x0
+int style Base_Animation_AppCompat_Dialog 0x0
+int style Base_Animation_AppCompat_DropDownUp 0x0
+int style Base_Animation_AppCompat_Tooltip 0x0
+int style Base_CardView 0x0
+int style Base_DialogWindowTitleBackground_AppCompat 0x0
+int style Base_DialogWindowTitle_AppCompat 0x0
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Icon 0x0
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Panel 0x0
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Text 0x0
+int style Base_TextAppearance_AppCompat 0x0
+int style Base_TextAppearance_AppCompat_Body1 0x0
+int style Base_TextAppearance_AppCompat_Body2 0x0
+int style Base_TextAppearance_AppCompat_Button 0x0
+int style Base_TextAppearance_AppCompat_Caption 0x0
+int style Base_TextAppearance_AppCompat_Display1 0x0
+int style Base_TextAppearance_AppCompat_Display2 0x0
+int style Base_TextAppearance_AppCompat_Display3 0x0
+int style Base_TextAppearance_AppCompat_Display4 0x0
+int style Base_TextAppearance_AppCompat_Headline 0x0
+int style Base_TextAppearance_AppCompat_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Large 0x0
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
+int style Base_TextAppearance_AppCompat_Medium 0x0
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Menu 0x0
+int style Base_TextAppearance_AppCompat_SearchResult 0x0
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x0
+int style Base_TextAppearance_AppCompat_Small 0x0
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Subhead 0x0
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Title 0x0
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Tooltip 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x0
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
+int style Base_TextAppearance_MaterialComponents_Badge 0x0
+int style Base_TextAppearance_MaterialComponents_Button 0x0
+int style Base_TextAppearance_MaterialComponents_Headline6 0x0
+int style Base_TextAppearance_MaterialComponents_Subtitle2 0x0
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
+int style Base_ThemeOverlay_AppCompat 0x0
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x0
+int style Base_ThemeOverlay_AppCompat_Dark 0x0
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x0
+int style Base_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x0
+int style Base_ThemeOverlay_AppCompat_Light 0x0
+int style Base_ThemeOverlay_Material3_AutoCompleteTextView 0x0
+int style Base_ThemeOverlay_Material3_BottomSheetDialog 0x0
+int style Base_ThemeOverlay_Material3_Dialog 0x0
+int style Base_ThemeOverlay_Material3_TextInputEditText 0x0
+int style Base_ThemeOverlay_MaterialComponents_Dialog 0x0
+int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
+int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x0
+int style Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x0
+int style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
+int style Base_Theme_AppCompat 0x0
+int style Base_Theme_AppCompat_CompactMenu 0x0
+int style Base_Theme_AppCompat_Dialog 0x0
+int style Base_Theme_AppCompat_DialogWhenLarge 0x0
+int style Base_Theme_AppCompat_Dialog_Alert 0x0
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x0
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x0
+int style Base_Theme_AppCompat_Light 0x0
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x0
+int style Base_Theme_AppCompat_Light_Dialog 0x0
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x0
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x0
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x0
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x0
+int style Base_Theme_Material3_Dark 0x0
+int style Base_Theme_Material3_Dark_BottomSheetDialog 0x0
+int style Base_Theme_Material3_Dark_Dialog 0x0
+int style Base_Theme_Material3_Light 0x0
+int style Base_Theme_Material3_Light_BottomSheetDialog 0x0
+int style Base_Theme_Material3_Light_Dialog 0x0
+int style Base_Theme_MaterialComponents 0x0
+int style Base_Theme_MaterialComponents_Bridge 0x0
+int style Base_Theme_MaterialComponents_CompactMenu 0x0
+int style Base_Theme_MaterialComponents_Dialog 0x0
+int style Base_Theme_MaterialComponents_DialogWhenLarge 0x0
+int style Base_Theme_MaterialComponents_Dialog_Alert 0x0
+int style Base_Theme_MaterialComponents_Dialog_Bridge 0x0
+int style Base_Theme_MaterialComponents_Dialog_FixedSize 0x0
+int style Base_Theme_MaterialComponents_Dialog_MinWidth 0x0
+int style Base_Theme_MaterialComponents_Light 0x0
+int style Base_Theme_MaterialComponents_Light_Bridge 0x0
+int style Base_Theme_MaterialComponents_Light_DarkActionBar 0x0
+int style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog 0x0
+int style Base_Theme_MaterialComponents_Light_DialogWhenLarge 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog_Alert 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog_Bridge 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog_FixedSize 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog_MinWidth 0x0
+int style Base_V14_ThemeOverlay_Material3_BottomSheetDialog 0x0
+int style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
+int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x0
+int style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
+int style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
+int style Base_V14_Theme_Material3_Dark 0x0
+int style Base_V14_Theme_Material3_Dark_BottomSheetDialog 0x0
+int style Base_V14_Theme_Material3_Dark_Dialog 0x0
+int style Base_V14_Theme_Material3_Light 0x0
+int style Base_V14_Theme_Material3_Light_BottomSheetDialog 0x0
+int style Base_V14_Theme_Material3_Light_Dialog 0x0
+int style Base_V14_Theme_MaterialComponents 0x0
+int style Base_V14_Theme_MaterialComponents_Bridge 0x0
+int style Base_V14_Theme_MaterialComponents_Dialog 0x0
+int style Base_V14_Theme_MaterialComponents_Dialog_Bridge 0x0
+int style Base_V14_Theme_MaterialComponents_Light 0x0
+int style Base_V14_Theme_MaterialComponents_Light_Bridge 0x0
+int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
+int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x0
+int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x0
+int style Base_V14_Widget_MaterialComponents_AutoCompleteTextView 0x0
+int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_V21_ThemeOverlay_Material3_BottomSheetDialog 0x0
+int style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
+int style Base_V21_Theme_AppCompat 0x0
+int style Base_V21_Theme_AppCompat_Dialog 0x0
+int style Base_V21_Theme_AppCompat_Light 0x0
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x0
+int style Base_V21_Theme_MaterialComponents 0x0
+int style Base_V21_Theme_MaterialComponents_Dialog 0x0
+int style Base_V21_Theme_MaterialComponents_Light 0x0
+int style Base_V21_Theme_MaterialComponents_Light_Dialog 0x0
+int style Base_V22_Theme_AppCompat 0x0
+int style Base_V22_Theme_AppCompat_Light 0x0
+int style Base_V23_Theme_AppCompat 0x0
+int style Base_V23_Theme_AppCompat_Light 0x0
+int style Base_V24_Theme_Material3_Dark 0x0
+int style Base_V24_Theme_Material3_Dark_Dialog 0x0
+int style Base_V24_Theme_Material3_Light 0x0
+int style Base_V24_Theme_Material3_Light_Dialog 0x0
+int style Base_V26_Theme_AppCompat 0x0
+int style Base_V26_Theme_AppCompat_Light 0x0
+int style Base_V26_Widget_AppCompat_Toolbar 0x0
+int style Base_V28_Theme_AppCompat 0x0
+int style Base_V28_Theme_AppCompat_Light 0x0
+int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_V7_Theme_AppCompat 0x0
+int style Base_V7_Theme_AppCompat_Dialog 0x0
+int style Base_V7_Theme_AppCompat_Light 0x0
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x0
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x0
+int style Base_V7_Widget_AppCompat_EditText 0x0
+int style Base_V7_Widget_AppCompat_Toolbar 0x0
+int style Base_Widget_AppCompat_ActionBar 0x0
+int style Base_Widget_AppCompat_ActionBar_Solid 0x0
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x0
+int style Base_Widget_AppCompat_ActionBar_TabText 0x0
+int style Base_Widget_AppCompat_ActionBar_TabView 0x0
+int style Base_Widget_AppCompat_ActionButton 0x0
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x0
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x0
+int style Base_Widget_AppCompat_ActionMode 0x0
+int style Base_Widget_AppCompat_ActivityChooserView 0x0
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x0
+int style Base_Widget_AppCompat_Button 0x0
+int style Base_Widget_AppCompat_ButtonBar 0x0
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x0
+int style Base_Widget_AppCompat_Button_Borderless 0x0
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x0
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
+int style Base_Widget_AppCompat_Button_Colored 0x0
+int style Base_Widget_AppCompat_Button_Small 0x0
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x0
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x0
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x0
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x0
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x0
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x0
+int style Base_Widget_AppCompat_EditText 0x0
+int style Base_Widget_AppCompat_ImageButton 0x0
+int style Base_Widget_AppCompat_Light_ActionBar 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x0
+int style Base_Widget_AppCompat_Light_PopupMenu 0x0
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x0
+int style Base_Widget_AppCompat_ListMenuView 0x0
+int style Base_Widget_AppCompat_ListPopupWindow 0x0
+int style Base_Widget_AppCompat_ListView 0x0
+int style Base_Widget_AppCompat_ListView_DropDown 0x0
+int style Base_Widget_AppCompat_ListView_Menu 0x0
+int style Base_Widget_AppCompat_PopupMenu 0x0
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x0
+int style Base_Widget_AppCompat_PopupWindow 0x0
+int style Base_Widget_AppCompat_ProgressBar 0x0
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x0
+int style Base_Widget_AppCompat_RatingBar 0x0
+int style Base_Widget_AppCompat_RatingBar_Indicator 0x0
+int style Base_Widget_AppCompat_RatingBar_Small 0x0
+int style Base_Widget_AppCompat_SearchView 0x0
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x0
+int style Base_Widget_AppCompat_SeekBar 0x0
+int style Base_Widget_AppCompat_SeekBar_Discrete 0x0
+int style Base_Widget_AppCompat_Spinner 0x0
+int style Base_Widget_AppCompat_Spinner_Underlined 0x0
+int style Base_Widget_AppCompat_TextView 0x0
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x0
+int style Base_Widget_AppCompat_Toolbar 0x0
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x0
+int style Base_Widget_Design_TabLayout 0x0
+int style Base_Widget_Material3_ActionBar_Solid 0x0
+int style Base_Widget_Material3_ActionMode 0x0
+int style Base_Widget_Material3_CardView 0x0
+int style Base_Widget_Material3_Chip 0x0
+int style Base_Widget_Material3_CollapsingToolbar 0x0
+int style Base_Widget_Material3_CompoundButton_CheckBox 0x0
+int style Base_Widget_Material3_CompoundButton_RadioButton 0x0
+int style Base_Widget_Material3_CompoundButton_Switch 0x0
+int style Base_Widget_Material3_ExtendedFloatingActionButton 0x0
+int style Base_Widget_Material3_ExtendedFloatingActionButton_Icon 0x0
+int style Base_Widget_Material3_FloatingActionButton 0x0
+int style Base_Widget_Material3_FloatingActionButton_Large 0x0
+int style Base_Widget_Material3_FloatingActionButton_Small 0x0
+int style Base_Widget_Material3_Light_ActionBar_Solid 0x0
+int style Base_Widget_Material3_MaterialCalendar_NavigationButton 0x0
+int style Base_Widget_Material3_Snackbar 0x0
+int style Base_Widget_Material3_TabLayout 0x0
+int style Base_Widget_Material3_TabLayout_OnSurface 0x0
+int style Base_Widget_Material3_TabLayout_Secondary 0x0
+int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x0
+int style Base_Widget_MaterialComponents_CheckedTextView 0x0
+int style Base_Widget_MaterialComponents_Chip 0x0
+int style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x0
+int style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton 0x0
+int style Base_Widget_MaterialComponents_PopupMenu 0x0
+int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x0
+int style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x0
+int style Base_Widget_MaterialComponents_PopupMenu_Overflow 0x0
+int style Base_Widget_MaterialComponents_Slider 0x0
+int style Base_Widget_MaterialComponents_Snackbar 0x0
+int style Base_Widget_MaterialComponents_TextInputEditText 0x0
+int style Base_Widget_MaterialComponents_TextInputLayout 0x0
+int style Base_Widget_MaterialComponents_TextView 0x0
+int style CardView 0x0
+int style CardView_Dark 0x0
+int style CardView_Light 0x0
+int style MaterialAlertDialog_Material3 0x0
+int style MaterialAlertDialog_Material3_Body_Text 0x0
+int style MaterialAlertDialog_Material3_Body_Text_CenterStacked 0x0
+int style MaterialAlertDialog_Material3_Title_Icon 0x0
+int style MaterialAlertDialog_Material3_Title_Icon_CenterStacked 0x0
+int style MaterialAlertDialog_Material3_Title_Panel 0x0
+int style MaterialAlertDialog_Material3_Title_Panel_CenterStacked 0x0
+int style MaterialAlertDialog_Material3_Title_Text 0x0
+int style MaterialAlertDialog_Material3_Title_Text_CenterStacked 0x0
+int style MaterialAlertDialog_MaterialComponents 0x0
+int style MaterialAlertDialog_MaterialComponents_Body_Text 0x0
+int style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar 0x0
+int style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Icon 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Panel 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Text 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked 0x0
+int style Platform_AppCompat 0x0
+int style Platform_AppCompat_Light 0x0
+int style Platform_MaterialComponents 0x0
+int style Platform_MaterialComponents_Dialog 0x0
+int style Platform_MaterialComponents_Light 0x0
+int style Platform_MaterialComponents_Light_Dialog 0x0
+int style Platform_ThemeOverlay_AppCompat 0x0
+int style Platform_ThemeOverlay_AppCompat_Dark 0x0
+int style Platform_ThemeOverlay_AppCompat_Light 0x0
+int style Platform_V21_AppCompat 0x0
+int style Platform_V21_AppCompat_Light 0x0
+int style Platform_V25_AppCompat 0x0
+int style Platform_V25_AppCompat_Light 0x0
+int style Platform_Widget_AppCompat_Spinner 0x0
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x0
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x0
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x0
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x0
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x0
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x0
+int style ShapeAppearanceOverlay_Material3_Button 0x0
+int style ShapeAppearanceOverlay_Material3_Chip 0x0
+int style ShapeAppearanceOverlay_Material3_Corner_Bottom 0x0
+int style ShapeAppearanceOverlay_Material3_Corner_Left 0x0
+int style ShapeAppearanceOverlay_Material3_Corner_Right 0x0
+int style ShapeAppearanceOverlay_Material3_Corner_Top 0x0
+int style ShapeAppearanceOverlay_Material3_FloatingActionButton 0x0
+int style ShapeAppearanceOverlay_Material3_NavigationView_Item 0x0
+int style ShapeAppearanceOverlay_MaterialAlertDialog_Material3 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_BottomSheet 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_Chip 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x0
+int style ShapeAppearance_M3_Comp_BottomAppBar_Container_Shape 0x0
+int style ShapeAppearance_M3_Comp_Switch_Handle_Shape 0x0
+int style ShapeAppearance_M3_Comp_Switch_StateLayer_Shape 0x0
+int style ShapeAppearance_M3_Comp_Switch_Track_Shape 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_Full 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_Large 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_Medium 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_None 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_Small 0x0
+int style ShapeAppearance_Material3_Corner_ExtraLarge 0x0
+int style ShapeAppearance_Material3_Corner_ExtraSmall 0x0
+int style ShapeAppearance_Material3_Corner_Full 0x0
+int style ShapeAppearance_Material3_Corner_Large 0x0
+int style ShapeAppearance_Material3_Corner_Medium 0x0
+int style ShapeAppearance_Material3_Corner_None 0x0
+int style ShapeAppearance_Material3_Corner_Small 0x0
+int style ShapeAppearance_Material3_LargeComponent 0x0
+int style ShapeAppearance_Material3_MediumComponent 0x0
+int style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator 0x0
+int style ShapeAppearance_Material3_SmallComponent 0x0
+int style ShapeAppearance_Material3_Tooltip 0x0
+int style ShapeAppearance_MaterialComponents 0x0
+int style ShapeAppearance_MaterialComponents_LargeComponent 0x0
+int style ShapeAppearance_MaterialComponents_MediumComponent 0x0
+int style ShapeAppearance_MaterialComponents_SmallComponent 0x0
+int style ShapeAppearance_MaterialComponents_Tooltip 0x0
+int style TextAppearance_AppCompat 0x0
+int style TextAppearance_AppCompat_Body1 0x0
+int style TextAppearance_AppCompat_Body2 0x0
+int style TextAppearance_AppCompat_Button 0x0
+int style TextAppearance_AppCompat_Caption 0x0
+int style TextAppearance_AppCompat_Display1 0x0
+int style TextAppearance_AppCompat_Display2 0x0
+int style TextAppearance_AppCompat_Display3 0x0
+int style TextAppearance_AppCompat_Display4 0x0
+int style TextAppearance_AppCompat_Headline 0x0
+int style TextAppearance_AppCompat_Inverse 0x0
+int style TextAppearance_AppCompat_Large 0x0
+int style TextAppearance_AppCompat_Large_Inverse 0x0
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x0
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x0
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
+int style TextAppearance_AppCompat_Medium 0x0
+int style TextAppearance_AppCompat_Medium_Inverse 0x0
+int style TextAppearance_AppCompat_Menu 0x0
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x0
+int style TextAppearance_AppCompat_SearchResult_Title 0x0
+int style TextAppearance_AppCompat_Small 0x0
+int style TextAppearance_AppCompat_Small_Inverse 0x0
+int style TextAppearance_AppCompat_Subhead 0x0
+int style TextAppearance_AppCompat_Subhead_Inverse 0x0
+int style TextAppearance_AppCompat_Title 0x0
+int style TextAppearance_AppCompat_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Tooltip 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_Button 0x0
+int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
+int style TextAppearance_AppCompat_Widget_Button_Colored 0x0
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
+int style TextAppearance_AppCompat_Widget_Switch 0x0
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
+int style TextAppearance_Compat_Notification 0x0
+int style TextAppearance_Compat_Notification_Info 0x0
+int style TextAppearance_Compat_Notification_Line2 0x0
+int style TextAppearance_Compat_Notification_Time 0x0
+int style TextAppearance_Compat_Notification_Title 0x0
+int style TextAppearance_Design_CollapsingToolbar_Expanded 0x0
+int style TextAppearance_Design_Counter 0x0
+int style TextAppearance_Design_Counter_Overflow 0x0
+int style TextAppearance_Design_Error 0x0
+int style TextAppearance_Design_HelperText 0x0
+int style TextAppearance_Design_Hint 0x0
+int style TextAppearance_Design_Placeholder 0x0
+int style TextAppearance_Design_Prefix 0x0
+int style TextAppearance_Design_Snackbar_Message 0x0
+int style TextAppearance_Design_Suffix 0x0
+int style TextAppearance_Design_Tab 0x0
+int style TextAppearance_M3_Sys_Typescale_BodyLarge 0x0
+int style TextAppearance_M3_Sys_Typescale_BodyMedium 0x0
+int style TextAppearance_M3_Sys_Typescale_BodySmall 0x0
+int style TextAppearance_M3_Sys_Typescale_DisplayLarge 0x0
+int style TextAppearance_M3_Sys_Typescale_DisplayMedium 0x0
+int style TextAppearance_M3_Sys_Typescale_DisplaySmall 0x0
+int style TextAppearance_M3_Sys_Typescale_HeadlineLarge 0x0
+int style TextAppearance_M3_Sys_Typescale_HeadlineMedium 0x0
+int style TextAppearance_M3_Sys_Typescale_HeadlineSmall 0x0
+int style TextAppearance_M3_Sys_Typescale_LabelLarge 0x0
+int style TextAppearance_M3_Sys_Typescale_LabelMedium 0x0
+int style TextAppearance_M3_Sys_Typescale_LabelSmall 0x0
+int style TextAppearance_M3_Sys_Typescale_TitleLarge 0x0
+int style TextAppearance_M3_Sys_Typescale_TitleMedium 0x0
+int style TextAppearance_M3_Sys_Typescale_TitleSmall 0x0
+int style TextAppearance_Material3_ActionBar_Subtitle 0x0
+int style TextAppearance_Material3_ActionBar_Title 0x0
+int style TextAppearance_Material3_BodyLarge 0x0
+int style TextAppearance_Material3_BodyMedium 0x0
+int style TextAppearance_Material3_BodySmall 0x0
+int style TextAppearance_Material3_DisplayLarge 0x0
+int style TextAppearance_Material3_DisplayMedium 0x0
+int style TextAppearance_Material3_DisplaySmall 0x0
+int style TextAppearance_Material3_HeadlineLarge 0x0
+int style TextAppearance_Material3_HeadlineMedium 0x0
+int style TextAppearance_Material3_HeadlineSmall 0x0
+int style TextAppearance_Material3_LabelLarge 0x0
+int style TextAppearance_Material3_LabelMedium 0x0
+int style TextAppearance_Material3_LabelSmall 0x0
+int style TextAppearance_Material3_MaterialTimePicker_Title 0x0
+int style TextAppearance_Material3_TitleLarge 0x0
+int style TextAppearance_Material3_TitleMedium 0x0
+int style TextAppearance_Material3_TitleSmall 0x0
+int style TextAppearance_MaterialComponents_Badge 0x0
+int style TextAppearance_MaterialComponents_Body1 0x0
+int style TextAppearance_MaterialComponents_Body2 0x0
+int style TextAppearance_MaterialComponents_Button 0x0
+int style TextAppearance_MaterialComponents_Caption 0x0
+int style TextAppearance_MaterialComponents_Chip 0x0
+int style TextAppearance_MaterialComponents_Headline1 0x0
+int style TextAppearance_MaterialComponents_Headline2 0x0
+int style TextAppearance_MaterialComponents_Headline3 0x0
+int style TextAppearance_MaterialComponents_Headline4 0x0
+int style TextAppearance_MaterialComponents_Headline5 0x0
+int style TextAppearance_MaterialComponents_Headline6 0x0
+int style TextAppearance_MaterialComponents_Overline 0x0
+int style TextAppearance_MaterialComponents_Subtitle1 0x0
+int style TextAppearance_MaterialComponents_Subtitle2 0x0
+int style TextAppearance_MaterialComponents_TimePicker_Title 0x0
+int style TextAppearance_MaterialComponents_Tooltip 0x0
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
+int style ThemeOverlay_AppCompat 0x0
+int style ThemeOverlay_AppCompat_ActionBar 0x0
+int style ThemeOverlay_AppCompat_Dark 0x0
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x0
+int style ThemeOverlay_AppCompat_DayNight 0x0
+int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x0
+int style ThemeOverlay_AppCompat_Dialog 0x0
+int style ThemeOverlay_AppCompat_Dialog_Alert 0x0
+int style ThemeOverlay_AppCompat_Light 0x0
+int style ThemeOverlay_Design_TextInputEditText 0x0
+int style ThemeOverlay_Material3 0x0
+int style ThemeOverlay_Material3_ActionBar 0x0
+int style ThemeOverlay_Material3_AutoCompleteTextView 0x0
+int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox 0x0
+int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense 0x0
+int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox 0x0
+int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x0
+int style ThemeOverlay_Material3_BottomAppBar 0x0
+int style ThemeOverlay_Material3_BottomAppBar_Legacy 0x0
+int style ThemeOverlay_Material3_BottomSheetDialog 0x0
+int style ThemeOverlay_Material3_Button 0x0
+int style ThemeOverlay_Material3_Button_ElevatedButton 0x0
+int style ThemeOverlay_Material3_Button_IconButton 0x0
+int style ThemeOverlay_Material3_Button_IconButton_Filled 0x0
+int style ThemeOverlay_Material3_Button_IconButton_Filled_Tonal 0x0
+int style ThemeOverlay_Material3_Button_TextButton 0x0
+int style ThemeOverlay_Material3_Button_TextButton_Snackbar 0x0
+int style ThemeOverlay_Material3_Button_TonalButton 0x0
+int style ThemeOverlay_Material3_Chip 0x0
+int style ThemeOverlay_Material3_Chip_Assist 0x0
+int style ThemeOverlay_Material3_Dark 0x0
+int style ThemeOverlay_Material3_Dark_ActionBar 0x0
+int style ThemeOverlay_Material3_DayNight_BottomSheetDialog 0x0
+int style ThemeOverlay_Material3_Dialog 0x0
+int style ThemeOverlay_Material3_Dialog_Alert 0x0
+int style ThemeOverlay_Material3_Dialog_Alert_Framework 0x0
+int style ThemeOverlay_Material3_DynamicColors_Dark 0x0
+int style ThemeOverlay_Material3_DynamicColors_DayNight 0x0
+int style ThemeOverlay_Material3_DynamicColors_Light 0x0
+int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Primary 0x0
+int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Secondary 0x0
+int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Surface 0x0
+int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Tertiary 0x0
+int style ThemeOverlay_Material3_FloatingActionButton_Primary 0x0
+int style ThemeOverlay_Material3_FloatingActionButton_Secondary 0x0
+int style ThemeOverlay_Material3_FloatingActionButton_Surface 0x0
+int style ThemeOverlay_Material3_FloatingActionButton_Tertiary 0x0
+int style ThemeOverlay_Material3_HarmonizedColors 0x0
+int style ThemeOverlay_Material3_HarmonizedColors_Empty 0x0
+int style ThemeOverlay_Material3_Light 0x0
+int style ThemeOverlay_Material3_Light_Dialog_Alert_Framework 0x0
+int style ThemeOverlay_Material3_MaterialAlertDialog 0x0
+int style ThemeOverlay_Material3_MaterialAlertDialog_Centered 0x0
+int style ThemeOverlay_Material3_MaterialCalendar 0x0
+int style ThemeOverlay_Material3_MaterialCalendar_Fullscreen 0x0
+int style ThemeOverlay_Material3_MaterialCalendar_HeaderCancelButton 0x0
+int style ThemeOverlay_Material3_MaterialTimePicker 0x0
+int style ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText 0x0
+int style ThemeOverlay_Material3_NavigationView 0x0
+int style ThemeOverlay_Material3_Snackbar 0x0
+int style ThemeOverlay_Material3_TextInputEditText 0x0
+int style ThemeOverlay_Material3_TextInputEditText_FilledBox 0x0
+int style ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense 0x0
+int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox 0x0
+int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense 0x0
+int style ThemeOverlay_Material3_Toolbar_Surface 0x0
+int style ThemeOverlay_MaterialAlertDialog_Material3_Title_Icon 0x0
+int style ThemeOverlay_MaterialComponents 0x0
+int style ThemeOverlay_MaterialComponents_ActionBar 0x0
+int style ThemeOverlay_MaterialComponents_ActionBar_Primary 0x0
+int style ThemeOverlay_MaterialComponents_ActionBar_Surface 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x0
+int style ThemeOverlay_MaterialComponents_BottomAppBar_Primary 0x0
+int style ThemeOverlay_MaterialComponents_BottomAppBar_Surface 0x0
+int style ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
+int style ThemeOverlay_MaterialComponents_Dark 0x0
+int style ThemeOverlay_MaterialComponents_Dark_ActionBar 0x0
+int style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog 0x0
+int style ThemeOverlay_MaterialComponents_Dialog 0x0
+int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
+int style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x0
+int style ThemeOverlay_MaterialComponents_Light 0x0
+int style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner 0x0
+int style ThemeOverlay_MaterialComponents_MaterialCalendar 0x0
+int style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x0
+int style ThemeOverlay_MaterialComponents_TimePicker 0x0
+int style ThemeOverlay_MaterialComponents_TimePicker_Display 0x0
+int style ThemeOverlay_MaterialComponents_TimePicker_Display_TextInputEditText 0x0
+int style ThemeOverlay_MaterialComponents_Toolbar_Popup_Primary 0x0
+int style ThemeOverlay_MaterialComponents_Toolbar_Primary 0x0
+int style ThemeOverlay_MaterialComponents_Toolbar_Surface 0x0
+int style Theme_AppCompat 0x0
+int style Theme_AppCompat_CompactMenu 0x0
+int style Theme_AppCompat_DayNight 0x0
+int style Theme_AppCompat_DayNight_DarkActionBar 0x0
+int style Theme_AppCompat_DayNight_Dialog 0x0
+int style Theme_AppCompat_DayNight_DialogWhenLarge 0x0
+int style Theme_AppCompat_DayNight_Dialog_Alert 0x0
+int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x0
+int style Theme_AppCompat_DayNight_NoActionBar 0x0
+int style Theme_AppCompat_Dialog 0x0
+int style Theme_AppCompat_DialogWhenLarge 0x0
+int style Theme_AppCompat_Dialog_Alert 0x0
+int style Theme_AppCompat_Dialog_MinWidth 0x0
+int style Theme_AppCompat_Empty 0x0
+int style Theme_AppCompat_Light 0x0
+int style Theme_AppCompat_Light_DarkActionBar 0x0
+int style Theme_AppCompat_Light_Dialog 0x0
+int style Theme_AppCompat_Light_DialogWhenLarge 0x0
+int style Theme_AppCompat_Light_Dialog_Alert 0x0
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x0
+int style Theme_AppCompat_Light_NoActionBar 0x0
+int style Theme_AppCompat_NoActionBar 0x0
+int style Theme_Design 0x0
+int style Theme_Design_BottomSheetDialog 0x0
+int style Theme_Design_Light 0x0
+int style Theme_Design_Light_BottomSheetDialog 0x0
+int style Theme_Design_Light_NoActionBar 0x0
+int style Theme_Design_NoActionBar 0x0
+int style Theme_Material3_Dark 0x0
+int style Theme_Material3_Dark_BottomSheetDialog 0x0
+int style Theme_Material3_Dark_Dialog 0x0
+int style Theme_Material3_Dark_DialogWhenLarge 0x0
+int style Theme_Material3_Dark_Dialog_Alert 0x0
+int style Theme_Material3_Dark_Dialog_MinWidth 0x0
+int style Theme_Material3_Dark_NoActionBar 0x0
+int style Theme_Material3_DayNight 0x0
+int style Theme_Material3_DayNight_BottomSheetDialog 0x0
+int style Theme_Material3_DayNight_Dialog 0x0
+int style Theme_Material3_DayNight_DialogWhenLarge 0x0
+int style Theme_Material3_DayNight_Dialog_Alert 0x0
+int style Theme_Material3_DayNight_Dialog_MinWidth 0x0
+int style Theme_Material3_DayNight_NoActionBar 0x0
+int style Theme_Material3_DynamicColors_Dark 0x0
+int style Theme_Material3_DynamicColors_DayNight 0x0
+int style Theme_Material3_DynamicColors_Light 0x0
+int style Theme_Material3_Light 0x0
+int style Theme_Material3_Light_BottomSheetDialog 0x0
+int style Theme_Material3_Light_Dialog 0x0
+int style Theme_Material3_Light_DialogWhenLarge 0x0
+int style Theme_Material3_Light_Dialog_Alert 0x0
+int style Theme_Material3_Light_Dialog_MinWidth 0x0
+int style Theme_Material3_Light_NoActionBar 0x0
+int style Theme_MaterialComponents 0x0
+int style Theme_MaterialComponents_BottomSheetDialog 0x0
+int style Theme_MaterialComponents_Bridge 0x0
+int style Theme_MaterialComponents_CompactMenu 0x0
+int style Theme_MaterialComponents_DayNight 0x0
+int style Theme_MaterialComponents_DayNight_BottomSheetDialog 0x0
+int style Theme_MaterialComponents_DayNight_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_DarkActionBar 0x0
+int style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog 0x0
+int style Theme_MaterialComponents_DayNight_DialogWhenLarge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_Alert 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_FixedSize 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_MinWidth 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_NoActionBar 0x0
+int style Theme_MaterialComponents_DayNight_NoActionBar_Bridge 0x0
+int style Theme_MaterialComponents_Dialog 0x0
+int style Theme_MaterialComponents_DialogWhenLarge 0x0
+int style Theme_MaterialComponents_Dialog_Alert 0x0
+int style Theme_MaterialComponents_Dialog_Alert_Bridge 0x0
+int style Theme_MaterialComponents_Dialog_Bridge 0x0
+int style Theme_MaterialComponents_Dialog_FixedSize 0x0
+int style Theme_MaterialComponents_Dialog_FixedSize_Bridge 0x0
+int style Theme_MaterialComponents_Dialog_MinWidth 0x0
+int style Theme_MaterialComponents_Dialog_MinWidth_Bridge 0x0
+int style Theme_MaterialComponents_Light 0x0
+int style Theme_MaterialComponents_Light_BottomSheetDialog 0x0
+int style Theme_MaterialComponents_Light_Bridge 0x0
+int style Theme_MaterialComponents_Light_DarkActionBar 0x0
+int style Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
+int style Theme_MaterialComponents_Light_Dialog 0x0
+int style Theme_MaterialComponents_Light_DialogWhenLarge 0x0
+int style Theme_MaterialComponents_Light_Dialog_Alert 0x0
+int style Theme_MaterialComponents_Light_Dialog_Alert_Bridge 0x0
+int style Theme_MaterialComponents_Light_Dialog_Bridge 0x0
+int style Theme_MaterialComponents_Light_Dialog_FixedSize 0x0
+int style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge 0x0
+int style Theme_MaterialComponents_Light_Dialog_MinWidth 0x0
+int style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge 0x0
+int style Theme_MaterialComponents_Light_NoActionBar 0x0
+int style Theme_MaterialComponents_Light_NoActionBar_Bridge 0x0
+int style Theme_MaterialComponents_NoActionBar 0x0
+int style Theme_MaterialComponents_NoActionBar_Bridge 0x0
+int style Widget_AppCompat_ActionBar 0x0
+int style Widget_AppCompat_ActionBar_Solid 0x0
+int style Widget_AppCompat_ActionBar_TabBar 0x0
+int style Widget_AppCompat_ActionBar_TabText 0x0
+int style Widget_AppCompat_ActionBar_TabView 0x0
+int style Widget_AppCompat_ActionButton 0x0
+int style Widget_AppCompat_ActionButton_CloseMode 0x0
+int style Widget_AppCompat_ActionButton_Overflow 0x0
+int style Widget_AppCompat_ActionMode 0x0
+int style Widget_AppCompat_ActivityChooserView 0x0
+int style Widget_AppCompat_AutoCompleteTextView 0x0
+int style Widget_AppCompat_Button 0x0
+int style Widget_AppCompat_ButtonBar 0x0
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x0
+int style Widget_AppCompat_Button_Borderless 0x0
+int style Widget_AppCompat_Button_Borderless_Colored 0x0
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
+int style Widget_AppCompat_Button_Colored 0x0
+int style Widget_AppCompat_Button_Small 0x0
+int style Widget_AppCompat_CompoundButton_CheckBox 0x0
+int style Widget_AppCompat_CompoundButton_RadioButton 0x0
+int style Widget_AppCompat_CompoundButton_Switch 0x0
+int style Widget_AppCompat_DrawerArrowToggle 0x0
+int style Widget_AppCompat_DropDownItem_Spinner 0x0
+int style Widget_AppCompat_EditText 0x0
+int style Widget_AppCompat_ImageButton 0x0
+int style Widget_AppCompat_Light_ActionBar 0x0
+int style Widget_AppCompat_Light_ActionBar_Solid 0x0
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x0
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabText 0x0
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabView 0x0
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x0
+int style Widget_AppCompat_Light_ActionButton 0x0
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x0
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x0
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x0
+int style Widget_AppCompat_Light_ActivityChooserView 0x0
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x0
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x0
+int style Widget_AppCompat_Light_ListPopupWindow 0x0
+int style Widget_AppCompat_Light_ListView_DropDown 0x0
+int style Widget_AppCompat_Light_PopupMenu 0x0
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x0
+int style Widget_AppCompat_Light_SearchView 0x0
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x0
+int style Widget_AppCompat_ListMenuView 0x0
+int style Widget_AppCompat_ListPopupWindow 0x0
+int style Widget_AppCompat_ListView 0x0
+int style Widget_AppCompat_ListView_DropDown 0x0
+int style Widget_AppCompat_ListView_Menu 0x0
+int style Widget_AppCompat_PopupMenu 0x0
+int style Widget_AppCompat_PopupMenu_Overflow 0x0
+int style Widget_AppCompat_PopupWindow 0x0
+int style Widget_AppCompat_ProgressBar 0x0
+int style Widget_AppCompat_ProgressBar_Horizontal 0x0
+int style Widget_AppCompat_RatingBar 0x0
+int style Widget_AppCompat_RatingBar_Indicator 0x0
+int style Widget_AppCompat_RatingBar_Small 0x0
+int style Widget_AppCompat_SearchView 0x0
+int style Widget_AppCompat_SearchView_ActionBar 0x0
+int style Widget_AppCompat_SeekBar 0x0
+int style Widget_AppCompat_SeekBar_Discrete 0x0
+int style Widget_AppCompat_Spinner 0x0
+int style Widget_AppCompat_Spinner_DropDown 0x0
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x0
+int style Widget_AppCompat_Spinner_Underlined 0x0
+int style Widget_AppCompat_TextView 0x0
+int style Widget_AppCompat_TextView_SpinnerItem 0x0
+int style Widget_AppCompat_Toolbar 0x0
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x0
+int style Widget_Compat_NotificationActionContainer 0x0
+int style Widget_Compat_NotificationActionText 0x0
+int style Widget_Design_AppBarLayout 0x0
+int style Widget_Design_BottomNavigationView 0x0
+int style Widget_Design_BottomSheet_Modal 0x0
+int style Widget_Design_CollapsingToolbar 0x0
+int style Widget_Design_FloatingActionButton 0x0
+int style Widget_Design_NavigationView 0x0
+int style Widget_Design_ScrimInsetsFrameLayout 0x0
+int style Widget_Design_Snackbar 0x0
+int style Widget_Design_TabLayout 0x0
+int style Widget_Design_TextInputEditText 0x0
+int style Widget_Design_TextInputLayout 0x0
+int style Widget_Material3_ActionBar_Solid 0x0
+int style Widget_Material3_ActionMode 0x0
+int style Widget_Material3_AppBarLayout 0x0
+int style Widget_Material3_AutoCompleteTextView_FilledBox 0x0
+int style Widget_Material3_AutoCompleteTextView_FilledBox_Dense 0x0
+int style Widget_Material3_AutoCompleteTextView_OutlinedBox 0x0
+int style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x0
+int style Widget_Material3_Badge 0x0
+int style Widget_Material3_BottomAppBar 0x0
+int style Widget_Material3_BottomAppBar_Button_Navigation 0x0
+int style Widget_Material3_BottomAppBar_Legacy 0x0
+int style Widget_Material3_BottomNavigationView 0x0
+int style Widget_Material3_BottomNavigationView_ActiveIndicator 0x0
+int style Widget_Material3_BottomSheet 0x0
+int style Widget_Material3_BottomSheet_DragHandle 0x0
+int style Widget_Material3_BottomSheet_Modal 0x0
+int style Widget_Material3_Button 0x0
+int style Widget_Material3_Button_ElevatedButton 0x0
+int style Widget_Material3_Button_ElevatedButton_Icon 0x0
+int style Widget_Material3_Button_Icon 0x0
+int style Widget_Material3_Button_IconButton 0x0
+int style Widget_Material3_Button_IconButton_Filled 0x0
+int style Widget_Material3_Button_IconButton_Filled_Tonal 0x0
+int style Widget_Material3_Button_IconButton_Outlined 0x0
+int style Widget_Material3_Button_OutlinedButton 0x0
+int style Widget_Material3_Button_OutlinedButton_Icon 0x0
+int style Widget_Material3_Button_TextButton 0x0
+int style Widget_Material3_Button_TextButton_Dialog 0x0
+int style Widget_Material3_Button_TextButton_Dialog_Flush 0x0
+int style Widget_Material3_Button_TextButton_Dialog_Icon 0x0
+int style Widget_Material3_Button_TextButton_Icon 0x0
+int style Widget_Material3_Button_TextButton_Snackbar 0x0
+int style Widget_Material3_Button_TonalButton 0x0
+int style Widget_Material3_Button_TonalButton_Icon 0x0
+int style Widget_Material3_Button_UnelevatedButton 0x0
+int style Widget_Material3_CardView_Elevated 0x0
+int style Widget_Material3_CardView_Filled 0x0
+int style Widget_Material3_CardView_Outlined 0x0
+int style Widget_Material3_CheckedTextView 0x0
+int style Widget_Material3_ChipGroup 0x0
+int style Widget_Material3_Chip_Assist 0x0
+int style Widget_Material3_Chip_Assist_Elevated 0x0
+int style Widget_Material3_Chip_Filter 0x0
+int style Widget_Material3_Chip_Filter_Elevated 0x0
+int style Widget_Material3_Chip_Input 0x0
+int style Widget_Material3_Chip_Input_Elevated 0x0
+int style Widget_Material3_Chip_Input_Icon 0x0
+int style Widget_Material3_Chip_Input_Icon_Elevated 0x0
+int style Widget_Material3_Chip_Suggestion 0x0
+int style Widget_Material3_Chip_Suggestion_Elevated 0x0
+int style Widget_Material3_CircularProgressIndicator 0x0
+int style Widget_Material3_CircularProgressIndicator_ExtraSmall 0x0
+int style Widget_Material3_CircularProgressIndicator_Medium 0x0
+int style Widget_Material3_CircularProgressIndicator_Small 0x0
+int style Widget_Material3_CollapsingToolbar 0x0
+int style Widget_Material3_CollapsingToolbar_Large 0x0
+int style Widget_Material3_CollapsingToolbar_Medium 0x0
+int style Widget_Material3_CompoundButton_CheckBox 0x0
+int style Widget_Material3_CompoundButton_MaterialSwitch 0x0
+int style Widget_Material3_CompoundButton_RadioButton 0x0
+int style Widget_Material3_CompoundButton_Switch 0x0
+int style Widget_Material3_DrawerLayout 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Primary 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Surface 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Primary 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Secondary 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Surface 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Tertiary 0x0
+int style Widget_Material3_FloatingActionButton_Large_Primary 0x0
+int style Widget_Material3_FloatingActionButton_Large_Secondary 0x0
+int style Widget_Material3_FloatingActionButton_Large_Surface 0x0
+int style Widget_Material3_FloatingActionButton_Large_Tertiary 0x0
+int style Widget_Material3_FloatingActionButton_Primary 0x0
+int style Widget_Material3_FloatingActionButton_Secondary 0x0
+int style Widget_Material3_FloatingActionButton_Small_Primary 0x0
+int style Widget_Material3_FloatingActionButton_Small_Secondary 0x0
+int style Widget_Material3_FloatingActionButton_Small_Surface 0x0
+int style Widget_Material3_FloatingActionButton_Small_Tertiary 0x0
+int style Widget_Material3_FloatingActionButton_Surface 0x0
+int style Widget_Material3_FloatingActionButton_Tertiary 0x0
+int style Widget_Material3_Light_ActionBar_Solid 0x0
+int style Widget_Material3_LinearProgressIndicator 0x0
+int style Widget_Material3_MaterialCalendar 0x0
+int style Widget_Material3_MaterialCalendar_Day 0x0
+int style Widget_Material3_MaterialCalendar_DayOfWeekLabel 0x0
+int style Widget_Material3_MaterialCalendar_DayTextView 0x0
+int style Widget_Material3_MaterialCalendar_Day_Invalid 0x0
+int style Widget_Material3_MaterialCalendar_Day_Selected 0x0
+int style Widget_Material3_MaterialCalendar_Day_Today 0x0
+int style Widget_Material3_MaterialCalendar_Fullscreen 0x0
+int style Widget_Material3_MaterialCalendar_HeaderCancelButton 0x0
+int style Widget_Material3_MaterialCalendar_HeaderDivider 0x0
+int style Widget_Material3_MaterialCalendar_HeaderLayout 0x0
+int style Widget_Material3_MaterialCalendar_HeaderSelection 0x0
+int style Widget_Material3_MaterialCalendar_HeaderSelection_Fullscreen 0x0
+int style Widget_Material3_MaterialCalendar_HeaderTitle 0x0
+int style Widget_Material3_MaterialCalendar_HeaderToggleButton 0x0
+int style Widget_Material3_MaterialCalendar_Item 0x0
+int style Widget_Material3_MaterialCalendar_MonthNavigationButton 0x0
+int style Widget_Material3_MaterialCalendar_MonthTextView 0x0
+int style Widget_Material3_MaterialCalendar_Year 0x0
+int style Widget_Material3_MaterialCalendar_YearNavigationButton 0x0
+int style Widget_Material3_MaterialCalendar_Year_Selected 0x0
+int style Widget_Material3_MaterialCalendar_Year_Today 0x0
+int style Widget_Material3_MaterialDivider 0x0
+int style Widget_Material3_MaterialDivider_Heavy 0x0
+int style Widget_Material3_MaterialTimePicker 0x0
+int style Widget_Material3_MaterialTimePicker_Button 0x0
+int style Widget_Material3_MaterialTimePicker_Clock 0x0
+int style Widget_Material3_MaterialTimePicker_Display 0x0
+int style Widget_Material3_MaterialTimePicker_Display_Divider 0x0
+int style Widget_Material3_MaterialTimePicker_Display_HelperText 0x0
+int style Widget_Material3_MaterialTimePicker_Display_TextInputEditText 0x0
+int style Widget_Material3_MaterialTimePicker_Display_TextInputLayout 0x0
+int style Widget_Material3_MaterialTimePicker_ImageButton 0x0
+int style Widget_Material3_NavigationRailView 0x0
+int style Widget_Material3_NavigationRailView_ActiveIndicator 0x0
+int style Widget_Material3_NavigationView 0x0
+int style Widget_Material3_PopupMenu 0x0
+int style Widget_Material3_PopupMenu_ContextMenu 0x0
+int style Widget_Material3_PopupMenu_ListPopupWindow 0x0
+int style Widget_Material3_PopupMenu_Overflow 0x0
+int style Widget_Material3_Slider 0x0
+int style Widget_Material3_Snackbar 0x0
+int style Widget_Material3_Snackbar_FullWidth 0x0
+int style Widget_Material3_Snackbar_TextView 0x0
+int style Widget_Material3_TabLayout 0x0
+int style Widget_Material3_TabLayout_OnSurface 0x0
+int style Widget_Material3_TabLayout_Secondary 0x0
+int style Widget_Material3_TextInputEditText_FilledBox 0x0
+int style Widget_Material3_TextInputEditText_FilledBox_Dense 0x0
+int style Widget_Material3_TextInputEditText_OutlinedBox 0x0
+int style Widget_Material3_TextInputEditText_OutlinedBox_Dense 0x0
+int style Widget_Material3_TextInputLayout_FilledBox 0x0
+int style Widget_Material3_TextInputLayout_FilledBox_Dense 0x0
+int style Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x0
+int style Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu 0x0
+int style Widget_Material3_TextInputLayout_OutlinedBox 0x0
+int style Widget_Material3_TextInputLayout_OutlinedBox_Dense 0x0
+int style Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x0
+int style Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x0
+int style Widget_Material3_Toolbar 0x0
+int style Widget_Material3_Toolbar_OnSurface 0x0
+int style Widget_Material3_Toolbar_Surface 0x0
+int style Widget_Material3_Tooltip 0x0
+int style Widget_MaterialComponents_ActionBar_Primary 0x0
+int style Widget_MaterialComponents_ActionBar_PrimarySurface 0x0
+int style Widget_MaterialComponents_ActionBar_Solid 0x0
+int style Widget_MaterialComponents_ActionBar_Surface 0x0
+int style Widget_MaterialComponents_ActionMode 0x0
+int style Widget_MaterialComponents_AppBarLayout_Primary 0x0
+int style Widget_MaterialComponents_AppBarLayout_PrimarySurface 0x0
+int style Widget_MaterialComponents_AppBarLayout_Surface 0x0
+int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox 0x0
+int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x0
+int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x0
+int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x0
+int style Widget_MaterialComponents_Badge 0x0
+int style Widget_MaterialComponents_BottomAppBar 0x0
+int style Widget_MaterialComponents_BottomAppBar_Colored 0x0
+int style Widget_MaterialComponents_BottomAppBar_PrimarySurface 0x0
+int style Widget_MaterialComponents_BottomNavigationView 0x0
+int style Widget_MaterialComponents_BottomNavigationView_Colored 0x0
+int style Widget_MaterialComponents_BottomNavigationView_PrimarySurface 0x0
+int style Widget_MaterialComponents_BottomSheet 0x0
+int style Widget_MaterialComponents_BottomSheet_Modal 0x0
+int style Widget_MaterialComponents_Button 0x0
+int style Widget_MaterialComponents_Button_Icon 0x0
+int style Widget_MaterialComponents_Button_OutlinedButton 0x0
+int style Widget_MaterialComponents_Button_OutlinedButton_Icon 0x0
+int style Widget_MaterialComponents_Button_TextButton 0x0
+int style Widget_MaterialComponents_Button_TextButton_Dialog 0x0
+int style Widget_MaterialComponents_Button_TextButton_Dialog_Flush 0x0
+int style Widget_MaterialComponents_Button_TextButton_Dialog_Icon 0x0
+int style Widget_MaterialComponents_Button_TextButton_Icon 0x0
+int style Widget_MaterialComponents_Button_TextButton_Snackbar 0x0
+int style Widget_MaterialComponents_Button_UnelevatedButton 0x0
+int style Widget_MaterialComponents_Button_UnelevatedButton_Icon 0x0
+int style Widget_MaterialComponents_CardView 0x0
+int style Widget_MaterialComponents_CheckedTextView 0x0
+int style Widget_MaterialComponents_ChipGroup 0x0
+int style Widget_MaterialComponents_Chip_Action 0x0
+int style Widget_MaterialComponents_Chip_Choice 0x0
+int style Widget_MaterialComponents_Chip_Entry 0x0
+int style Widget_MaterialComponents_Chip_Filter 0x0
+int style Widget_MaterialComponents_CircularProgressIndicator 0x0
+int style Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall 0x0
+int style Widget_MaterialComponents_CircularProgressIndicator_Medium 0x0
+int style Widget_MaterialComponents_CircularProgressIndicator_Small 0x0
+int style Widget_MaterialComponents_CollapsingToolbar 0x0
+int style Widget_MaterialComponents_CompoundButton_CheckBox 0x0
+int style Widget_MaterialComponents_CompoundButton_RadioButton 0x0
+int style Widget_MaterialComponents_CompoundButton_Switch 0x0
+int style Widget_MaterialComponents_ExtendedFloatingActionButton 0x0
+int style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon 0x0
+int style Widget_MaterialComponents_FloatingActionButton 0x0
+int style Widget_MaterialComponents_Light_ActionBar_Solid 0x0
+int style Widget_MaterialComponents_LinearProgressIndicator 0x0
+int style Widget_MaterialComponents_MaterialButtonToggleGroup 0x0
+int style Widget_MaterialComponents_MaterialCalendar 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Day 0x0
+int style Widget_MaterialComponents_MaterialCalendar_DayOfWeekLabel 0x0
+int style Widget_MaterialComponents_MaterialCalendar_DayTextView 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Day_Invalid 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Day_Today 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Fullscreen 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderDivider 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderTitle 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Item 0x0
+int style Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_MonthTextView 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Year 0x0
+int style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Year_Selected 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Year_Today 0x0
+int style Widget_MaterialComponents_MaterialDivider 0x0
+int style Widget_MaterialComponents_NavigationRailView 0x0
+int style Widget_MaterialComponents_NavigationRailView_Colored 0x0
+int style Widget_MaterialComponents_NavigationRailView_Colored_Compact 0x0
+int style Widget_MaterialComponents_NavigationRailView_Compact 0x0
+int style Widget_MaterialComponents_NavigationRailView_PrimarySurface 0x0
+int style Widget_MaterialComponents_NavigationView 0x0
+int style Widget_MaterialComponents_PopupMenu 0x0
+int style Widget_MaterialComponents_PopupMenu_ContextMenu 0x0
+int style Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x0
+int style Widget_MaterialComponents_PopupMenu_Overflow 0x0
+int style Widget_MaterialComponents_ProgressIndicator 0x0
+int style Widget_MaterialComponents_ShapeableImageView 0x0
+int style Widget_MaterialComponents_Slider 0x0
+int style Widget_MaterialComponents_Snackbar 0x0
+int style Widget_MaterialComponents_Snackbar_FullWidth 0x0
+int style Widget_MaterialComponents_Snackbar_TextView 0x0
+int style Widget_MaterialComponents_TabLayout 0x0
+int style Widget_MaterialComponents_TabLayout_Colored 0x0
+int style Widget_MaterialComponents_TabLayout_PrimarySurface 0x0
+int style Widget_MaterialComponents_TextInputEditText_FilledBox 0x0
+int style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense 0x0
+int style Widget_MaterialComponents_TextInputEditText_OutlinedBox 0x0
+int style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x0
+int style Widget_MaterialComponents_TextInputLayout_FilledBox 0x0
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense 0x0
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x0
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu 0x0
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox 0x0
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense 0x0
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x0
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x0
+int style Widget_MaterialComponents_TextView 0x0
+int style Widget_MaterialComponents_TimePicker 0x0
+int style Widget_MaterialComponents_TimePicker_Button 0x0
+int style Widget_MaterialComponents_TimePicker_Clock 0x0
+int style Widget_MaterialComponents_TimePicker_Display 0x0
+int style Widget_MaterialComponents_TimePicker_Display_Divider 0x0
+int style Widget_MaterialComponents_TimePicker_Display_HelperText 0x0
+int style Widget_MaterialComponents_TimePicker_Display_TextInputEditText 0x0
+int style Widget_MaterialComponents_TimePicker_Display_TextInputLayout 0x0
+int style Widget_MaterialComponents_TimePicker_ImageButton 0x0
+int style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance 0x0
+int style Widget_MaterialComponents_Toolbar 0x0
+int style Widget_MaterialComponents_Toolbar_Primary 0x0
+int style Widget_MaterialComponents_Toolbar_PrimarySurface 0x0
+int style Widget_MaterialComponents_Toolbar_Surface 0x0
+int style Widget_MaterialComponents_Tooltip 0x0
+int style Widget_Support_CoordinatorLayout 0x0
+int[] styleable ActionBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ActionBar_background 0
+int styleable ActionBar_backgroundSplit 1
+int styleable ActionBar_backgroundStacked 2
+int styleable ActionBar_contentInsetEnd 3
+int styleable ActionBar_contentInsetEndWithActions 4
+int styleable ActionBar_contentInsetLeft 5
+int styleable ActionBar_contentInsetRight 6
+int styleable ActionBar_contentInsetStart 7
+int styleable ActionBar_contentInsetStartWithNavigation 8
+int styleable ActionBar_customNavigationLayout 9
+int styleable ActionBar_displayOptions 10
+int styleable ActionBar_divider 11
+int styleable ActionBar_elevation 12
+int styleable ActionBar_height 13
+int styleable ActionBar_hideOnContentScroll 14
+int styleable ActionBar_homeAsUpIndicator 15
+int styleable ActionBar_homeLayout 16
+int styleable ActionBar_icon 17
+int styleable ActionBar_indeterminateProgressStyle 18
+int styleable ActionBar_itemPadding 19
+int styleable ActionBar_logo 20
+int styleable ActionBar_navigationMode 21
+int styleable ActionBar_popupTheme 22
+int styleable ActionBar_progressBarPadding 23
+int styleable ActionBar_progressBarStyle 24
+int styleable ActionBar_subtitle 25
+int styleable ActionBar_subtitleTextStyle 26
+int styleable ActionBar_title 27
+int styleable ActionBar_titleTextStyle 28
+int[] styleable ActionBarLayout { 0x10100b3 }
+int styleable ActionBarLayout_android_layout_gravity 0
+int[] styleable ActionMenuItemView { 0x101013f }
+int styleable ActionMenuItemView_android_minWidth 0
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ActionMode_background 0
+int styleable ActionMode_backgroundSplit 1
+int styleable ActionMode_closeItemLayout 2
+int styleable ActionMode_height 3
+int styleable ActionMode_subtitleTextStyle 4
+int styleable ActionMode_titleTextStyle 5
+int[] styleable ActivityChooserView { 0x0, 0x0 }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
+int styleable ActivityChooserView_initialActivityCount 1
+int[] styleable AlertDialog { 0x10100f2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AlertDialog_android_layout 0
+int styleable AlertDialog_buttonIconDimen 1
+int styleable AlertDialog_buttonPanelSideLayout 2
+int styleable AlertDialog_listItemLayout 3
+int styleable AlertDialog_listLayout 4
+int styleable AlertDialog_multiChoiceItemLayout 5
+int styleable AlertDialog_showTitle 6
+int styleable AlertDialog_singleChoiceItemLayout 7
+int[] styleable AnimatedStateListDrawableCompat { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
+int styleable AnimatedStateListDrawableCompat_android_constantSize 0
+int styleable AnimatedStateListDrawableCompat_android_dither 1
+int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 2
+int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 3
+int styleable AnimatedStateListDrawableCompat_android_variablePadding 4
+int styleable AnimatedStateListDrawableCompat_android_visible 5
+int[] styleable AnimatedStateListDrawableItem { 0x1010199, 0x10100d0 }
+int styleable AnimatedStateListDrawableItem_android_drawable 0
+int styleable AnimatedStateListDrawableItem_android_id 1
+int[] styleable AnimatedStateListDrawableTransition { 0x1010199, 0x101044a, 0x101044b, 0x1010449 }
+int styleable AnimatedStateListDrawableTransition_android_drawable 0
+int styleable AnimatedStateListDrawableTransition_android_fromId 1
+int styleable AnimatedStateListDrawableTransition_android_reversible 2
+int styleable AnimatedStateListDrawableTransition_android_toId 3
+int[] styleable AppBarLayout { 0x10100d4, 0x1010540, 0x101048f, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AppBarLayout_android_background 0
+int styleable AppBarLayout_android_keyboardNavigationCluster 1
+int styleable AppBarLayout_android_touchscreenBlocksFocus 2
+int styleable AppBarLayout_elevation 3
+int styleable AppBarLayout_expanded 4
+int styleable AppBarLayout_liftOnScroll 5
+int styleable AppBarLayout_liftOnScrollTargetViewId 6
+int styleable AppBarLayout_statusBarForeground 7
+int[] styleable AppBarLayoutStates { 0x0, 0x0, 0x0, 0x0 }
+int styleable AppBarLayoutStates_state_collapsed 0
+int styleable AppBarLayoutStates_state_collapsible 1
+int styleable AppBarLayoutStates_state_liftable 2
+int styleable AppBarLayoutStates_state_lifted 3
+int[] styleable AppBarLayout_Layout { 0x0, 0x0, 0x0 }
+int styleable AppBarLayout_Layout_layout_scrollEffect 0
+int styleable AppBarLayout_Layout_layout_scrollFlags 1
+int styleable AppBarLayout_Layout_layout_scrollInterpolator 2
+int[] styleable AppCompatEmojiHelper { }
+int[] styleable AppCompatImageView { 0x1010119, 0x0, 0x0, 0x0 }
+int styleable AppCompatImageView_android_src 0
+int styleable AppCompatImageView_srcCompat 1
+int styleable AppCompatImageView_tint 2
+int styleable AppCompatImageView_tintMode 3
+int[] styleable AppCompatSeekBar { 0x1010142, 0x0, 0x0, 0x0 }
+int styleable AppCompatSeekBar_android_thumb 0
+int styleable AppCompatSeekBar_tickMark 1
+int styleable AppCompatSeekBar_tickMarkTint 2
+int styleable AppCompatSeekBar_tickMarkTintMode 3
+int[] styleable AppCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable AppCompatTextHelper_android_drawableBottom 0
+int styleable AppCompatTextHelper_android_drawableEnd 1
+int styleable AppCompatTextHelper_android_drawableLeft 2
+int styleable AppCompatTextHelper_android_drawableRight 3
+int styleable AppCompatTextHelper_android_drawableStart 4
+int styleable AppCompatTextHelper_android_drawableTop 5
+int styleable AppCompatTextHelper_android_textAppearance 6
+int[] styleable AppCompatTextView { 0x1010034, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_autoSizeMaxTextSize 1
+int styleable AppCompatTextView_autoSizeMinTextSize 2
+int styleable AppCompatTextView_autoSizePresetSizes 3
+int styleable AppCompatTextView_autoSizeStepGranularity 4
+int styleable AppCompatTextView_autoSizeTextType 5
+int styleable AppCompatTextView_drawableBottomCompat 6
+int styleable AppCompatTextView_drawableEndCompat 7
+int styleable AppCompatTextView_drawableLeftCompat 8
+int styleable AppCompatTextView_drawableRightCompat 9
+int styleable AppCompatTextView_drawableStartCompat 10
+int styleable AppCompatTextView_drawableTint 11
+int styleable AppCompatTextView_drawableTintMode 12
+int styleable AppCompatTextView_drawableTopCompat 13
+int styleable AppCompatTextView_emojiCompatEnabled 14
+int styleable AppCompatTextView_firstBaselineToTopHeight 15
+int styleable AppCompatTextView_fontFamily 16
+int styleable AppCompatTextView_fontVariationSettings 17
+int styleable AppCompatTextView_lastBaselineToBottomHeight 18
+int styleable AppCompatTextView_lineHeight 19
+int styleable AppCompatTextView_textAllCaps 20
+int styleable AppCompatTextView_textLocale 21
+int[] styleable AppCompatTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10100ae, 0x1010057, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AppCompatTheme_actionBarDivider 0
+int styleable AppCompatTheme_actionBarItemBackground 1
+int styleable AppCompatTheme_actionBarPopupTheme 2
+int styleable AppCompatTheme_actionBarSize 3
+int styleable AppCompatTheme_actionBarSplitStyle 4
+int styleable AppCompatTheme_actionBarStyle 5
+int styleable AppCompatTheme_actionBarTabBarStyle 6
+int styleable AppCompatTheme_actionBarTabStyle 7
+int styleable AppCompatTheme_actionBarTabTextStyle 8
+int styleable AppCompatTheme_actionBarTheme 9
+int styleable AppCompatTheme_actionBarWidgetTheme 10
+int styleable AppCompatTheme_actionButtonStyle 11
+int styleable AppCompatTheme_actionDropDownStyle 12
+int styleable AppCompatTheme_actionMenuTextAppearance 13
+int styleable AppCompatTheme_actionMenuTextColor 14
+int styleable AppCompatTheme_actionModeBackground 15
+int styleable AppCompatTheme_actionModeCloseButtonStyle 16
+int styleable AppCompatTheme_actionModeCloseContentDescription 17
+int styleable AppCompatTheme_actionModeCloseDrawable 18
+int styleable AppCompatTheme_actionModeCopyDrawable 19
+int styleable AppCompatTheme_actionModeCutDrawable 20
+int styleable AppCompatTheme_actionModeFindDrawable 21
+int styleable AppCompatTheme_actionModePasteDrawable 22
+int styleable AppCompatTheme_actionModePopupWindowStyle 23
+int styleable AppCompatTheme_actionModeSelectAllDrawable 24
+int styleable AppCompatTheme_actionModeShareDrawable 25
+int styleable AppCompatTheme_actionModeSplitBackground 26
+int styleable AppCompatTheme_actionModeStyle 27
+int styleable AppCompatTheme_actionModeTheme 28
+int styleable AppCompatTheme_actionModeWebSearchDrawable 29
+int styleable AppCompatTheme_actionOverflowButtonStyle 30
+int styleable AppCompatTheme_actionOverflowMenuStyle 31
+int styleable AppCompatTheme_activityChooserViewStyle 32
+int styleable AppCompatTheme_alertDialogButtonGroupStyle 33
+int styleable AppCompatTheme_alertDialogCenterButtons 34
+int styleable AppCompatTheme_alertDialogStyle 35
+int styleable AppCompatTheme_alertDialogTheme 36
+int styleable AppCompatTheme_android_windowAnimationStyle 37
+int styleable AppCompatTheme_android_windowIsFloating 38
+int styleable AppCompatTheme_autoCompleteTextViewStyle 39
+int styleable AppCompatTheme_borderlessButtonStyle 40
+int styleable AppCompatTheme_buttonBarButtonStyle 41
+int styleable AppCompatTheme_buttonBarNegativeButtonStyle 42
+int styleable AppCompatTheme_buttonBarNeutralButtonStyle 43
+int styleable AppCompatTheme_buttonBarPositiveButtonStyle 44
+int styleable AppCompatTheme_buttonBarStyle 45
+int styleable AppCompatTheme_buttonStyle 46
+int styleable AppCompatTheme_buttonStyleSmall 47
+int styleable AppCompatTheme_checkboxStyle 48
+int styleable AppCompatTheme_checkedTextViewStyle 49
+int styleable AppCompatTheme_colorAccent 50
+int styleable AppCompatTheme_colorBackgroundFloating 51
+int styleable AppCompatTheme_colorButtonNormal 52
+int styleable AppCompatTheme_colorControlActivated 53
+int styleable AppCompatTheme_colorControlHighlight 54
+int styleable AppCompatTheme_colorControlNormal 55
+int styleable AppCompatTheme_colorError 56
+int styleable AppCompatTheme_colorPrimary 57
+int styleable AppCompatTheme_colorPrimaryDark 58
+int styleable AppCompatTheme_colorSwitchThumbNormal 59
+int styleable AppCompatTheme_controlBackground 60
+int styleable AppCompatTheme_dialogCornerRadius 61
+int styleable AppCompatTheme_dialogPreferredPadding 62
+int styleable AppCompatTheme_dialogTheme 63
+int styleable AppCompatTheme_dividerHorizontal 64
+int styleable AppCompatTheme_dividerVertical 65
+int styleable AppCompatTheme_dropDownListViewStyle 66
+int styleable AppCompatTheme_dropdownListPreferredItemHeight 67
+int styleable AppCompatTheme_editTextBackground 68
+int styleable AppCompatTheme_editTextColor 69
+int styleable AppCompatTheme_editTextStyle 70
+int styleable AppCompatTheme_homeAsUpIndicator 71
+int styleable AppCompatTheme_imageButtonStyle 72
+int styleable AppCompatTheme_listChoiceBackgroundIndicator 73
+int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 74
+int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 75
+int styleable AppCompatTheme_listDividerAlertDialog 76
+int styleable AppCompatTheme_listMenuViewStyle 77
+int styleable AppCompatTheme_listPopupWindowStyle 78
+int styleable AppCompatTheme_listPreferredItemHeight 79
+int styleable AppCompatTheme_listPreferredItemHeightLarge 80
+int styleable AppCompatTheme_listPreferredItemHeightSmall 81
+int styleable AppCompatTheme_listPreferredItemPaddingEnd 82
+int styleable AppCompatTheme_listPreferredItemPaddingLeft 83
+int styleable AppCompatTheme_listPreferredItemPaddingRight 84
+int styleable AppCompatTheme_listPreferredItemPaddingStart 85
+int styleable AppCompatTheme_panelBackground 86
+int styleable AppCompatTheme_panelMenuListTheme 87
+int styleable AppCompatTheme_panelMenuListWidth 88
+int styleable AppCompatTheme_popupMenuStyle 89
+int styleable AppCompatTheme_popupWindowStyle 90
+int styleable AppCompatTheme_radioButtonStyle 91
+int styleable AppCompatTheme_ratingBarStyle 92
+int styleable AppCompatTheme_ratingBarStyleIndicator 93
+int styleable AppCompatTheme_ratingBarStyleSmall 94
+int styleable AppCompatTheme_searchViewStyle 95
+int styleable AppCompatTheme_seekBarStyle 96
+int styleable AppCompatTheme_selectableItemBackground 97
+int styleable AppCompatTheme_selectableItemBackgroundBorderless 98
+int styleable AppCompatTheme_spinnerDropDownItemStyle 99
+int styleable AppCompatTheme_spinnerStyle 100
+int styleable AppCompatTheme_switchStyle 101
+int styleable AppCompatTheme_textAppearanceLargePopupMenu 102
+int styleable AppCompatTheme_textAppearanceListItem 103
+int styleable AppCompatTheme_textAppearanceListItemSecondary 104
+int styleable AppCompatTheme_textAppearanceListItemSmall 105
+int styleable AppCompatTheme_textAppearancePopupMenuHeader 106
+int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 107
+int styleable AppCompatTheme_textAppearanceSearchResultTitle 108
+int styleable AppCompatTheme_textAppearanceSmallPopupMenu 109
+int styleable AppCompatTheme_textColorAlertDialogListItem 110
+int styleable AppCompatTheme_textColorSearchUrl 111
+int styleable AppCompatTheme_toolbarNavigationButtonStyle 112
+int styleable AppCompatTheme_toolbarStyle 113
+int styleable AppCompatTheme_tooltipForegroundColor 114
+int styleable AppCompatTheme_tooltipFrameBackground 115
+int styleable AppCompatTheme_viewInflaterClass 116
+int styleable AppCompatTheme_windowActionBar 117
+int styleable AppCompatTheme_windowActionBarOverlay 118
+int styleable AppCompatTheme_windowActionModeOverlay 119
+int styleable AppCompatTheme_windowFixedHeightMajor 120
+int styleable AppCompatTheme_windowFixedHeightMinor 121
+int styleable AppCompatTheme_windowFixedWidthMajor 122
+int styleable AppCompatTheme_windowFixedWidthMinor 123
+int styleable AppCompatTheme_windowMinWidthMajor 124
+int styleable AppCompatTheme_windowMinWidthMinor 125
+int styleable AppCompatTheme_windowNoTitle 126
+int[] styleable Badge { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Badge_backgroundColor 0
+int styleable Badge_badgeGravity 1
+int styleable Badge_badgeRadius 2
+int styleable Badge_badgeTextColor 3
+int styleable Badge_badgeWidePadding 4
+int styleable Badge_badgeWithTextRadius 5
+int styleable Badge_horizontalOffset 6
+int styleable Badge_horizontalOffsetWithText 7
+int styleable Badge_maxCharacterCount 8
+int styleable Badge_number 9
+int styleable Badge_verticalOffset 10
+int styleable Badge_verticalOffsetWithText 11
+int[] styleable BaseProgressIndicator { 0x1010139, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable BaseProgressIndicator_android_indeterminate 0
+int styleable BaseProgressIndicator_hideAnimationBehavior 1
+int styleable BaseProgressIndicator_indicatorColor 2
+int styleable BaseProgressIndicator_minHideDelay 3
+int styleable BaseProgressIndicator_showAnimationBehavior 4
+int styleable BaseProgressIndicator_showDelay 5
+int styleable BaseProgressIndicator_trackColor 6
+int styleable BaseProgressIndicator_trackCornerRadius 7
+int styleable BaseProgressIndicator_trackThickness 8
+int[] styleable BottomAppBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable BottomAppBar_backgroundTint 0
+int styleable BottomAppBar_elevation 1
+int styleable BottomAppBar_fabAlignmentMode 2
+int styleable BottomAppBar_fabAlignmentModeEndMargin 3
+int styleable BottomAppBar_fabAnchorMode 4
+int styleable BottomAppBar_fabAnimationMode 5
+int styleable BottomAppBar_fabCradleMargin 6
+int styleable BottomAppBar_fabCradleRoundedCornerRadius 7
+int styleable BottomAppBar_fabCradleVerticalOffset 8
+int styleable BottomAppBar_hideOnScroll 9
+int styleable BottomAppBar_menuAlignmentMode 10
+int styleable BottomAppBar_navigationIconTint 11
+int styleable BottomAppBar_paddingBottomSystemWindowInsets 12
+int styleable BottomAppBar_paddingLeftSystemWindowInsets 13
+int styleable BottomAppBar_paddingRightSystemWindowInsets 14
+int styleable BottomAppBar_removeEmbeddedFabElevation 15
+int[] styleable BottomNavigationView { 0x1010140, 0x0 }
+int styleable BottomNavigationView_android_minHeight 0
+int styleable BottomNavigationView_itemHorizontalTranslationEnabled 1
+int[] styleable BottomSheetBehavior_Layout { 0x1010440, 0x1010120, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable BottomSheetBehavior_Layout_android_elevation 0
+int styleable BottomSheetBehavior_Layout_android_maxHeight 1
+int styleable BottomSheetBehavior_Layout_android_maxWidth 2
+int styleable BottomSheetBehavior_Layout_backgroundTint 3
+int styleable BottomSheetBehavior_Layout_behavior_draggable 4
+int styleable BottomSheetBehavior_Layout_behavior_expandedOffset 5
+int styleable BottomSheetBehavior_Layout_behavior_fitToContents 6
+int styleable BottomSheetBehavior_Layout_behavior_halfExpandedRatio 7
+int styleable BottomSheetBehavior_Layout_behavior_hideable 8
+int styleable BottomSheetBehavior_Layout_behavior_peekHeight 9
+int styleable BottomSheetBehavior_Layout_behavior_saveFlags 10
+int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 11
+int styleable BottomSheetBehavior_Layout_gestureInsetBottomIgnored 12
+int styleable BottomSheetBehavior_Layout_marginLeftSystemWindowInsets 13
+int styleable BottomSheetBehavior_Layout_marginRightSystemWindowInsets 14
+int styleable BottomSheetBehavior_Layout_marginTopSystemWindowInsets 15
+int styleable BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets 16
+int styleable BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets 17
+int styleable BottomSheetBehavior_Layout_paddingRightSystemWindowInsets 18
+int styleable BottomSheetBehavior_Layout_paddingTopSystemWindowInsets 19
+int styleable BottomSheetBehavior_Layout_shapeAppearance 20
+int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 21
+int[] styleable ButtonBarLayout { 0x0 }
+int styleable ButtonBarLayout_allowStacking 0
+int[] styleable Capability { 0x0, 0x0 }
+int styleable Capability_queryPatterns 0
+int styleable Capability_shortcutMatchRequired 1
+int[] styleable CardView { 0x1010140, 0x101013f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CardView_android_minHeight 0
+int styleable CardView_android_minWidth 1
+int styleable CardView_cardBackgroundColor 2
+int styleable CardView_cardCornerRadius 3
+int styleable CardView_cardElevation 4
+int styleable CardView_cardMaxElevation 5
+int styleable CardView_cardPreventCornerOverlap 6
+int styleable CardView_cardUseCompatPadding 7
+int styleable CardView_contentPadding 8
+int styleable CardView_contentPaddingBottom 9
+int styleable CardView_contentPaddingLeft 10
+int styleable CardView_contentPaddingRight 11
+int styleable CardView_contentPaddingTop 12
+int[] styleable CheckedTextView { 0x1010108, 0x0, 0x0, 0x0 }
+int styleable CheckedTextView_android_checkMark 0
+int styleable CheckedTextView_checkMarkCompat 1
+int styleable CheckedTextView_checkMarkTint 2
+int styleable CheckedTextView_checkMarkTintMode 3
+int[] styleable Chip { 0x10101e5, 0x10100ab, 0x101011f, 0x101014f, 0x1010034, 0x1010098, 0x1010095, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Chip_android_checkable 0
+int styleable Chip_android_ellipsize 1
+int styleable Chip_android_maxWidth 2
+int styleable Chip_android_text 3
+int styleable Chip_android_textAppearance 4
+int styleable Chip_android_textColor 5
+int styleable Chip_android_textSize 6
+int styleable Chip_checkedIcon 7
+int styleable Chip_checkedIconEnabled 8
+int styleable Chip_checkedIconTint 9
+int styleable Chip_checkedIconVisible 10
+int styleable Chip_chipBackgroundColor 11
+int styleable Chip_chipCornerRadius 12
+int styleable Chip_chipEndPadding 13
+int styleable Chip_chipIcon 14
+int styleable Chip_chipIconEnabled 15
+int styleable Chip_chipIconSize 16
+int styleable Chip_chipIconTint 17
+int styleable Chip_chipIconVisible 18
+int styleable Chip_chipMinHeight 19
+int styleable Chip_chipMinTouchTargetSize 20
+int styleable Chip_chipStartPadding 21
+int styleable Chip_chipStrokeColor 22
+int styleable Chip_chipStrokeWidth 23
+int styleable Chip_chipSurfaceColor 24
+int styleable Chip_closeIcon 25
+int styleable Chip_closeIconEnabled 26
+int styleable Chip_closeIconEndPadding 27
+int styleable Chip_closeIconSize 28
+int styleable Chip_closeIconStartPadding 29
+int styleable Chip_closeIconTint 30
+int styleable Chip_closeIconVisible 31
+int styleable Chip_ensureMinTouchTargetSize 32
+int styleable Chip_hideMotionSpec 33
+int styleable Chip_iconEndPadding 34
+int styleable Chip_iconStartPadding 35
+int styleable Chip_rippleColor 36
+int styleable Chip_shapeAppearance 37
+int styleable Chip_shapeAppearanceOverlay 38
+int styleable Chip_showMotionSpec 39
+int styleable Chip_textEndPadding 40
+int styleable Chip_textStartPadding 41
+int[] styleable ChipGroup { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ChipGroup_checkedChip 0
+int styleable ChipGroup_chipSpacing 1
+int styleable ChipGroup_chipSpacingHorizontal 2
+int styleable ChipGroup_chipSpacingVertical 3
+int styleable ChipGroup_selectionRequired 4
+int styleable ChipGroup_singleLine 5
+int styleable ChipGroup_singleSelection 6
+int[] styleable CircularProgressIndicator { 0x0, 0x0, 0x0 }
+int styleable CircularProgressIndicator_indicatorDirectionCircular 0
+int styleable CircularProgressIndicator_indicatorInset 1
+int styleable CircularProgressIndicator_indicatorSize 2
+int[] styleable ClockFaceView { 0x0, 0x0 }
+int styleable ClockFaceView_clockFaceBackgroundColor 0
+int styleable ClockFaceView_clockNumberTextColor 1
+int[] styleable ClockHandView { 0x0, 0x0, 0x0 }
+int styleable ClockHandView_clockHandColor 0
+int styleable ClockHandView_materialCircleRadius 1
+int styleable ClockHandView_selectorSize 2
+int[] styleable CollapsingToolbarLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CollapsingToolbarLayout_collapsedTitleGravity 0
+int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1
+int styleable CollapsingToolbarLayout_collapsedTitleTextColor 2
+int styleable CollapsingToolbarLayout_contentScrim 3
+int styleable CollapsingToolbarLayout_expandedTitleGravity 4
+int styleable CollapsingToolbarLayout_expandedTitleMargin 5
+int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 6
+int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 7
+int styleable CollapsingToolbarLayout_expandedTitleMarginStart 8
+int styleable CollapsingToolbarLayout_expandedTitleMarginTop 9
+int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 10
+int styleable CollapsingToolbarLayout_expandedTitleTextColor 11
+int styleable CollapsingToolbarLayout_extraMultilineHeightEnabled 12
+int styleable CollapsingToolbarLayout_forceApplySystemWindowInsetTop 13
+int styleable CollapsingToolbarLayout_maxLines 14
+int styleable CollapsingToolbarLayout_scrimAnimationDuration 15
+int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 16
+int styleable CollapsingToolbarLayout_statusBarScrim 17
+int styleable CollapsingToolbarLayout_title 18
+int styleable CollapsingToolbarLayout_titleCollapseMode 19
+int styleable CollapsingToolbarLayout_titleEnabled 20
+int styleable CollapsingToolbarLayout_titlePositionInterpolator 21
+int styleable CollapsingToolbarLayout_titleTextEllipsize 22
+int styleable CollapsingToolbarLayout_toolbarId 23
+int[] styleable CollapsingToolbarLayout_Layout { 0x0, 0x0 }
+int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
+int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
+int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5, 0x1010647, 0x0 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int styleable ColorStateListItem_android_lStar 3
+int styleable ColorStateListItem_lStar 4
+int[] styleable CompoundButton { 0x1010107, 0x0, 0x0, 0x0 }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonCompat 1
+int styleable CompoundButton_buttonTint 2
+int styleable CompoundButton_buttonTintMode 3
+int[] styleable Constraint { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Constraint_android_alpha 0
+int styleable Constraint_android_elevation 1
+int styleable Constraint_android_id 2
+int styleable Constraint_android_layout_height 3
+int styleable Constraint_android_layout_marginBottom 4
+int styleable Constraint_android_layout_marginEnd 5
+int styleable Constraint_android_layout_marginLeft 6
+int styleable Constraint_android_layout_marginRight 7
+int styleable Constraint_android_layout_marginStart 8
+int styleable Constraint_android_layout_marginTop 9
+int styleable Constraint_android_layout_width 10
+int styleable Constraint_android_maxHeight 11
+int styleable Constraint_android_maxWidth 12
+int styleable Constraint_android_minHeight 13
+int styleable Constraint_android_minWidth 14
+int styleable Constraint_android_orientation 15
+int styleable Constraint_android_rotation 16
+int styleable Constraint_android_rotationX 17
+int styleable Constraint_android_rotationY 18
+int styleable Constraint_android_scaleX 19
+int styleable Constraint_android_scaleY 20
+int styleable Constraint_android_transformPivotX 21
+int styleable Constraint_android_transformPivotY 22
+int styleable Constraint_android_translationX 23
+int styleable Constraint_android_translationY 24
+int styleable Constraint_android_translationZ 25
+int styleable Constraint_android_visibility 26
+int styleable Constraint_animate_relativeTo 27
+int styleable Constraint_barrierAllowsGoneWidgets 28
+int styleable Constraint_barrierDirection 29
+int styleable Constraint_barrierMargin 30
+int styleable Constraint_chainUseRtl 31
+int styleable Constraint_constraint_referenced_ids 32
+int styleable Constraint_drawPath 33
+int styleable Constraint_flow_firstHorizontalBias 34
+int styleable Constraint_flow_firstHorizontalStyle 35
+int styleable Constraint_flow_firstVerticalBias 36
+int styleable Constraint_flow_firstVerticalStyle 37
+int styleable Constraint_flow_horizontalAlign 38
+int styleable Constraint_flow_horizontalBias 39
+int styleable Constraint_flow_horizontalGap 40
+int styleable Constraint_flow_horizontalStyle 41
+int styleable Constraint_flow_lastHorizontalBias 42
+int styleable Constraint_flow_lastHorizontalStyle 43
+int styleable Constraint_flow_lastVerticalBias 44
+int styleable Constraint_flow_lastVerticalStyle 45
+int styleable Constraint_flow_maxElementsWrap 46
+int styleable Constraint_flow_verticalAlign 47
+int styleable Constraint_flow_verticalBias 48
+int styleable Constraint_flow_verticalGap 49
+int styleable Constraint_flow_verticalStyle 50
+int styleable Constraint_flow_wrapMode 51
+int styleable Constraint_layout_constrainedHeight 52
+int styleable Constraint_layout_constrainedWidth 53
+int styleable Constraint_layout_constraintBaseline_creator 54
+int styleable Constraint_layout_constraintBaseline_toBaselineOf 55
+int styleable Constraint_layout_constraintBottom_creator 56
+int styleable Constraint_layout_constraintBottom_toBottomOf 57
+int styleable Constraint_layout_constraintBottom_toTopOf 58
+int styleable Constraint_layout_constraintCircle 59
+int styleable Constraint_layout_constraintCircleAngle 60
+int styleable Constraint_layout_constraintCircleRadius 61
+int styleable Constraint_layout_constraintDimensionRatio 62
+int styleable Constraint_layout_constraintEnd_toEndOf 63
+int styleable Constraint_layout_constraintEnd_toStartOf 64
+int styleable Constraint_layout_constraintGuide_begin 65
+int styleable Constraint_layout_constraintGuide_end 66
+int styleable Constraint_layout_constraintGuide_percent 67
+int styleable Constraint_layout_constraintHeight_default 68
+int styleable Constraint_layout_constraintHeight_max 69
+int styleable Constraint_layout_constraintHeight_min 70
+int styleable Constraint_layout_constraintHeight_percent 71
+int styleable Constraint_layout_constraintHorizontal_bias 72
+int styleable Constraint_layout_constraintHorizontal_chainStyle 73
+int styleable Constraint_layout_constraintHorizontal_weight 74
+int styleable Constraint_layout_constraintLeft_creator 75
+int styleable Constraint_layout_constraintLeft_toLeftOf 76
+int styleable Constraint_layout_constraintLeft_toRightOf 77
+int styleable Constraint_layout_constraintRight_creator 78
+int styleable Constraint_layout_constraintRight_toLeftOf 79
+int styleable Constraint_layout_constraintRight_toRightOf 80
+int styleable Constraint_layout_constraintStart_toEndOf 81
+int styleable Constraint_layout_constraintStart_toStartOf 82
+int styleable Constraint_layout_constraintTag 83
+int styleable Constraint_layout_constraintTop_creator 84
+int styleable Constraint_layout_constraintTop_toBottomOf 85
+int styleable Constraint_layout_constraintTop_toTopOf 86
+int styleable Constraint_layout_constraintVertical_bias 87
+int styleable Constraint_layout_constraintVertical_chainStyle 88
+int styleable Constraint_layout_constraintVertical_weight 89
+int styleable Constraint_layout_constraintWidth_default 90
+int styleable Constraint_layout_constraintWidth_max 91
+int styleable Constraint_layout_constraintWidth_min 92
+int styleable Constraint_layout_constraintWidth_percent 93
+int styleable Constraint_layout_editor_absoluteX 94
+int styleable Constraint_layout_editor_absoluteY 95
+int styleable Constraint_layout_goneMarginBottom 96
+int styleable Constraint_layout_goneMarginEnd 97
+int styleable Constraint_layout_goneMarginLeft 98
+int styleable Constraint_layout_goneMarginRight 99
+int styleable Constraint_layout_goneMarginStart 100
+int styleable Constraint_layout_goneMarginTop 101
+int styleable Constraint_motionProgress 102
+int styleable Constraint_motionStagger 103
+int styleable Constraint_pathMotionArc 104
+int styleable Constraint_pivotAnchor 105
+int styleable Constraint_transitionEasing 106
+int styleable Constraint_transitionPathRotate 107
+int styleable Constraint_visibilityMode 108
+int[] styleable ConstraintLayout_Layout { 0x1010440, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x10100d5, 0x10100d9, 0x10103b4, 0x10100d6, 0x10100d8, 0x10103b3, 0x10100d7, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ConstraintLayout_Layout_android_elevation 0
+int styleable ConstraintLayout_Layout_android_maxHeight 1
+int styleable ConstraintLayout_Layout_android_maxWidth 2
+int styleable ConstraintLayout_Layout_android_minHeight 3
+int styleable ConstraintLayout_Layout_android_minWidth 4
+int styleable ConstraintLayout_Layout_android_orientation 5
+int styleable ConstraintLayout_Layout_android_padding 6
+int styleable ConstraintLayout_Layout_android_paddingBottom 7
+int styleable ConstraintLayout_Layout_android_paddingEnd 8
+int styleable ConstraintLayout_Layout_android_paddingLeft 9
+int styleable ConstraintLayout_Layout_android_paddingRight 10
+int styleable ConstraintLayout_Layout_android_paddingStart 11
+int styleable ConstraintLayout_Layout_android_paddingTop 12
+int styleable ConstraintLayout_Layout_android_visibility 13
+int styleable ConstraintLayout_Layout_barrierAllowsGoneWidgets 14
+int styleable ConstraintLayout_Layout_barrierDirection 15
+int styleable ConstraintLayout_Layout_barrierMargin 16
+int styleable ConstraintLayout_Layout_chainUseRtl 17
+int styleable ConstraintLayout_Layout_constraintSet 18
+int styleable ConstraintLayout_Layout_constraint_referenced_ids 19
+int styleable ConstraintLayout_Layout_flow_firstHorizontalBias 20
+int styleable ConstraintLayout_Layout_flow_firstHorizontalStyle 21
+int styleable ConstraintLayout_Layout_flow_firstVerticalBias 22
+int styleable ConstraintLayout_Layout_flow_firstVerticalStyle 23
+int styleable ConstraintLayout_Layout_flow_horizontalAlign 24
+int styleable ConstraintLayout_Layout_flow_horizontalBias 25
+int styleable ConstraintLayout_Layout_flow_horizontalGap 26
+int styleable ConstraintLayout_Layout_flow_horizontalStyle 27
+int styleable ConstraintLayout_Layout_flow_lastHorizontalBias 28
+int styleable ConstraintLayout_Layout_flow_lastHorizontalStyle 29
+int styleable ConstraintLayout_Layout_flow_lastVerticalBias 30
+int styleable ConstraintLayout_Layout_flow_lastVerticalStyle 31
+int styleable ConstraintLayout_Layout_flow_maxElementsWrap 32
+int styleable ConstraintLayout_Layout_flow_verticalAlign 33
+int styleable ConstraintLayout_Layout_flow_verticalBias 34
+int styleable ConstraintLayout_Layout_flow_verticalGap 35
+int styleable ConstraintLayout_Layout_flow_verticalStyle 36
+int styleable ConstraintLayout_Layout_flow_wrapMode 37
+int styleable ConstraintLayout_Layout_layoutDescription 38
+int styleable ConstraintLayout_Layout_layout_constrainedHeight 39
+int styleable ConstraintLayout_Layout_layout_constrainedWidth 40
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_creator 41
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf 42
+int styleable ConstraintLayout_Layout_layout_constraintBottom_creator 43
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toBottomOf 44
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toTopOf 45
+int styleable ConstraintLayout_Layout_layout_constraintCircle 46
+int styleable ConstraintLayout_Layout_layout_constraintCircleAngle 47
+int styleable ConstraintLayout_Layout_layout_constraintCircleRadius 48
+int styleable ConstraintLayout_Layout_layout_constraintDimensionRatio 49
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toEndOf 50
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toStartOf 51
+int styleable ConstraintLayout_Layout_layout_constraintGuide_begin 52
+int styleable ConstraintLayout_Layout_layout_constraintGuide_end 53
+int styleable ConstraintLayout_Layout_layout_constraintGuide_percent 54
+int styleable ConstraintLayout_Layout_layout_constraintHeight_default 55
+int styleable ConstraintLayout_Layout_layout_constraintHeight_max 56
+int styleable ConstraintLayout_Layout_layout_constraintHeight_min 57
+int styleable ConstraintLayout_Layout_layout_constraintHeight_percent 58
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_bias 59
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle 60
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_weight 61
+int styleable ConstraintLayout_Layout_layout_constraintLeft_creator 62
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toLeftOf 63
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toRightOf 64
+int styleable ConstraintLayout_Layout_layout_constraintRight_creator 65
+int styleable ConstraintLayout_Layout_layout_constraintRight_toLeftOf 66
+int styleable ConstraintLayout_Layout_layout_constraintRight_toRightOf 67
+int styleable ConstraintLayout_Layout_layout_constraintStart_toEndOf 68
+int styleable ConstraintLayout_Layout_layout_constraintStart_toStartOf 69
+int styleable ConstraintLayout_Layout_layout_constraintTag 70
+int styleable ConstraintLayout_Layout_layout_constraintTop_creator 71
+int styleable ConstraintLayout_Layout_layout_constraintTop_toBottomOf 72
+int styleable ConstraintLayout_Layout_layout_constraintTop_toTopOf 73
+int styleable ConstraintLayout_Layout_layout_constraintVertical_bias 74
+int styleable ConstraintLayout_Layout_layout_constraintVertical_chainStyle 75
+int styleable ConstraintLayout_Layout_layout_constraintVertical_weight 76
+int styleable ConstraintLayout_Layout_layout_constraintWidth_default 77
+int styleable ConstraintLayout_Layout_layout_constraintWidth_max 78
+int styleable ConstraintLayout_Layout_layout_constraintWidth_min 79
+int styleable ConstraintLayout_Layout_layout_constraintWidth_percent 80
+int styleable ConstraintLayout_Layout_layout_editor_absoluteX 81
+int styleable ConstraintLayout_Layout_layout_editor_absoluteY 82
+int styleable ConstraintLayout_Layout_layout_goneMarginBottom 83
+int styleable ConstraintLayout_Layout_layout_goneMarginEnd 84
+int styleable ConstraintLayout_Layout_layout_goneMarginLeft 85
+int styleable ConstraintLayout_Layout_layout_goneMarginRight 86
+int styleable ConstraintLayout_Layout_layout_goneMarginStart 87
+int styleable ConstraintLayout_Layout_layout_goneMarginTop 88
+int styleable ConstraintLayout_Layout_layout_optimizationLevel 89
+int[] styleable ConstraintLayout_placeholder { 0x0, 0x0 }
+int styleable ConstraintLayout_placeholder_content 0
+int styleable ConstraintLayout_placeholder_placeholder_emptyVisibility 1
+int[] styleable ConstraintSet { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x10101b5, 0x10101b6, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ConstraintSet_android_alpha 0
+int styleable ConstraintSet_android_elevation 1
+int styleable ConstraintSet_android_id 2
+int styleable ConstraintSet_android_layout_height 3
+int styleable ConstraintSet_android_layout_marginBottom 4
+int styleable ConstraintSet_android_layout_marginEnd 5
+int styleable ConstraintSet_android_layout_marginLeft 6
+int styleable ConstraintSet_android_layout_marginRight 7
+int styleable ConstraintSet_android_layout_marginStart 8
+int styleable ConstraintSet_android_layout_marginTop 9
+int styleable ConstraintSet_android_layout_width 10
+int styleable ConstraintSet_android_maxHeight 11
+int styleable ConstraintSet_android_maxWidth 12
+int styleable ConstraintSet_android_minHeight 13
+int styleable ConstraintSet_android_minWidth 14
+int styleable ConstraintSet_android_orientation 15
+int styleable ConstraintSet_android_pivotX 16
+int styleable ConstraintSet_android_pivotY 17
+int styleable ConstraintSet_android_rotation 18
+int styleable ConstraintSet_android_rotationX 19
+int styleable ConstraintSet_android_rotationY 20
+int styleable ConstraintSet_android_scaleX 21
+int styleable ConstraintSet_android_scaleY 22
+int styleable ConstraintSet_android_transformPivotX 23
+int styleable ConstraintSet_android_transformPivotY 24
+int styleable ConstraintSet_android_translationX 25
+int styleable ConstraintSet_android_translationY 26
+int styleable ConstraintSet_android_translationZ 27
+int styleable ConstraintSet_android_visibility 28
+int styleable ConstraintSet_animate_relativeTo 29
+int styleable ConstraintSet_barrierAllowsGoneWidgets 30
+int styleable ConstraintSet_barrierDirection 31
+int styleable ConstraintSet_barrierMargin 32
+int styleable ConstraintSet_chainUseRtl 33
+int styleable ConstraintSet_constraint_referenced_ids 34
+int styleable ConstraintSet_deriveConstraintsFrom 35
+int styleable ConstraintSet_drawPath 36
+int styleable ConstraintSet_flow_firstHorizontalBias 37
+int styleable ConstraintSet_flow_firstHorizontalStyle 38
+int styleable ConstraintSet_flow_firstVerticalBias 39
+int styleable ConstraintSet_flow_firstVerticalStyle 40
+int styleable ConstraintSet_flow_horizontalAlign 41
+int styleable ConstraintSet_flow_horizontalBias 42
+int styleable ConstraintSet_flow_horizontalGap 43
+int styleable ConstraintSet_flow_horizontalStyle 44
+int styleable ConstraintSet_flow_lastHorizontalBias 45
+int styleable ConstraintSet_flow_lastHorizontalStyle 46
+int styleable ConstraintSet_flow_lastVerticalBias 47
+int styleable ConstraintSet_flow_lastVerticalStyle 48
+int styleable ConstraintSet_flow_maxElementsWrap 49
+int styleable ConstraintSet_flow_verticalAlign 50
+int styleable ConstraintSet_flow_verticalBias 51
+int styleable ConstraintSet_flow_verticalGap 52
+int styleable ConstraintSet_flow_verticalStyle 53
+int styleable ConstraintSet_flow_wrapMode 54
+int styleable ConstraintSet_layout_constrainedHeight 55
+int styleable ConstraintSet_layout_constrainedWidth 56
+int styleable ConstraintSet_layout_constraintBaseline_creator 57
+int styleable ConstraintSet_layout_constraintBaseline_toBaselineOf 58
+int styleable ConstraintSet_layout_constraintBottom_creator 59
+int styleable ConstraintSet_layout_constraintBottom_toBottomOf 60
+int styleable ConstraintSet_layout_constraintBottom_toTopOf 61
+int styleable ConstraintSet_layout_constraintCircle 62
+int styleable ConstraintSet_layout_constraintCircleAngle 63
+int styleable ConstraintSet_layout_constraintCircleRadius 64
+int styleable ConstraintSet_layout_constraintDimensionRatio 65
+int styleable ConstraintSet_layout_constraintEnd_toEndOf 66
+int styleable ConstraintSet_layout_constraintEnd_toStartOf 67
+int styleable ConstraintSet_layout_constraintGuide_begin 68
+int styleable ConstraintSet_layout_constraintGuide_end 69
+int styleable ConstraintSet_layout_constraintGuide_percent 70
+int styleable ConstraintSet_layout_constraintHeight_default 71
+int styleable ConstraintSet_layout_constraintHeight_max 72
+int styleable ConstraintSet_layout_constraintHeight_min 73
+int styleable ConstraintSet_layout_constraintHeight_percent 74
+int styleable ConstraintSet_layout_constraintHorizontal_bias 75
+int styleable ConstraintSet_layout_constraintHorizontal_chainStyle 76
+int styleable ConstraintSet_layout_constraintHorizontal_weight 77
+int styleable ConstraintSet_layout_constraintLeft_creator 78
+int styleable ConstraintSet_layout_constraintLeft_toLeftOf 79
+int styleable ConstraintSet_layout_constraintLeft_toRightOf 80
+int styleable ConstraintSet_layout_constraintRight_creator 81
+int styleable ConstraintSet_layout_constraintRight_toLeftOf 82
+int styleable ConstraintSet_layout_constraintRight_toRightOf 83
+int styleable ConstraintSet_layout_constraintStart_toEndOf 84
+int styleable ConstraintSet_layout_constraintStart_toStartOf 85
+int styleable ConstraintSet_layout_constraintTag 86
+int styleable ConstraintSet_layout_constraintTop_creator 87
+int styleable ConstraintSet_layout_constraintTop_toBottomOf 88
+int styleable ConstraintSet_layout_constraintTop_toTopOf 89
+int styleable ConstraintSet_layout_constraintVertical_bias 90
+int styleable ConstraintSet_layout_constraintVertical_chainStyle 91
+int styleable ConstraintSet_layout_constraintVertical_weight 92
+int styleable ConstraintSet_layout_constraintWidth_default 93
+int styleable ConstraintSet_layout_constraintWidth_max 94
+int styleable ConstraintSet_layout_constraintWidth_min 95
+int styleable ConstraintSet_layout_constraintWidth_percent 96
+int styleable ConstraintSet_layout_editor_absoluteX 97
+int styleable ConstraintSet_layout_editor_absoluteY 98
+int styleable ConstraintSet_layout_goneMarginBottom 99
+int styleable ConstraintSet_layout_goneMarginEnd 100
+int styleable ConstraintSet_layout_goneMarginLeft 101
+int styleable ConstraintSet_layout_goneMarginRight 102
+int styleable ConstraintSet_layout_goneMarginStart 103
+int styleable ConstraintSet_layout_goneMarginTop 104
+int styleable ConstraintSet_motionProgress 105
+int styleable ConstraintSet_motionStagger 106
+int styleable ConstraintSet_pathMotionArc 107
+int styleable ConstraintSet_pivotAnchor 108
+int styleable ConstraintSet_transitionEasing 109
+int styleable ConstraintSet_transitionPathRotate 110
+int[] styleable CoordinatorLayout { 0x0, 0x0 }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CoordinatorLayout_Layout_android_layout_gravity 0
+int styleable CoordinatorLayout_Layout_layout_anchor 1
+int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
+int styleable CoordinatorLayout_Layout_layout_behavior 3
+int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
+int styleable CoordinatorLayout_Layout_layout_insetEdge 5
+int styleable CoordinatorLayout_Layout_layout_keyline 6
+int[] styleable CustomAttribute { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CustomAttribute_attributeName 0
+int styleable CustomAttribute_customBoolean 1
+int styleable CustomAttribute_customColorDrawableValue 2
+int styleable CustomAttribute_customColorValue 3
+int styleable CustomAttribute_customDimension 4
+int styleable CustomAttribute_customFloatValue 5
+int styleable CustomAttribute_customIntegerValue 6
+int styleable CustomAttribute_customPixelDimension 7
+int styleable CustomAttribute_customStringValue 8
+int[] styleable DrawerArrowToggle { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable DrawerArrowToggle_arrowHeadLength 0
+int styleable DrawerArrowToggle_arrowShaftLength 1
+int styleable DrawerArrowToggle_barLength 2
+int styleable DrawerArrowToggle_color 3
+int styleable DrawerArrowToggle_drawableSize 4
+int styleable DrawerArrowToggle_gapBetweenBars 5
+int styleable DrawerArrowToggle_spinBars 6
+int styleable DrawerArrowToggle_thickness 7
+int[] styleable DrawerLayout { 0x0 }
+int styleable DrawerLayout_elevation 0
+int[] styleable ExtendedFloatingActionButton { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ExtendedFloatingActionButton_collapsedSize 0
+int styleable ExtendedFloatingActionButton_elevation 1
+int styleable ExtendedFloatingActionButton_extendMotionSpec 2
+int styleable ExtendedFloatingActionButton_hideMotionSpec 3
+int styleable ExtendedFloatingActionButton_showMotionSpec 4
+int styleable ExtendedFloatingActionButton_shrinkMotionSpec 5
+int[] styleable ExtendedFloatingActionButton_Behavior_Layout { 0x0, 0x0 }
+int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide 0
+int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink 1
+int[] styleable FloatingActionButton { 0x101000e, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FloatingActionButton_android_enabled 0
+int styleable FloatingActionButton_backgroundTint 1
+int styleable FloatingActionButton_backgroundTintMode 2
+int styleable FloatingActionButton_borderWidth 3
+int styleable FloatingActionButton_elevation 4
+int styleable FloatingActionButton_ensureMinTouchTargetSize 5
+int styleable FloatingActionButton_fabCustomSize 6
+int styleable FloatingActionButton_fabSize 7
+int styleable FloatingActionButton_hideMotionSpec 8
+int styleable FloatingActionButton_hoveredFocusedTranslationZ 9
+int styleable FloatingActionButton_maxImageSize 10
+int styleable FloatingActionButton_pressedTranslationZ 11
+int styleable FloatingActionButton_rippleColor 12
+int styleable FloatingActionButton_shapeAppearance 13
+int styleable FloatingActionButton_shapeAppearanceOverlay 14
+int styleable FloatingActionButton_showMotionSpec 15
+int styleable FloatingActionButton_useCompatPadding 16
+int[] styleable FloatingActionButton_Behavior_Layout { 0x0 }
+int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0
+int[] styleable FlowLayout { 0x0, 0x0 }
+int styleable FlowLayout_itemSpacing 0
+int styleable FlowLayout_lineSpacing 1
+int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int styleable FontFamily_fontProviderSystemFontFamily 6
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable ForegroundLinearLayout { 0x1010109, 0x1010200, 0x0 }
+int styleable ForegroundLinearLayout_android_foreground 0
+int styleable ForegroundLinearLayout_android_foregroundGravity 1
+int styleable ForegroundLinearLayout_foregroundInsidePadding 2
+int[] styleable Fragment { 0x10100d0, 0x1010003, 0x10100d1 }
+int styleable Fragment_android_id 0
+int styleable Fragment_android_name 1
+int styleable Fragment_android_tag 2
+int[] styleable FragmentContainerView { 0x1010003, 0x10100d1 }
+int styleable FragmentContainerView_android_name 0
+int styleable FragmentContainerView_android_tag 1
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
+int[] styleable ImageFilterView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ImageFilterView_altSrc 0
+int styleable ImageFilterView_brightness 1
+int styleable ImageFilterView_contrast 2
+int styleable ImageFilterView_crossfade 3
+int styleable ImageFilterView_overlay 4
+int styleable ImageFilterView_round 5
+int styleable ImageFilterView_roundPercent 6
+int styleable ImageFilterView_saturation 7
+int styleable ImageFilterView_warmth 8
+int[] styleable Insets { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Insets_marginLeftSystemWindowInsets 0
+int styleable Insets_marginRightSystemWindowInsets 1
+int styleable Insets_marginTopSystemWindowInsets 2
+int styleable Insets_paddingBottomSystemWindowInsets 3
+int styleable Insets_paddingLeftSystemWindowInsets 4
+int styleable Insets_paddingRightSystemWindowInsets 5
+int styleable Insets_paddingTopSystemWindowInsets 6
+int[] styleable KeyAttribute { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyAttribute_android_alpha 0
+int styleable KeyAttribute_android_elevation 1
+int styleable KeyAttribute_android_rotation 2
+int styleable KeyAttribute_android_rotationX 3
+int styleable KeyAttribute_android_rotationY 4
+int styleable KeyAttribute_android_scaleX 5
+int styleable KeyAttribute_android_scaleY 6
+int styleable KeyAttribute_android_transformPivotX 7
+int styleable KeyAttribute_android_transformPivotY 8
+int styleable KeyAttribute_android_translationX 9
+int styleable KeyAttribute_android_translationY 10
+int styleable KeyAttribute_android_translationZ 11
+int styleable KeyAttribute_curveFit 12
+int styleable KeyAttribute_framePosition 13
+int styleable KeyAttribute_motionProgress 14
+int styleable KeyAttribute_motionTarget 15
+int styleable KeyAttribute_transitionEasing 16
+int styleable KeyAttribute_transitionPathRotate 17
+int[] styleable KeyCycle { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyCycle_android_alpha 0
+int styleable KeyCycle_android_elevation 1
+int styleable KeyCycle_android_rotation 2
+int styleable KeyCycle_android_rotationX 3
+int styleable KeyCycle_android_rotationY 4
+int styleable KeyCycle_android_scaleX 5
+int styleable KeyCycle_android_scaleY 6
+int styleable KeyCycle_android_translationX 7
+int styleable KeyCycle_android_translationY 8
+int styleable KeyCycle_android_translationZ 9
+int styleable KeyCycle_curveFit 10
+int styleable KeyCycle_framePosition 11
+int styleable KeyCycle_motionProgress 12
+int styleable KeyCycle_motionTarget 13
+int styleable KeyCycle_transitionEasing 14
+int styleable KeyCycle_transitionPathRotate 15
+int styleable KeyCycle_waveOffset 16
+int styleable KeyCycle_wavePeriod 17
+int styleable KeyCycle_waveShape 18
+int styleable KeyCycle_waveVariesBy 19
+int[] styleable KeyPosition { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyPosition_curveFit 0
+int styleable KeyPosition_drawPath 1
+int styleable KeyPosition_framePosition 2
+int styleable KeyPosition_keyPositionType 3
+int styleable KeyPosition_motionTarget 4
+int styleable KeyPosition_pathMotionArc 5
+int styleable KeyPosition_percentHeight 6
+int styleable KeyPosition_percentWidth 7
+int styleable KeyPosition_percentX 8
+int styleable KeyPosition_percentY 9
+int styleable KeyPosition_sizePercent 10
+int styleable KeyPosition_transitionEasing 11
+int[] styleable KeyTimeCycle { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyTimeCycle_android_alpha 0
+int styleable KeyTimeCycle_android_elevation 1
+int styleable KeyTimeCycle_android_rotation 2
+int styleable KeyTimeCycle_android_rotationX 3
+int styleable KeyTimeCycle_android_rotationY 4
+int styleable KeyTimeCycle_android_scaleX 5
+int styleable KeyTimeCycle_android_scaleY 6
+int styleable KeyTimeCycle_android_translationX 7
+int styleable KeyTimeCycle_android_translationY 8
+int styleable KeyTimeCycle_android_translationZ 9
+int styleable KeyTimeCycle_curveFit 10
+int styleable KeyTimeCycle_framePosition 11
+int styleable KeyTimeCycle_motionProgress 12
+int styleable KeyTimeCycle_motionTarget 13
+int styleable KeyTimeCycle_transitionEasing 14
+int styleable KeyTimeCycle_transitionPathRotate 15
+int styleable KeyTimeCycle_waveDecay 16
+int styleable KeyTimeCycle_waveOffset 17
+int styleable KeyTimeCycle_wavePeriod 18
+int styleable KeyTimeCycle_waveShape 19
+int[] styleable KeyTrigger { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyTrigger_framePosition 0
+int styleable KeyTrigger_motionTarget 1
+int styleable KeyTrigger_motion_postLayoutCollision 2
+int styleable KeyTrigger_motion_triggerOnCollision 3
+int styleable KeyTrigger_onCross 4
+int styleable KeyTrigger_onNegativeCross 5
+int styleable KeyTrigger_onPositiveCross 6
+int styleable KeyTrigger_triggerId 7
+int styleable KeyTrigger_triggerReceiver 8
+int styleable KeyTrigger_triggerSlack 9
+int[] styleable Layout { 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x10100c4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Layout_android_layout_height 0
+int styleable Layout_android_layout_marginBottom 1
+int styleable Layout_android_layout_marginEnd 2
+int styleable Layout_android_layout_marginLeft 3
+int styleable Layout_android_layout_marginRight 4
+int styleable Layout_android_layout_marginStart 5
+int styleable Layout_android_layout_marginTop 6
+int styleable Layout_android_layout_width 7
+int styleable Layout_android_orientation 8
+int styleable Layout_barrierAllowsGoneWidgets 9
+int styleable Layout_barrierDirection 10
+int styleable Layout_barrierMargin 11
+int styleable Layout_chainUseRtl 12
+int styleable Layout_constraint_referenced_ids 13
+int styleable Layout_layout_constrainedHeight 14
+int styleable Layout_layout_constrainedWidth 15
+int styleable Layout_layout_constraintBaseline_creator 16
+int styleable Layout_layout_constraintBaseline_toBaselineOf 17
+int styleable Layout_layout_constraintBottom_creator 18
+int styleable Layout_layout_constraintBottom_toBottomOf 19
+int styleable Layout_layout_constraintBottom_toTopOf 20
+int styleable Layout_layout_constraintCircle 21
+int styleable Layout_layout_constraintCircleAngle 22
+int styleable Layout_layout_constraintCircleRadius 23
+int styleable Layout_layout_constraintDimensionRatio 24
+int styleable Layout_layout_constraintEnd_toEndOf 25
+int styleable Layout_layout_constraintEnd_toStartOf 26
+int styleable Layout_layout_constraintGuide_begin 27
+int styleable Layout_layout_constraintGuide_end 28
+int styleable Layout_layout_constraintGuide_percent 29
+int styleable Layout_layout_constraintHeight_default 30
+int styleable Layout_layout_constraintHeight_max 31
+int styleable Layout_layout_constraintHeight_min 32
+int styleable Layout_layout_constraintHeight_percent 33
+int styleable Layout_layout_constraintHorizontal_bias 34
+int styleable Layout_layout_constraintHorizontal_chainStyle 35
+int styleable Layout_layout_constraintHorizontal_weight 36
+int styleable Layout_layout_constraintLeft_creator 37
+int styleable Layout_layout_constraintLeft_toLeftOf 38
+int styleable Layout_layout_constraintLeft_toRightOf 39
+int styleable Layout_layout_constraintRight_creator 40
+int styleable Layout_layout_constraintRight_toLeftOf 41
+int styleable Layout_layout_constraintRight_toRightOf 42
+int styleable Layout_layout_constraintStart_toEndOf 43
+int styleable Layout_layout_constraintStart_toStartOf 44
+int styleable Layout_layout_constraintTop_creator 45
+int styleable Layout_layout_constraintTop_toBottomOf 46
+int styleable Layout_layout_constraintTop_toTopOf 47
+int styleable Layout_layout_constraintVertical_bias 48
+int styleable Layout_layout_constraintVertical_chainStyle 49
+int styleable Layout_layout_constraintVertical_weight 50
+int styleable Layout_layout_constraintWidth_default 51
+int styleable Layout_layout_constraintWidth_max 52
+int styleable Layout_layout_constraintWidth_min 53
+int styleable Layout_layout_constraintWidth_percent 54
+int styleable Layout_layout_editor_absoluteX 55
+int styleable Layout_layout_editor_absoluteY 56
+int styleable Layout_layout_goneMarginBottom 57
+int styleable Layout_layout_goneMarginEnd 58
+int styleable Layout_layout_goneMarginLeft 59
+int styleable Layout_layout_goneMarginRight 60
+int styleable Layout_layout_goneMarginStart 61
+int styleable Layout_layout_goneMarginTop 62
+int styleable Layout_maxHeight 63
+int styleable Layout_maxWidth 64
+int styleable Layout_minHeight 65
+int styleable Layout_minWidth 66
+int[] styleable LinearLayoutCompat { 0x1010126, 0x1010127, 0x10100af, 0x10100c4, 0x1010128, 0x0, 0x0, 0x0, 0x0 }
+int styleable LinearLayoutCompat_android_baselineAligned 0
+int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1
+int styleable LinearLayoutCompat_android_gravity 2
+int styleable LinearLayoutCompat_android_orientation 3
+int styleable LinearLayoutCompat_android_weightSum 4
+int styleable LinearLayoutCompat_divider 5
+int styleable LinearLayoutCompat_dividerPadding 6
+int styleable LinearLayoutCompat_measureWithLargestChild 7
+int styleable LinearLayoutCompat_showDividers 8
+int[] styleable LinearLayoutCompat_Layout { 0x10100b3, 0x10100f5, 0x1010181, 0x10100f4 }
+int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
+int styleable LinearLayoutCompat_Layout_android_layout_height 1
+int styleable LinearLayoutCompat_Layout_android_layout_weight 2
+int styleable LinearLayoutCompat_Layout_android_layout_width 3
+int[] styleable LinearProgressIndicator { 0x0, 0x0 }
+int styleable LinearProgressIndicator_indeterminateAnimationType 0
+int styleable LinearProgressIndicator_indicatorDirectionLinear 1
+int[] styleable ListPopupWindow { 0x10102ac, 0x10102ad }
+int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
+int styleable ListPopupWindow_android_dropDownVerticalOffset 1
+int[] styleable MaterialAlertDialog { 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialAlertDialog_backgroundInsetBottom 0
+int styleable MaterialAlertDialog_backgroundInsetEnd 1
+int styleable MaterialAlertDialog_backgroundInsetStart 2
+int styleable MaterialAlertDialog_backgroundInsetTop 3
+int[] styleable MaterialAlertDialogTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle 0
+int styleable MaterialAlertDialogTheme_materialAlertDialogButtonSpacerVisibility 1
+int styleable MaterialAlertDialogTheme_materialAlertDialogTheme 2
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle 3
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle 4
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle 5
+int[] styleable MaterialAutoCompleteTextView { 0x1010220, 0x101048c, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialAutoCompleteTextView_android_inputType 0
+int styleable MaterialAutoCompleteTextView_android_popupElevation 1
+int styleable MaterialAutoCompleteTextView_simpleItemLayout 2
+int styleable MaterialAutoCompleteTextView_simpleItemSelectedColor 3
+int styleable MaterialAutoCompleteTextView_simpleItemSelectedRippleColor 4
+int styleable MaterialAutoCompleteTextView_simpleItems 5
+int[] styleable MaterialButton { 0x10100d4, 0x10101e5, 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialButton_android_background 0
+int styleable MaterialButton_android_checkable 1
+int styleable MaterialButton_android_insetBottom 2
+int styleable MaterialButton_android_insetLeft 3
+int styleable MaterialButton_android_insetRight 4
+int styleable MaterialButton_android_insetTop 5
+int styleable MaterialButton_backgroundTint 6
+int styleable MaterialButton_backgroundTintMode 7
+int styleable MaterialButton_cornerRadius 8
+int styleable MaterialButton_elevation 9
+int styleable MaterialButton_icon 10
+int styleable MaterialButton_iconGravity 11
+int styleable MaterialButton_iconPadding 12
+int styleable MaterialButton_iconSize 13
+int styleable MaterialButton_iconTint 14
+int styleable MaterialButton_iconTintMode 15
+int styleable MaterialButton_rippleColor 16
+int styleable MaterialButton_shapeAppearance 17
+int styleable MaterialButton_shapeAppearanceOverlay 18
+int styleable MaterialButton_strokeColor 19
+int styleable MaterialButton_strokeWidth 20
+int styleable MaterialButton_toggleCheckedStateOnClick 21
+int[] styleable MaterialButtonToggleGroup { 0x0, 0x0, 0x0 }
+int styleable MaterialButtonToggleGroup_checkedButton 0
+int styleable MaterialButtonToggleGroup_selectionRequired 1
+int styleable MaterialButtonToggleGroup_singleSelection 2
+int[] styleable MaterialCalendar { 0x101020d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialCalendar_android_windowFullscreen 0
+int styleable MaterialCalendar_dayInvalidStyle 1
+int styleable MaterialCalendar_daySelectedStyle 2
+int styleable MaterialCalendar_dayStyle 3
+int styleable MaterialCalendar_dayTodayStyle 4
+int styleable MaterialCalendar_nestedScrollable 5
+int styleable MaterialCalendar_rangeFillColor 6
+int styleable MaterialCalendar_yearSelectedStyle 7
+int styleable MaterialCalendar_yearStyle 8
+int styleable MaterialCalendar_yearTodayStyle 9
+int[] styleable MaterialCalendarItem { 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialCalendarItem_android_insetBottom 0
+int styleable MaterialCalendarItem_android_insetLeft 1
+int styleable MaterialCalendarItem_android_insetRight 2
+int styleable MaterialCalendarItem_android_insetTop 3
+int styleable MaterialCalendarItem_itemFillColor 4
+int styleable MaterialCalendarItem_itemShapeAppearance 5
+int styleable MaterialCalendarItem_itemShapeAppearanceOverlay 6
+int styleable MaterialCalendarItem_itemStrokeColor 7
+int styleable MaterialCalendarItem_itemStrokeWidth 8
+int styleable MaterialCalendarItem_itemTextColor 9
+int[] styleable MaterialCardView { 0x10101e5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialCardView_android_checkable 0
+int styleable MaterialCardView_cardForegroundColor 1
+int styleable MaterialCardView_checkedIcon 2
+int styleable MaterialCardView_checkedIconGravity 3
+int styleable MaterialCardView_checkedIconMargin 4
+int styleable MaterialCardView_checkedIconSize 5
+int styleable MaterialCardView_checkedIconTint 6
+int styleable MaterialCardView_rippleColor 7
+int styleable MaterialCardView_shapeAppearance 8
+int styleable MaterialCardView_shapeAppearanceOverlay 9
+int styleable MaterialCardView_state_dragged 10
+int styleable MaterialCardView_strokeColor 11
+int styleable MaterialCardView_strokeWidth 12
+int[] styleable MaterialCheckBox { 0x1010107, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialCheckBox_android_button 0
+int styleable MaterialCheckBox_buttonCompat 1
+int styleable MaterialCheckBox_buttonIcon 2
+int styleable MaterialCheckBox_buttonIconTint 3
+int styleable MaterialCheckBox_buttonIconTintMode 4
+int styleable MaterialCheckBox_buttonTint 5
+int styleable MaterialCheckBox_centerIfNoTextEnabled 6
+int styleable MaterialCheckBox_checkedState 7
+int styleable MaterialCheckBox_errorAccessibilityLabel 8
+int styleable MaterialCheckBox_errorShown 9
+int styleable MaterialCheckBox_useMaterialThemeColors 10
+int[] styleable MaterialCheckBoxStates { 0x0, 0x0 }
+int styleable MaterialCheckBoxStates_state_error 0
+int styleable MaterialCheckBoxStates_state_indeterminate 1
+int[] styleable MaterialDivider { 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialDivider_dividerColor 0
+int styleable MaterialDivider_dividerInsetEnd 1
+int styleable MaterialDivider_dividerInsetStart 2
+int styleable MaterialDivider_dividerThickness 3
+int styleable MaterialDivider_lastItemDecorated 4
+int[] styleable MaterialRadioButton { 0x0, 0x0 }
+int styleable MaterialRadioButton_buttonTint 0
+int styleable MaterialRadioButton_useMaterialThemeColors 1
+int[] styleable MaterialShape { 0x0, 0x0 }
+int styleable MaterialShape_shapeAppearance 0
+int styleable MaterialShape_shapeAppearanceOverlay 1
+int[] styleable MaterialSwitch { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialSwitch_thumbIcon 0
+int styleable MaterialSwitch_thumbIconTint 1
+int styleable MaterialSwitch_thumbIconTintMode 2
+int styleable MaterialSwitch_trackDecoration 3
+int styleable MaterialSwitch_trackDecorationTint 4
+int styleable MaterialSwitch_trackDecorationTintMode 5
+int[] styleable MaterialTextAppearance { 0x10104b6, 0x101057f, 0x0 }
+int styleable MaterialTextAppearance_android_letterSpacing 0
+int styleable MaterialTextAppearance_android_lineHeight 1
+int styleable MaterialTextAppearance_lineHeight 2
+int[] styleable MaterialTextView { 0x101057f, 0x1010034, 0x0 }
+int styleable MaterialTextView_android_lineHeight 0
+int styleable MaterialTextView_android_textAppearance 1
+int styleable MaterialTextView_lineHeight 2
+int[] styleable MaterialTimePicker { 0x0, 0x0 }
+int styleable MaterialTimePicker_clockIcon 0
+int styleable MaterialTimePicker_keyboardIcon 1
+int[] styleable MaterialToolbar { 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialToolbar_logoAdjustViewBounds 0
+int styleable MaterialToolbar_logoScaleType 1
+int styleable MaterialToolbar_navigationIconTint 2
+int styleable MaterialToolbar_subtitleCentered 3
+int styleable MaterialToolbar_titleCentered 4
+int[] styleable MenuGroup { 0x10101e0, 0x101000e, 0x10100d0, 0x10101de, 0x10101df, 0x1010194 }
+int styleable MenuGroup_android_checkableBehavior 0
+int styleable MenuGroup_android_enabled 1
+int styleable MenuGroup_android_id 2
+int styleable MenuGroup_android_menuCategory 3
+int styleable MenuGroup_android_orderInCategory 4
+int styleable MenuGroup_android_visible 5
+int[] styleable MenuItem { 0x0, 0x0, 0x0, 0x0, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MenuItem_actionLayout 0
+int styleable MenuItem_actionProviderClass 1
+int styleable MenuItem_actionViewClass 2
+int styleable MenuItem_alphabeticModifiers 3
+int styleable MenuItem_android_alphabeticShortcut 4
+int styleable MenuItem_android_checkable 5
+int styleable MenuItem_android_checked 6
+int styleable MenuItem_android_enabled 7
+int styleable MenuItem_android_icon 8
+int styleable MenuItem_android_id 9
+int styleable MenuItem_android_menuCategory 10
+int styleable MenuItem_android_numericShortcut 11
+int styleable MenuItem_android_onClick 12
+int styleable MenuItem_android_orderInCategory 13
+int styleable MenuItem_android_title 14
+int styleable MenuItem_android_titleCondensed 15
+int styleable MenuItem_android_visible 16
+int styleable MenuItem_contentDescription 17
+int styleable MenuItem_iconTint 18
+int styleable MenuItem_iconTintMode 19
+int styleable MenuItem_numericModifiers 20
+int styleable MenuItem_showAsAction 21
+int styleable MenuItem_tooltipText 22
+int[] styleable MenuView { 0x101012f, 0x101012d, 0x1010130, 0x1010131, 0x101012c, 0x101012e, 0x10100ae, 0x0, 0x0 }
+int styleable MenuView_android_headerBackground 0
+int styleable MenuView_android_horizontalDivider 1
+int styleable MenuView_android_itemBackground 2
+int styleable MenuView_android_itemIconDisabledAlpha 3
+int styleable MenuView_android_itemTextAppearance 4
+int styleable MenuView_android_verticalDivider 5
+int styleable MenuView_android_windowAnimationStyle 6
+int styleable MenuView_preserveIconSpacing 7
+int styleable MenuView_subMenuArrow 8
+int[] styleable MockView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MockView_mock_diagonalsColor 0
+int styleable MockView_mock_label 1
+int styleable MockView_mock_labelBackgroundColor 2
+int styleable MockView_mock_labelColor 3
+int styleable MockView_mock_showDiagonals 4
+int styleable MockView_mock_showLabel 5
+int[] styleable Motion { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Motion_animate_relativeTo 0
+int styleable Motion_drawPath 1
+int styleable Motion_motionPathRotate 2
+int styleable Motion_motionStagger 3
+int styleable Motion_pathMotionArc 4
+int styleable Motion_transitionEasing 5
+int[] styleable MotionHelper { 0x0, 0x0 }
+int styleable MotionHelper_onHide 0
+int styleable MotionHelper_onShow 1
+int[] styleable MotionLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MotionLayout_applyMotionScene 0
+int styleable MotionLayout_currentState 1
+int styleable MotionLayout_layoutDescription 2
+int styleable MotionLayout_motionDebug 3
+int styleable MotionLayout_motionProgress 4
+int styleable MotionLayout_showPaths 5
+int[] styleable MotionScene { 0x0, 0x0 }
+int styleable MotionScene_defaultDuration 0
+int styleable MotionScene_layoutDuringTransition 1
+int[] styleable MotionTelltales { 0x0, 0x0, 0x0 }
+int styleable MotionTelltales_telltales_tailColor 0
+int styleable MotionTelltales_telltales_tailScale 1
+int styleable MotionTelltales_telltales_velocityMode 2
+int[] styleable NavigationBarActiveIndicator { 0x10101a5, 0x1010155, 0x1010159, 0x0, 0x0 }
+int styleable NavigationBarActiveIndicator_android_color 0
+int styleable NavigationBarActiveIndicator_android_height 1
+int styleable NavigationBarActiveIndicator_android_width 2
+int styleable NavigationBarActiveIndicator_marginHorizontal 3
+int styleable NavigationBarActiveIndicator_shapeAppearance 4
+int[] styleable NavigationBarView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable NavigationBarView_backgroundTint 0
+int styleable NavigationBarView_elevation 1
+int styleable NavigationBarView_itemActiveIndicatorStyle 2
+int styleable NavigationBarView_itemBackground 3
+int styleable NavigationBarView_itemIconSize 4
+int styleable NavigationBarView_itemIconTint 5
+int styleable NavigationBarView_itemPaddingBottom 6
+int styleable NavigationBarView_itemPaddingTop 7
+int styleable NavigationBarView_itemRippleColor 8
+int styleable NavigationBarView_itemTextAppearanceActive 9
+int styleable NavigationBarView_itemTextAppearanceInactive 10
+int styleable NavigationBarView_itemTextColor 11
+int styleable NavigationBarView_labelVisibilityMode 12
+int styleable NavigationBarView_menu 13
+int[] styleable NavigationRailView { 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable NavigationRailView_headerLayout 0
+int styleable NavigationRailView_itemMinHeight 1
+int styleable NavigationRailView_menuGravity 2
+int styleable NavigationRailView_paddingBottomSystemWindowInsets 3
+int styleable NavigationRailView_paddingTopSystemWindowInsets 4
+int[] styleable NavigationView { 0x10100d4, 0x10100dd, 0x10100b3, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable NavigationView_android_background 0
+int styleable NavigationView_android_fitsSystemWindows 1
+int styleable NavigationView_android_layout_gravity 2
+int styleable NavigationView_android_maxWidth 3
+int styleable NavigationView_bottomInsetScrimEnabled 4
+int styleable NavigationView_dividerInsetEnd 5
+int styleable NavigationView_dividerInsetStart 6
+int styleable NavigationView_drawerLayoutCornerSize 7
+int styleable NavigationView_elevation 8
+int styleable NavigationView_headerLayout 9
+int styleable NavigationView_itemBackground 10
+int styleable NavigationView_itemHorizontalPadding 11
+int styleable NavigationView_itemIconPadding 12
+int styleable NavigationView_itemIconSize 13
+int styleable NavigationView_itemIconTint 14
+int styleable NavigationView_itemMaxLines 15
+int styleable NavigationView_itemRippleColor 16
+int styleable NavigationView_itemShapeAppearance 17
+int styleable NavigationView_itemShapeAppearanceOverlay 18
+int styleable NavigationView_itemShapeFillColor 19
+int styleable NavigationView_itemShapeInsetBottom 20
+int styleable NavigationView_itemShapeInsetEnd 21
+int styleable NavigationView_itemShapeInsetStart 22
+int styleable NavigationView_itemShapeInsetTop 23
+int styleable NavigationView_itemTextAppearance 24
+int styleable NavigationView_itemTextColor 25
+int styleable NavigationView_itemVerticalPadding 26
+int styleable NavigationView_menu 27
+int styleable NavigationView_shapeAppearance 28
+int styleable NavigationView_shapeAppearanceOverlay 29
+int styleable NavigationView_subheaderColor 30
+int styleable NavigationView_subheaderInsetEnd 31
+int styleable NavigationView_subheaderInsetStart 32
+int styleable NavigationView_subheaderTextAppearance 33
+int styleable NavigationView_topInsetScrimEnabled 34
+int[] styleable OnClick { 0x0, 0x0 }
+int styleable OnClick_clickAction 0
+int styleable OnClick_targetId 1
+int[] styleable OnSwipe { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable OnSwipe_dragDirection 0
+int styleable OnSwipe_dragScale 1
+int styleable OnSwipe_dragThreshold 2
+int styleable OnSwipe_limitBoundsTo 3
+int styleable OnSwipe_maxAcceleration 4
+int styleable OnSwipe_maxVelocity 5
+int styleable OnSwipe_moveWhenScrollAtTop 6
+int styleable OnSwipe_nestedScrollFlags 7
+int styleable OnSwipe_onTouchUp 8
+int styleable OnSwipe_touchAnchorId 9
+int styleable OnSwipe_touchAnchorSide 10
+int styleable OnSwipe_touchRegionId 11
+int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x0 }
+int styleable PopupWindow_android_popupAnimationStyle 0
+int styleable PopupWindow_android_popupBackground 1
+int styleable PopupWindow_overlapAnchor 2
+int[] styleable PopupWindowBackgroundState { 0x0 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable PropertySet { 0x101031f, 0x10100dc, 0x0, 0x0, 0x0 }
+int styleable PropertySet_android_alpha 0
+int styleable PropertySet_android_visibility 1
+int styleable PropertySet_layout_constraintTag 2
+int styleable PropertySet_motionProgress 3
+int styleable PropertySet_visibilityMode 4
+int[] styleable RadialViewGroup { 0x0 }
+int styleable RadialViewGroup_materialCircleRadius 0
+int[] styleable RangeSlider { 0x0, 0x0 }
+int styleable RangeSlider_minSeparation 0
+int styleable RangeSlider_values 1
+int[] styleable RecycleListView { 0x0, 0x0 }
+int styleable RecycleListView_paddingBottomNoButtons 0
+int styleable RecycleListView_paddingTopNoTitle 1
+int[] styleable RecyclerView { 0x10100eb, 0x10100f1, 0x10100c4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable RecyclerView_android_clipToPadding 0
+int styleable RecyclerView_android_descendantFocusability 1
+int styleable RecyclerView_android_orientation 2
+int styleable RecyclerView_fastScrollEnabled 3
+int styleable RecyclerView_fastScrollHorizontalThumbDrawable 4
+int styleable RecyclerView_fastScrollHorizontalTrackDrawable 5
+int styleable RecyclerView_fastScrollVerticalThumbDrawable 6
+int styleable RecyclerView_fastScrollVerticalTrackDrawable 7
+int styleable RecyclerView_layoutManager 8
+int styleable RecyclerView_reverseLayout 9
+int styleable RecyclerView_spanCount 10
+int styleable RecyclerView_stackFromEnd 11
+int[] styleable ScrimInsetsFrameLayout { 0x0 }
+int styleable ScrimInsetsFrameLayout_insetForeground 0
+int[] styleable ScrollingViewBehavior_Layout { 0x0 }
+int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0
+int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 1
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 3
+int styleable SearchView_closeIcon 4
+int styleable SearchView_commitIcon 5
+int styleable SearchView_defaultQueryHint 6
+int styleable SearchView_goIcon 7
+int styleable SearchView_iconifiedByDefault 8
+int styleable SearchView_layout 9
+int styleable SearchView_queryBackground 10
+int styleable SearchView_queryHint 11
+int styleable SearchView_searchHintIcon 12
+int styleable SearchView_searchIcon 13
+int styleable SearchView_submitBackground 14
+int styleable SearchView_suggestionRowLayout 15
+int styleable SearchView_voiceIcon 16
+int[] styleable ShapeAppearance { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ShapeAppearance_cornerFamily 0
+int styleable ShapeAppearance_cornerFamilyBottomLeft 1
+int styleable ShapeAppearance_cornerFamilyBottomRight 2
+int styleable ShapeAppearance_cornerFamilyTopLeft 3
+int styleable ShapeAppearance_cornerFamilyTopRight 4
+int styleable ShapeAppearance_cornerSize 5
+int styleable ShapeAppearance_cornerSizeBottomLeft 6
+int styleable ShapeAppearance_cornerSizeBottomRight 7
+int styleable ShapeAppearance_cornerSizeTopLeft 8
+int styleable ShapeAppearance_cornerSizeTopRight 9
+int[] styleable ShapeableImageView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ShapeableImageView_contentPadding 0
+int styleable ShapeableImageView_contentPaddingBottom 1
+int styleable ShapeableImageView_contentPaddingEnd 2
+int styleable ShapeableImageView_contentPaddingLeft 3
+int styleable ShapeableImageView_contentPaddingRight 4
+int styleable ShapeableImageView_contentPaddingStart 5
+int styleable ShapeableImageView_contentPaddingTop 6
+int styleable ShapeableImageView_shapeAppearance 7
+int styleable ShapeableImageView_shapeAppearanceOverlay 8
+int styleable ShapeableImageView_strokeColor 9
+int styleable ShapeableImageView_strokeWidth 10
+int[] styleable Slider { 0x101000e, 0x1010146, 0x1010024, 0x10102de, 0x10102df, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Slider_android_enabled 0
+int styleable Slider_android_stepSize 1
+int styleable Slider_android_value 2
+int styleable Slider_android_valueFrom 3
+int styleable Slider_android_valueTo 4
+int styleable Slider_haloColor 5
+int styleable Slider_haloRadius 6
+int styleable Slider_labelBehavior 7
+int styleable Slider_labelStyle 8
+int styleable Slider_thumbColor 9
+int styleable Slider_thumbElevation 10
+int styleable Slider_thumbRadius 11
+int styleable Slider_thumbStrokeColor 12
+int styleable Slider_thumbStrokeWidth 13
+int styleable Slider_tickColor 14
+int styleable Slider_tickColorActive 15
+int styleable Slider_tickColorInactive 16
+int styleable Slider_tickVisible 17
+int styleable Slider_trackColor 18
+int styleable Slider_trackColorActive 19
+int styleable Slider_trackColorInactive 20
+int styleable Slider_trackHeight 21
+int[] styleable Snackbar { 0x0, 0x0, 0x0 }
+int styleable Snackbar_snackbarButtonStyle 0
+int styleable Snackbar_snackbarStyle 1
+int styleable Snackbar_snackbarTextViewStyle 2
+int[] styleable SnackbarLayout { 0x0, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SnackbarLayout_actionTextColorAlpha 0
+int styleable SnackbarLayout_android_maxWidth 1
+int styleable SnackbarLayout_animationMode 2
+int styleable SnackbarLayout_backgroundOverlayColorAlpha 3
+int styleable SnackbarLayout_backgroundTint 4
+int styleable SnackbarLayout_backgroundTintMode 5
+int styleable SnackbarLayout_elevation 6
+int styleable SnackbarLayout_maxActionInlineWidth 7
+int styleable SnackbarLayout_shapeAppearance 8
+int styleable SnackbarLayout_shapeAppearanceOverlay 9
+int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x0 }
+int styleable Spinner_android_dropDownWidth 0
+int styleable Spinner_android_entries 1
+int styleable Spinner_android_popupBackground 2
+int styleable Spinner_android_prompt 3
+int styleable Spinner_popupTheme 4
+int[] styleable State { 0x10100d0, 0x0 }
+int styleable State_android_id 0
+int styleable State_constraints 1
+int[] styleable StateListDrawable { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
+int styleable StateListDrawable_android_constantSize 0
+int styleable StateListDrawable_android_dither 1
+int styleable StateListDrawable_android_enterFadeDuration 2
+int styleable StateListDrawable_android_exitFadeDuration 3
+int styleable StateListDrawable_android_variablePadding 4
+int styleable StateListDrawable_android_visible 5
+int[] styleable StateListDrawableItem { 0x1010199 }
+int styleable StateListDrawableItem_android_drawable 0
+int[] styleable StateSet { 0x0 }
+int styleable StateSet_defaultState 0
+int[] styleable SwitchCompat { 0x1010125, 0x1010124, 0x1010142, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SwitchCompat_android_textOff 0
+int styleable SwitchCompat_android_textOn 1
+int styleable SwitchCompat_android_thumb 2
+int styleable SwitchCompat_showText 3
+int styleable SwitchCompat_splitTrack 4
+int styleable SwitchCompat_switchMinWidth 5
+int styleable SwitchCompat_switchPadding 6
+int styleable SwitchCompat_switchTextAppearance 7
+int styleable SwitchCompat_thumbTextPadding 8
+int styleable SwitchCompat_thumbTint 9
+int styleable SwitchCompat_thumbTintMode 10
+int styleable SwitchCompat_track 11
+int styleable SwitchCompat_trackTint 12
+int styleable SwitchCompat_trackTintMode 13
+int[] styleable SwitchMaterial { 0x0 }
+int styleable SwitchMaterial_useMaterialThemeColors 0
+int[] styleable TabItem { 0x1010002, 0x10100f2, 0x101014f }
+int styleable TabItem_android_icon 0
+int styleable TabItem_android_layout 1
+int styleable TabItem_android_text 2
+int[] styleable TabLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable TabLayout_tabBackground 0
+int styleable TabLayout_tabContentStart 1
+int styleable TabLayout_tabGravity 2
+int styleable TabLayout_tabIconTint 3
+int styleable TabLayout_tabIconTintMode 4
+int styleable TabLayout_tabIndicator 5
+int styleable TabLayout_tabIndicatorAnimationDuration 6
+int styleable TabLayout_tabIndicatorAnimationMode 7
+int styleable TabLayout_tabIndicatorColor 8
+int styleable TabLayout_tabIndicatorFullWidth 9
+int styleable TabLayout_tabIndicatorGravity 10
+int styleable TabLayout_tabIndicatorHeight 11
+int styleable TabLayout_tabInlineLabel 12
+int styleable TabLayout_tabMaxWidth 13
+int styleable TabLayout_tabMinWidth 14
+int styleable TabLayout_tabMode 15
+int styleable TabLayout_tabPadding 16
+int styleable TabLayout_tabPaddingBottom 17
+int styleable TabLayout_tabPaddingEnd 18
+int styleable TabLayout_tabPaddingStart 19
+int styleable TabLayout_tabPaddingTop 20
+int styleable TabLayout_tabRippleColor 21
+int styleable TabLayout_tabSelectedTextColor 22
+int styleable TabLayout_tabTextAppearance 23
+int styleable TabLayout_tabTextColor 24
+int styleable TabLayout_tabUnboundedRipple 25
+int[] styleable TextAppearance { 0x10103ac, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x101009b, 0x1010585, 0x1010095, 0x1010097, 0x1010096, 0x0, 0x0, 0x0, 0x0 }
+int styleable TextAppearance_android_fontFamily 0
+int styleable TextAppearance_android_shadowColor 1
+int styleable TextAppearance_android_shadowDx 2
+int styleable TextAppearance_android_shadowDy 3
+int styleable TextAppearance_android_shadowRadius 4
+int styleable TextAppearance_android_textColor 5
+int styleable TextAppearance_android_textColorHint 6
+int styleable TextAppearance_android_textColorLink 7
+int styleable TextAppearance_android_textFontWeight 8
+int styleable TextAppearance_android_textSize 9
+int styleable TextAppearance_android_textStyle 10
+int styleable TextAppearance_android_typeface 11
+int styleable TextAppearance_fontFamily 12
+int styleable TextAppearance_fontVariationSettings 13
+int styleable TextAppearance_textAllCaps 14
+int styleable TextAppearance_textLocale 15
+int[] styleable TextInputEditText { 0x0 }
+int styleable TextInputEditText_textInputLayoutFocusedRectEnabled 0
+int[] styleable TextInputLayout { 0x101000e, 0x1010150, 0x1010157, 0x101011f, 0x101015a, 0x101013f, 0x101009a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable TextInputLayout_android_enabled 0
+int styleable TextInputLayout_android_hint 1
+int styleable TextInputLayout_android_maxEms 2
+int styleable TextInputLayout_android_maxWidth 3
+int styleable TextInputLayout_android_minEms 4
+int styleable TextInputLayout_android_minWidth 5
+int styleable TextInputLayout_android_textColorHint 6
+int styleable TextInputLayout_boxBackgroundColor 7
+int styleable TextInputLayout_boxBackgroundMode 8
+int styleable TextInputLayout_boxCollapsedPaddingTop 9
+int styleable TextInputLayout_boxCornerRadiusBottomEnd 10
+int styleable TextInputLayout_boxCornerRadiusBottomStart 11
+int styleable TextInputLayout_boxCornerRadiusTopEnd 12
+int styleable TextInputLayout_boxCornerRadiusTopStart 13
+int styleable TextInputLayout_boxStrokeColor 14
+int styleable TextInputLayout_boxStrokeErrorColor 15
+int styleable TextInputLayout_boxStrokeWidth 16
+int styleable TextInputLayout_boxStrokeWidthFocused 17
+int styleable TextInputLayout_counterEnabled 18
+int styleable TextInputLayout_counterMaxLength 19
+int styleable TextInputLayout_counterOverflowTextAppearance 20
+int styleable TextInputLayout_counterOverflowTextColor 21
+int styleable TextInputLayout_counterTextAppearance 22
+int styleable TextInputLayout_counterTextColor 23
+int styleable TextInputLayout_endIconCheckable 24
+int styleable TextInputLayout_endIconContentDescription 25
+int styleable TextInputLayout_endIconDrawable 26
+int styleable TextInputLayout_endIconMode 27
+int styleable TextInputLayout_endIconTint 28
+int styleable TextInputLayout_endIconTintMode 29
+int styleable TextInputLayout_errorContentDescription 30
+int styleable TextInputLayout_errorEnabled 31
+int styleable TextInputLayout_errorIconDrawable 32
+int styleable TextInputLayout_errorIconTint 33
+int styleable TextInputLayout_errorIconTintMode 34
+int styleable TextInputLayout_errorTextAppearance 35
+int styleable TextInputLayout_errorTextColor 36
+int styleable TextInputLayout_expandedHintEnabled 37
+int styleable TextInputLayout_helperText 38
+int styleable TextInputLayout_helperTextEnabled 39
+int styleable TextInputLayout_helperTextTextAppearance 40
+int styleable TextInputLayout_helperTextTextColor 41
+int styleable TextInputLayout_hintAnimationEnabled 42
+int styleable TextInputLayout_hintEnabled 43
+int styleable TextInputLayout_hintTextAppearance 44
+int styleable TextInputLayout_hintTextColor 45
+int styleable TextInputLayout_passwordToggleContentDescription 46
+int styleable TextInputLayout_passwordToggleDrawable 47
+int styleable TextInputLayout_passwordToggleEnabled 48
+int styleable TextInputLayout_passwordToggleTint 49
+int styleable TextInputLayout_passwordToggleTintMode 50
+int styleable TextInputLayout_placeholderText 51
+int styleable TextInputLayout_placeholderTextAppearance 52
+int styleable TextInputLayout_placeholderTextColor 53
+int styleable TextInputLayout_prefixText 54
+int styleable TextInputLayout_prefixTextAppearance 55
+int styleable TextInputLayout_prefixTextColor 56
+int styleable TextInputLayout_shapeAppearance 57
+int styleable TextInputLayout_shapeAppearanceOverlay 58
+int styleable TextInputLayout_startIconCheckable 59
+int styleable TextInputLayout_startIconContentDescription 60
+int styleable TextInputLayout_startIconDrawable 61
+int styleable TextInputLayout_startIconTint 62
+int styleable TextInputLayout_startIconTintMode 63
+int styleable TextInputLayout_suffixText 64
+int styleable TextInputLayout_suffixTextAppearance 65
+int styleable TextInputLayout_suffixTextColor 66
+int[] styleable ThemeEnforcement { 0x1010034, 0x0, 0x0 }
+int styleable ThemeEnforcement_android_textAppearance 0
+int styleable ThemeEnforcement_enforceMaterialTheme 1
+int styleable ThemeEnforcement_enforceTextAppearance 2
+int[] styleable Toolbar { 0x10100af, 0x1010140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_buttonGravity 2
+int styleable Toolbar_collapseContentDescription 3
+int styleable Toolbar_collapseIcon 4
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetEndWithActions 6
+int styleable Toolbar_contentInsetLeft 7
+int styleable Toolbar_contentInsetRight 8
+int styleable Toolbar_contentInsetStart 9
+int styleable Toolbar_contentInsetStartWithNavigation 10
+int styleable Toolbar_logo 11
+int styleable Toolbar_logoDescription 12
+int styleable Toolbar_maxButtonHeight 13
+int styleable Toolbar_menu 14
+int styleable Toolbar_navigationContentDescription 15
+int styleable Toolbar_navigationIcon 16
+int styleable Toolbar_popupTheme 17
+int styleable Toolbar_subtitle 18
+int styleable Toolbar_subtitleTextAppearance 19
+int styleable Toolbar_subtitleTextColor 20
+int styleable Toolbar_title 21
+int styleable Toolbar_titleMargin 22
+int styleable Toolbar_titleMarginBottom 23
+int styleable Toolbar_titleMarginEnd 24
+int styleable Toolbar_titleMarginStart 25
+int styleable Toolbar_titleMarginTop 26
+int styleable Toolbar_titleMargins 27
+int styleable Toolbar_titleTextAppearance 28
+int styleable Toolbar_titleTextColor 29
+int[] styleable Tooltip { 0x10100f6, 0x1010140, 0x101013f, 0x10100d5, 0x101014f, 0x1010034, 0x1010098, 0x0 }
+int styleable Tooltip_android_layout_margin 0
+int styleable Tooltip_android_minHeight 1
+int styleable Tooltip_android_minWidth 2
+int styleable Tooltip_android_padding 3
+int styleable Tooltip_android_text 4
+int styleable Tooltip_android_textAppearance 5
+int styleable Tooltip_android_textColor 6
+int styleable Tooltip_backgroundTint 7
+int[] styleable Transform { 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa }
+int styleable Transform_android_elevation 0
+int styleable Transform_android_rotation 1
+int styleable Transform_android_rotationX 2
+int styleable Transform_android_rotationY 3
+int styleable Transform_android_scaleX 4
+int styleable Transform_android_scaleY 5
+int styleable Transform_android_transformPivotX 6
+int styleable Transform_android_transformPivotY 7
+int styleable Transform_android_translationX 8
+int styleable Transform_android_translationY 9
+int styleable Transform_android_translationZ 10
+int[] styleable Transition { 0x10100d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Transition_android_id 0
+int styleable Transition_autoTransition 1
+int styleable Transition_constraintSetEnd 2
+int styleable Transition_constraintSetStart 3
+int styleable Transition_duration 4
+int styleable Transition_layoutDuringTransition 5
+int styleable Transition_motionInterpolator 6
+int styleable Transition_pathMotionArc 7
+int styleable Transition_staggered 8
+int styleable Transition_transitionDisable 9
+int styleable Transition_transitionFlags 10
+int[] styleable Variant { 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Variant_constraints 0
+int styleable Variant_region_heightLessThan 1
+int styleable Variant_region_heightMoreThan 2
+int styleable Variant_region_widthLessThan 3
+int styleable Variant_region_widthMoreThan 4
+int[] styleable View { 0x10100da, 0x1010000, 0x0, 0x0, 0x0 }
+int styleable View_android_focusable 0
+int styleable View_android_theme 1
+int styleable View_paddingEnd 2
+int styleable View_paddingStart 3
+int styleable View_theme 4
+int[] styleable ViewBackgroundHelper { 0x10100d4, 0x0, 0x0 }
+int styleable ViewBackgroundHelper_android_background 0
+int styleable ViewBackgroundHelper_backgroundTint 1
+int styleable ViewBackgroundHelper_backgroundTintMode 2
+int[] styleable ViewPager2 { 0x10100c4 }
+int styleable ViewPager2_android_orientation 0
+int[] styleable ViewStubCompat { 0x10100d0, 0x10100f3, 0x10100f2 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 1
+int styleable ViewStubCompat_android_layout 2
diff --git a/mylibrary/build/intermediates/incremental/debug-mergeJavaRes/merge-state b/mylibrary/build/intermediates/incremental/debug-mergeJavaRes/merge-state
new file mode 100644
index 00000000..fb4aa171
Binary files /dev/null and b/mylibrary/build/intermediates/incremental/debug-mergeJavaRes/merge-state differ
diff --git a/mylibrary/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/mylibrary/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
new file mode 100644
index 00000000..c2c249ba
--- /dev/null
+++ b/mylibrary/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/mylibrary/build/intermediates/incremental/mergeDebugShaders/merger.xml b/mylibrary/build/intermediates/incremental/mergeDebugShaders/merger.xml
new file mode 100644
index 00000000..16eb0050
--- /dev/null
+++ b/mylibrary/build/intermediates/incremental/mergeDebugShaders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/mylibrary/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml b/mylibrary/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml
new file mode 100644
index 00000000..75be8898
--- /dev/null
+++ b/mylibrary/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/mylibrary/build/intermediates/incremental/mergeReleaseShaders/merger.xml b/mylibrary/build/intermediates/incremental/mergeReleaseShaders/merger.xml
new file mode 100644
index 00000000..958d41f1
--- /dev/null
+++ b/mylibrary/build/intermediates/incremental/mergeReleaseShaders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/mylibrary/build/intermediates/incremental/packageDebugAssets/merger.xml b/mylibrary/build/intermediates/incremental/packageDebugAssets/merger.xml
new file mode 100644
index 00000000..eb7596e7
--- /dev/null
+++ b/mylibrary/build/intermediates/incremental/packageDebugAssets/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/mylibrary/build/intermediates/incremental/packageDebugResources/compile-file-map.properties b/mylibrary/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
new file mode 100644
index 00000000..a5ae9617
--- /dev/null
+++ b/mylibrary/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
@@ -0,0 +1 @@
+#Mon Jan 09 16:53:11 CET 2023
diff --git a/mylibrary/build/intermediates/incremental/packageDebugResources/merger.xml b/mylibrary/build/intermediates/incremental/packageDebugResources/merger.xml
new file mode 100644
index 00000000..05038a93
--- /dev/null
+++ b/mylibrary/build/intermediates/incremental/packageDebugResources/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/mylibrary/build/intermediates/incremental/packageReleaseAssets/merger.xml b/mylibrary/build/intermediates/incremental/packageReleaseAssets/merger.xml
new file mode 100644
index 00000000..e4a89e4c
--- /dev/null
+++ b/mylibrary/build/intermediates/incremental/packageReleaseAssets/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/mylibrary/build/intermediates/incremental/packageReleaseResources/compile-file-map.properties b/mylibrary/build/intermediates/incremental/packageReleaseResources/compile-file-map.properties
new file mode 100644
index 00000000..421c1f1f
--- /dev/null
+++ b/mylibrary/build/intermediates/incremental/packageReleaseResources/compile-file-map.properties
@@ -0,0 +1 @@
+#Mon Jan 09 17:06:25 CET 2023
diff --git a/mylibrary/build/intermediates/incremental/packageReleaseResources/merger.xml b/mylibrary/build/intermediates/incremental/packageReleaseResources/merger.xml
new file mode 100644
index 00000000..b4a54e5d
--- /dev/null
+++ b/mylibrary/build/intermediates/incremental/packageReleaseResources/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/mylibrary/build/intermediates/incremental/release-mergeJavaRes/merge-state b/mylibrary/build/intermediates/incremental/release-mergeJavaRes/merge-state
new file mode 100644
index 00000000..401cd9a6
Binary files /dev/null and b/mylibrary/build/intermediates/incremental/release-mergeJavaRes/merge-state differ
diff --git a/mylibrary/build/intermediates/javac/debug/classes/com/example/mylibrary/BuildConfig.class b/mylibrary/build/intermediates/javac/debug/classes/com/example/mylibrary/BuildConfig.class
new file mode 100644
index 00000000..d1fca6ab
Binary files /dev/null and b/mylibrary/build/intermediates/javac/debug/classes/com/example/mylibrary/BuildConfig.class differ
diff --git a/mylibrary/build/intermediates/javac/release/classes/com/example/mylibrary/BuildConfig.class b/mylibrary/build/intermediates/javac/release/classes/com/example/mylibrary/BuildConfig.class
new file mode 100644
index 00000000..821ef286
Binary files /dev/null and b/mylibrary/build/intermediates/javac/release/classes/com/example/mylibrary/BuildConfig.class differ
diff --git a/mylibrary/build/intermediates/local_only_symbol_list/debug/R-def.txt b/mylibrary/build/intermediates/local_only_symbol_list/debug/R-def.txt
new file mode 100644
index 00000000..78ac5b8b
--- /dev/null
+++ b/mylibrary/build/intermediates/local_only_symbol_list/debug/R-def.txt
@@ -0,0 +1,2 @@
+R_DEF: Internal format may change without notice
+local
diff --git a/mylibrary/build/intermediates/local_only_symbol_list/release/R-def.txt b/mylibrary/build/intermediates/local_only_symbol_list/release/R-def.txt
new file mode 100644
index 00000000..78ac5b8b
--- /dev/null
+++ b/mylibrary/build/intermediates/local_only_symbol_list/release/R-def.txt
@@ -0,0 +1,2 @@
+R_DEF: Internal format may change without notice
+local
diff --git a/mylibrary/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/mylibrary/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
new file mode 100644
index 00000000..c7e32c5d
--- /dev/null
+++ b/mylibrary/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
@@ -0,0 +1,11 @@
+1
+2
+4
+5 C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+7 android:targetSdkVersion="32" />
+7-->C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+8
+9
diff --git a/mylibrary/build/intermediates/manifest_merge_blame_file/release/manifest-merger-blame-release-report.txt b/mylibrary/build/intermediates/manifest_merge_blame_file/release/manifest-merger-blame-release-report.txt
new file mode 100644
index 00000000..c7e32c5d
--- /dev/null
+++ b/mylibrary/build/intermediates/manifest_merge_blame_file/release/manifest-merger-blame-release-report.txt
@@ -0,0 +1,11 @@
+1
+2
+4
+5 C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+7 android:targetSdkVersion="32" />
+7-->C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+8
+9
diff --git a/mylibrary/build/intermediates/merged_consumer_proguard_file/debug/proguard.txt b/mylibrary/build/intermediates/merged_consumer_proguard_file/debug/proguard.txt
new file mode 100644
index 00000000..e69de29b
diff --git a/mylibrary/build/intermediates/merged_consumer_proguard_file/release/proguard.txt b/mylibrary/build/intermediates/merged_consumer_proguard_file/release/proguard.txt
new file mode 100644
index 00000000..e69de29b
diff --git a/mylibrary/build/intermediates/merged_manifest/debug/AndroidManifest.xml b/mylibrary/build/intermediates/merged_manifest/debug/AndroidManifest.xml
new file mode 100644
index 00000000..2fd0d59e
--- /dev/null
+++ b/mylibrary/build/intermediates/merged_manifest/debug/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mylibrary/build/intermediates/merged_manifest/release/AndroidManifest.xml b/mylibrary/build/intermediates/merged_manifest/release/AndroidManifest.xml
new file mode 100644
index 00000000..2fd0d59e
--- /dev/null
+++ b/mylibrary/build/intermediates/merged_manifest/release/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mylibrary/build/intermediates/packaged_manifests/debug/output-metadata.json b/mylibrary/build/intermediates/packaged_manifests/debug/output-metadata.json
new file mode 100644
index 00000000..14c39833
--- /dev/null
+++ b/mylibrary/build/intermediates/packaged_manifests/debug/output-metadata.json
@@ -0,0 +1,18 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "PACKAGED_MANIFESTS",
+ "kind": "Directory"
+ },
+ "applicationId": "com.example.mylibrary",
+ "variantName": "debug",
+ "elements": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "attributes": [],
+ "outputFile": "../../merged_manifest/debug/AndroidManifest.xml"
+ }
+ ],
+ "elementType": "File"
+}
\ No newline at end of file
diff --git a/mylibrary/build/intermediates/packaged_manifests/release/output-metadata.json b/mylibrary/build/intermediates/packaged_manifests/release/output-metadata.json
new file mode 100644
index 00000000..0dd43c6f
--- /dev/null
+++ b/mylibrary/build/intermediates/packaged_manifests/release/output-metadata.json
@@ -0,0 +1,18 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "PACKAGED_MANIFESTS",
+ "kind": "Directory"
+ },
+ "applicationId": "com.example.mylibrary",
+ "variantName": "release",
+ "elements": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "attributes": [],
+ "outputFile": "../../merged_manifest/release/AndroidManifest.xml"
+ }
+ ],
+ "elementType": "File"
+}
\ No newline at end of file
diff --git a/mylibrary/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt b/mylibrary/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt
new file mode 100644
index 00000000..73fd492d
--- /dev/null
+++ b/mylibrary/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt
@@ -0,0 +1,4460 @@
+com.example.mylibrary
+anim abc_fade_in
+anim abc_fade_out
+anim abc_grow_fade_in_from_bottom
+anim abc_popup_enter
+anim abc_popup_exit
+anim abc_shrink_fade_out_from_bottom
+anim abc_slide_in_bottom
+anim abc_slide_in_top
+anim abc_slide_out_bottom
+anim abc_slide_out_top
+anim abc_tooltip_enter
+anim abc_tooltip_exit
+anim btn_checkbox_to_checked_box_inner_merged_animation
+anim btn_checkbox_to_checked_box_outer_merged_animation
+anim btn_checkbox_to_checked_icon_null_animation
+anim btn_checkbox_to_unchecked_box_inner_merged_animation
+anim btn_checkbox_to_unchecked_check_path_merged_animation
+anim btn_checkbox_to_unchecked_icon_null_animation
+anim btn_radio_to_off_mtrl_dot_group_animation
+anim btn_radio_to_off_mtrl_ring_outer_animation
+anim btn_radio_to_off_mtrl_ring_outer_path_animation
+anim btn_radio_to_on_mtrl_dot_group_animation
+anim btn_radio_to_on_mtrl_ring_outer_animation
+anim btn_radio_to_on_mtrl_ring_outer_path_animation
+anim design_bottom_sheet_slide_in
+anim design_bottom_sheet_slide_out
+anim design_snackbar_in
+anim design_snackbar_out
+anim fragment_fast_out_extra_slow_in
+anim linear_indeterminate_line1_head_interpolator
+anim linear_indeterminate_line1_tail_interpolator
+anim linear_indeterminate_line2_head_interpolator
+anim linear_indeterminate_line2_tail_interpolator
+anim mtrl_bottom_sheet_slide_in
+anim mtrl_bottom_sheet_slide_out
+anim mtrl_card_lowers_interpolator
+animator design_appbar_state_list_animator
+animator design_fab_hide_motion_spec
+animator design_fab_show_motion_spec
+animator fragment_close_enter
+animator fragment_close_exit
+animator fragment_fade_enter
+animator fragment_fade_exit
+animator fragment_open_enter
+animator fragment_open_exit
+animator m3_btn_elevated_btn_state_list_anim
+animator m3_btn_state_list_anim
+animator m3_card_elevated_state_list_anim
+animator m3_card_state_list_anim
+animator m3_chip_state_list_anim
+animator m3_elevated_chip_state_list_anim
+animator m3_extended_fab_hide_motion_spec
+animator m3_extended_fab_show_motion_spec
+animator m3_extended_fab_state_list_animator
+animator mtrl_btn_state_list_anim
+animator mtrl_btn_unelevated_state_list_anim
+animator mtrl_card_state_list_anim
+animator mtrl_chip_state_list_anim
+animator mtrl_extended_fab_change_size_collapse_motion_spec
+animator mtrl_extended_fab_change_size_expand_motion_spec
+animator mtrl_extended_fab_hide_motion_spec
+animator mtrl_extended_fab_show_motion_spec
+animator mtrl_extended_fab_state_list_animator
+animator mtrl_fab_hide_motion_spec
+animator mtrl_fab_show_motion_spec
+animator mtrl_fab_transformation_sheet_collapse_spec
+animator mtrl_fab_transformation_sheet_expand_spec
+attr actionBarDivider
+attr actionBarItemBackground
+attr actionBarPopupTheme
+attr actionBarSize
+attr actionBarSplitStyle
+attr actionBarStyle
+attr actionBarTabBarStyle
+attr actionBarTabStyle
+attr actionBarTabTextStyle
+attr actionBarTheme
+attr actionBarWidgetTheme
+attr actionButtonStyle
+attr actionDropDownStyle
+attr actionLayout
+attr actionMenuTextAppearance
+attr actionMenuTextColor
+attr actionModeBackground
+attr actionModeCloseButtonStyle
+attr actionModeCloseContentDescription
+attr actionModeCloseDrawable
+attr actionModeCopyDrawable
+attr actionModeCutDrawable
+attr actionModeFindDrawable
+attr actionModePasteDrawable
+attr actionModePopupWindowStyle
+attr actionModeSelectAllDrawable
+attr actionModeShareDrawable
+attr actionModeSplitBackground
+attr actionModeStyle
+attr actionModeTheme
+attr actionModeWebSearchDrawable
+attr actionOverflowButtonStyle
+attr actionOverflowMenuStyle
+attr actionProviderClass
+attr actionTextColorAlpha
+attr actionViewClass
+attr activityChooserViewStyle
+attr alertDialogButtonGroupStyle
+attr alertDialogCenterButtons
+attr alertDialogStyle
+attr alertDialogTheme
+attr allowStacking
+attr alpha
+attr alphabeticModifiers
+attr altSrc
+attr animate_relativeTo
+attr animationMode
+attr appBarLayoutStyle
+attr applyMotionScene
+attr arcMode
+attr arrowHeadLength
+attr arrowShaftLength
+attr attributeName
+attr autoCompleteTextViewStyle
+attr autoSizeMaxTextSize
+attr autoSizeMinTextSize
+attr autoSizePresetSizes
+attr autoSizeStepGranularity
+attr autoSizeTextType
+attr autoTransition
+attr background
+attr backgroundColor
+attr backgroundInsetBottom
+attr backgroundInsetEnd
+attr backgroundInsetStart
+attr backgroundInsetTop
+attr backgroundOverlayColorAlpha
+attr backgroundSplit
+attr backgroundStacked
+attr backgroundTint
+attr backgroundTintMode
+attr badgeGravity
+attr badgeRadius
+attr badgeStyle
+attr badgeTextColor
+attr badgeWidePadding
+attr badgeWithTextRadius
+attr barLength
+attr barrierAllowsGoneWidgets
+attr barrierDirection
+attr barrierMargin
+attr behavior_autoHide
+attr behavior_autoShrink
+attr behavior_draggable
+attr behavior_expandedOffset
+attr behavior_fitToContents
+attr behavior_halfExpandedRatio
+attr behavior_hideable
+attr behavior_overlapTop
+attr behavior_peekHeight
+attr behavior_saveFlags
+attr behavior_skipCollapsed
+attr borderWidth
+attr borderlessButtonStyle
+attr bottomAppBarStyle
+attr bottomInsetScrimEnabled
+attr bottomNavigationStyle
+attr bottomSheetDialogTheme
+attr bottomSheetDragHandleStyle
+attr bottomSheetStyle
+attr boxBackgroundColor
+attr boxBackgroundMode
+attr boxCollapsedPaddingTop
+attr boxCornerRadiusBottomEnd
+attr boxCornerRadiusBottomStart
+attr boxCornerRadiusTopEnd
+attr boxCornerRadiusTopStart
+attr boxStrokeColor
+attr boxStrokeErrorColor
+attr boxStrokeWidth
+attr boxStrokeWidthFocused
+attr brightness
+attr buttonBarButtonStyle
+attr buttonBarNegativeButtonStyle
+attr buttonBarNeutralButtonStyle
+attr buttonBarPositiveButtonStyle
+attr buttonBarStyle
+attr buttonCompat
+attr buttonGravity
+attr buttonIcon
+attr buttonIconDimen
+attr buttonIconTint
+attr buttonIconTintMode
+attr buttonPanelSideLayout
+attr buttonStyle
+attr buttonStyleSmall
+attr buttonTint
+attr buttonTintMode
+attr cardBackgroundColor
+attr cardCornerRadius
+attr cardElevation
+attr cardForegroundColor
+attr cardMaxElevation
+attr cardPreventCornerOverlap
+attr cardUseCompatPadding
+attr cardViewStyle
+attr centerIfNoTextEnabled
+attr chainUseRtl
+attr checkMarkCompat
+attr checkMarkTint
+attr checkMarkTintMode
+attr checkboxStyle
+attr checkedButton
+attr checkedChip
+attr checkedIcon
+attr checkedIconEnabled
+attr checkedIconGravity
+attr checkedIconMargin
+attr checkedIconSize
+attr checkedIconTint
+attr checkedIconVisible
+attr checkedState
+attr checkedTextViewStyle
+attr chipBackgroundColor
+attr chipCornerRadius
+attr chipEndPadding
+attr chipGroupStyle
+attr chipIcon
+attr chipIconEnabled
+attr chipIconSize
+attr chipIconTint
+attr chipIconVisible
+attr chipMinHeight
+attr chipMinTouchTargetSize
+attr chipSpacing
+attr chipSpacingHorizontal
+attr chipSpacingVertical
+attr chipStandaloneStyle
+attr chipStartPadding
+attr chipStrokeColor
+attr chipStrokeWidth
+attr chipStyle
+attr chipSurfaceColor
+attr circleRadius
+attr circularProgressIndicatorStyle
+attr clickAction
+attr clockFaceBackgroundColor
+attr clockHandColor
+attr clockIcon
+attr clockNumberTextColor
+attr closeIcon
+attr closeIconEnabled
+attr closeIconEndPadding
+attr closeIconSize
+attr closeIconStartPadding
+attr closeIconTint
+attr closeIconVisible
+attr closeItemLayout
+attr collapseContentDescription
+attr collapseIcon
+attr collapsedSize
+attr collapsedTitleGravity
+attr collapsedTitleTextAppearance
+attr collapsedTitleTextColor
+attr collapsingToolbarLayoutLargeSize
+attr collapsingToolbarLayoutLargeStyle
+attr collapsingToolbarLayoutMediumSize
+attr collapsingToolbarLayoutMediumStyle
+attr collapsingToolbarLayoutStyle
+attr color
+attr colorAccent
+attr colorBackgroundFloating
+attr colorButtonNormal
+attr colorContainer
+attr colorControlActivated
+attr colorControlHighlight
+attr colorControlNormal
+attr colorError
+attr colorErrorContainer
+attr colorOnBackground
+attr colorOnContainer
+attr colorOnContainerUnchecked
+attr colorOnError
+attr colorOnErrorContainer
+attr colorOnPrimary
+attr colorOnPrimaryContainer
+attr colorOnPrimarySurface
+attr colorOnSecondary
+attr colorOnSecondaryContainer
+attr colorOnSurface
+attr colorOnSurfaceInverse
+attr colorOnSurfaceVariant
+attr colorOnTertiary
+attr colorOnTertiaryContainer
+attr colorOutline
+attr colorPrimary
+attr colorPrimaryContainer
+attr colorPrimaryDark
+attr colorPrimaryInverse
+attr colorPrimarySurface
+attr colorPrimaryVariant
+attr colorSecondary
+attr colorSecondaryContainer
+attr colorSecondaryVariant
+attr colorSurface
+attr colorSurfaceInverse
+attr colorSurfaceVariant
+attr colorSwitchThumbNormal
+attr colorTertiary
+attr colorTertiaryContainer
+attr commitIcon
+attr constraintSet
+attr constraintSetEnd
+attr constraintSetStart
+attr constraint_referenced_ids
+attr constraints
+attr content
+attr contentDescription
+attr contentInsetEnd
+attr contentInsetEndWithActions
+attr contentInsetLeft
+attr contentInsetRight
+attr contentInsetStart
+attr contentInsetStartWithNavigation
+attr contentPadding
+attr contentPaddingBottom
+attr contentPaddingEnd
+attr contentPaddingLeft
+attr contentPaddingRight
+attr contentPaddingStart
+attr contentPaddingTop
+attr contentScrim
+attr contrast
+attr controlBackground
+attr coordinatorLayoutStyle
+attr cornerFamily
+attr cornerFamilyBottomLeft
+attr cornerFamilyBottomRight
+attr cornerFamilyTopLeft
+attr cornerFamilyTopRight
+attr cornerRadius
+attr cornerSize
+attr cornerSizeBottomLeft
+attr cornerSizeBottomRight
+attr cornerSizeTopLeft
+attr cornerSizeTopRight
+attr counterEnabled
+attr counterMaxLength
+attr counterOverflowTextAppearance
+attr counterOverflowTextColor
+attr counterTextAppearance
+attr counterTextColor
+attr crossfade
+attr currentState
+attr curveFit
+attr customBoolean
+attr customColorDrawableValue
+attr customColorValue
+attr customDimension
+attr customFloatValue
+attr customIntegerValue
+attr customNavigationLayout
+attr customPixelDimension
+attr customStringValue
+attr dayInvalidStyle
+attr daySelectedStyle
+attr dayStyle
+attr dayTodayStyle
+attr defaultDuration
+attr defaultQueryHint
+attr defaultState
+attr deltaPolarAngle
+attr deltaPolarRadius
+attr deriveConstraintsFrom
+attr dialogCornerRadius
+attr dialogPreferredPadding
+attr dialogTheme
+attr displayOptions
+attr divider
+attr dividerColor
+attr dividerHorizontal
+attr dividerInsetEnd
+attr dividerInsetStart
+attr dividerPadding
+attr dividerThickness
+attr dividerVertical
+attr dragDirection
+attr dragScale
+attr dragThreshold
+attr drawPath
+attr drawableBottomCompat
+attr drawableEndCompat
+attr drawableLeftCompat
+attr drawableRightCompat
+attr drawableSize
+attr drawableStartCompat
+attr drawableTint
+attr drawableTintMode
+attr drawableTopCompat
+attr drawerArrowStyle
+attr drawerLayoutCornerSize
+attr drawerLayoutStyle
+attr dropDownListViewStyle
+attr dropdownListPreferredItemHeight
+attr duration
+attr dynamicColorThemeOverlay
+attr editTextBackground
+attr editTextColor
+attr editTextStyle
+attr elevation
+attr elevationOverlayAccentColor
+attr elevationOverlayColor
+attr elevationOverlayEnabled
+attr emojiCompatEnabled
+attr enableEdgeToEdge
+attr endIconCheckable
+attr endIconContentDescription
+attr endIconDrawable
+attr endIconMode
+attr endIconTint
+attr endIconTintMode
+attr enforceMaterialTheme
+attr enforceTextAppearance
+attr ensureMinTouchTargetSize
+attr errorAccessibilityLabel
+attr errorContentDescription
+attr errorEnabled
+attr errorIconDrawable
+attr errorIconTint
+attr errorIconTintMode
+attr errorShown
+attr errorTextAppearance
+attr errorTextColor
+attr expandActivityOverflowButtonDrawable
+attr expanded
+attr expandedHintEnabled
+attr expandedTitleGravity
+attr expandedTitleMargin
+attr expandedTitleMarginBottom
+attr expandedTitleMarginEnd
+attr expandedTitleMarginStart
+attr expandedTitleMarginTop
+attr expandedTitleTextAppearance
+attr expandedTitleTextColor
+attr extendMotionSpec
+attr extendedFloatingActionButtonPrimaryStyle
+attr extendedFloatingActionButtonSecondaryStyle
+attr extendedFloatingActionButtonStyle
+attr extendedFloatingActionButtonSurfaceStyle
+attr extendedFloatingActionButtonTertiaryStyle
+attr extraMultilineHeightEnabled
+attr fabAlignmentMode
+attr fabAlignmentModeEndMargin
+attr fabAnchorMode
+attr fabAnimationMode
+attr fabCradleMargin
+attr fabCradleRoundedCornerRadius
+attr fabCradleVerticalOffset
+attr fabCustomSize
+attr fabSize
+attr fastScrollEnabled
+attr fastScrollHorizontalThumbDrawable
+attr fastScrollHorizontalTrackDrawable
+attr fastScrollVerticalThumbDrawable
+attr fastScrollVerticalTrackDrawable
+attr firstBaselineToTopHeight
+attr floatingActionButtonLargePrimaryStyle
+attr floatingActionButtonLargeSecondaryStyle
+attr floatingActionButtonLargeStyle
+attr floatingActionButtonLargeSurfaceStyle
+attr floatingActionButtonLargeTertiaryStyle
+attr floatingActionButtonPrimaryStyle
+attr floatingActionButtonSecondaryStyle
+attr floatingActionButtonSmallPrimaryStyle
+attr floatingActionButtonSmallSecondaryStyle
+attr floatingActionButtonSmallStyle
+attr floatingActionButtonSmallSurfaceStyle
+attr floatingActionButtonSmallTertiaryStyle
+attr floatingActionButtonStyle
+attr floatingActionButtonSurfaceStyle
+attr floatingActionButtonTertiaryStyle
+attr flow_firstHorizontalBias
+attr flow_firstHorizontalStyle
+attr flow_firstVerticalBias
+attr flow_firstVerticalStyle
+attr flow_horizontalAlign
+attr flow_horizontalBias
+attr flow_horizontalGap
+attr flow_horizontalStyle
+attr flow_lastHorizontalBias
+attr flow_lastHorizontalStyle
+attr flow_lastVerticalBias
+attr flow_lastVerticalStyle
+attr flow_maxElementsWrap
+attr flow_padding
+attr flow_verticalAlign
+attr flow_verticalBias
+attr flow_verticalGap
+attr flow_verticalStyle
+attr flow_wrapMode
+attr font
+attr fontFamily
+attr fontProviderAuthority
+attr fontProviderCerts
+attr fontProviderFetchStrategy
+attr fontProviderFetchTimeout
+attr fontProviderPackage
+attr fontProviderQuery
+attr fontProviderSystemFontFamily
+attr fontStyle
+attr fontVariationSettings
+attr fontWeight
+attr forceApplySystemWindowInsetTop
+attr foregroundInsidePadding
+attr framePosition
+attr gapBetweenBars
+attr gestureInsetBottomIgnored
+attr goIcon
+attr haloColor
+attr haloRadius
+attr headerLayout
+attr height
+attr helperText
+attr helperTextEnabled
+attr helperTextTextAppearance
+attr helperTextTextColor
+attr hideAnimationBehavior
+attr hideMotionSpec
+attr hideOnContentScroll
+attr hideOnScroll
+attr hintAnimationEnabled
+attr hintEnabled
+attr hintTextAppearance
+attr hintTextColor
+attr homeAsUpIndicator
+attr homeLayout
+attr horizontalOffset
+attr horizontalOffsetWithText
+attr hoveredFocusedTranslationZ
+attr icon
+attr iconEndPadding
+attr iconGravity
+attr iconPadding
+attr iconSize
+attr iconStartPadding
+attr iconTint
+attr iconTintMode
+attr iconifiedByDefault
+attr imageButtonStyle
+attr indeterminateAnimationType
+attr indeterminateProgressStyle
+attr indicatorColor
+attr indicatorDirectionCircular
+attr indicatorDirectionLinear
+attr indicatorInset
+attr indicatorSize
+attr initialActivityCount
+attr insetForeground
+attr isLightTheme
+attr isMaterial3DynamicColorApplied
+attr isMaterial3Theme
+attr isMaterialTheme
+attr itemActiveIndicatorStyle
+attr itemBackground
+attr itemFillColor
+attr itemHorizontalPadding
+attr itemHorizontalTranslationEnabled
+attr itemIconPadding
+attr itemIconSize
+attr itemIconTint
+attr itemMaxLines
+attr itemMinHeight
+attr itemPadding
+attr itemPaddingBottom
+attr itemPaddingTop
+attr itemRippleColor
+attr itemShapeAppearance
+attr itemShapeAppearanceOverlay
+attr itemShapeFillColor
+attr itemShapeInsetBottom
+attr itemShapeInsetEnd
+attr itemShapeInsetStart
+attr itemShapeInsetTop
+attr itemSpacing
+attr itemStrokeColor
+attr itemStrokeWidth
+attr itemTextAppearance
+attr itemTextAppearanceActive
+attr itemTextAppearanceInactive
+attr itemTextColor
+attr itemVerticalPadding
+attr keyPositionType
+attr keyboardIcon
+attr keylines
+attr lStar
+attr labelBehavior
+attr labelStyle
+attr labelVisibilityMode
+attr lastBaselineToBottomHeight
+attr lastItemDecorated
+attr layout
+attr layoutDescription
+attr layoutDuringTransition
+attr layoutManager
+attr layout_anchor
+attr layout_anchorGravity
+attr layout_behavior
+attr layout_collapseMode
+attr layout_collapseParallaxMultiplier
+attr layout_constrainedHeight
+attr layout_constrainedWidth
+attr layout_constraintBaseline_creator
+attr layout_constraintBaseline_toBaselineOf
+attr layout_constraintBottom_creator
+attr layout_constraintBottom_toBottomOf
+attr layout_constraintBottom_toTopOf
+attr layout_constraintCircle
+attr layout_constraintCircleAngle
+attr layout_constraintCircleRadius
+attr layout_constraintDimensionRatio
+attr layout_constraintEnd_toEndOf
+attr layout_constraintEnd_toStartOf
+attr layout_constraintGuide_begin
+attr layout_constraintGuide_end
+attr layout_constraintGuide_percent
+attr layout_constraintHeight_default
+attr layout_constraintHeight_max
+attr layout_constraintHeight_min
+attr layout_constraintHeight_percent
+attr layout_constraintHorizontal_bias
+attr layout_constraintHorizontal_chainStyle
+attr layout_constraintHorizontal_weight
+attr layout_constraintLeft_creator
+attr layout_constraintLeft_toLeftOf
+attr layout_constraintLeft_toRightOf
+attr layout_constraintRight_creator
+attr layout_constraintRight_toLeftOf
+attr layout_constraintRight_toRightOf
+attr layout_constraintStart_toEndOf
+attr layout_constraintStart_toStartOf
+attr layout_constraintTag
+attr layout_constraintTop_creator
+attr layout_constraintTop_toBottomOf
+attr layout_constraintTop_toTopOf
+attr layout_constraintVertical_bias
+attr layout_constraintVertical_chainStyle
+attr layout_constraintVertical_weight
+attr layout_constraintWidth_default
+attr layout_constraintWidth_max
+attr layout_constraintWidth_min
+attr layout_constraintWidth_percent
+attr layout_dodgeInsetEdges
+attr layout_editor_absoluteX
+attr layout_editor_absoluteY
+attr layout_goneMarginBottom
+attr layout_goneMarginEnd
+attr layout_goneMarginLeft
+attr layout_goneMarginRight
+attr layout_goneMarginStart
+attr layout_goneMarginTop
+attr layout_insetEdge
+attr layout_keyline
+attr layout_optimizationLevel
+attr layout_scrollEffect
+attr layout_scrollFlags
+attr layout_scrollInterpolator
+attr liftOnScroll
+attr liftOnScrollTargetViewId
+attr limitBoundsTo
+attr lineHeight
+attr lineSpacing
+attr linearProgressIndicatorStyle
+attr listChoiceBackgroundIndicator
+attr listChoiceIndicatorMultipleAnimated
+attr listChoiceIndicatorSingleAnimated
+attr listDividerAlertDialog
+attr listItemLayout
+attr listLayout
+attr listMenuViewStyle
+attr listPopupWindowStyle
+attr listPreferredItemHeight
+attr listPreferredItemHeightLarge
+attr listPreferredItemHeightSmall
+attr listPreferredItemPaddingEnd
+attr listPreferredItemPaddingLeft
+attr listPreferredItemPaddingRight
+attr listPreferredItemPaddingStart
+attr logo
+attr logoAdjustViewBounds
+attr logoDescription
+attr logoScaleType
+attr marginHorizontal
+attr marginLeftSystemWindowInsets
+attr marginRightSystemWindowInsets
+attr marginTopSystemWindowInsets
+attr materialAlertDialogBodyTextStyle
+attr materialAlertDialogButtonSpacerVisibility
+attr materialAlertDialogTheme
+attr materialAlertDialogTitleIconStyle
+attr materialAlertDialogTitlePanelStyle
+attr materialAlertDialogTitleTextStyle
+attr materialButtonOutlinedStyle
+attr materialButtonStyle
+attr materialButtonToggleGroupStyle
+attr materialCalendarDay
+attr materialCalendarDayOfWeekLabel
+attr materialCalendarFullscreenTheme
+attr materialCalendarHeaderCancelButton
+attr materialCalendarHeaderConfirmButton
+attr materialCalendarHeaderDivider
+attr materialCalendarHeaderLayout
+attr materialCalendarHeaderSelection
+attr materialCalendarHeaderTitle
+attr materialCalendarHeaderToggleButton
+attr materialCalendarMonth
+attr materialCalendarMonthNavigationButton
+attr materialCalendarStyle
+attr materialCalendarTheme
+attr materialCalendarYearNavigationButton
+attr materialCardViewElevatedStyle
+attr materialCardViewFilledStyle
+attr materialCardViewOutlinedStyle
+attr materialCardViewStyle
+attr materialCircleRadius
+attr materialClockStyle
+attr materialDisplayDividerStyle
+attr materialDividerHeavyStyle
+attr materialDividerStyle
+attr materialIconButtonFilledStyle
+attr materialIconButtonFilledTonalStyle
+attr materialIconButtonOutlinedStyle
+attr materialIconButtonStyle
+attr materialSwitchStyle
+attr materialThemeOverlay
+attr materialTimePickerStyle
+attr materialTimePickerTheme
+attr materialTimePickerTitleStyle
+attr maxAcceleration
+attr maxActionInlineWidth
+attr maxButtonHeight
+attr maxCharacterCount
+attr maxHeight
+attr maxImageSize
+attr maxLines
+attr maxVelocity
+attr maxWidth
+attr measureWithLargestChild
+attr menu
+attr menuAlignmentMode
+attr menuGravity
+attr minHeight
+attr minHideDelay
+attr minSeparation
+attr minTouchTargetSize
+attr minWidth
+attr mock_diagonalsColor
+attr mock_label
+attr mock_labelBackgroundColor
+attr mock_labelColor
+attr mock_showDiagonals
+attr mock_showLabel
+attr motionDebug
+attr motionDurationExtraLong1
+attr motionDurationExtraLong2
+attr motionDurationExtraLong3
+attr motionDurationExtraLong4
+attr motionDurationLong1
+attr motionDurationLong2
+attr motionDurationLong3
+attr motionDurationLong4
+attr motionDurationMedium1
+attr motionDurationMedium2
+attr motionDurationMedium3
+attr motionDurationMedium4
+attr motionDurationShort1
+attr motionDurationShort2
+attr motionDurationShort3
+attr motionDurationShort4
+attr motionEasingAccelerated
+attr motionEasingDecelerated
+attr motionEasingEmphasized
+attr motionEasingEmphasizedAccelerateInterpolator
+attr motionEasingEmphasizedDecelerateInterpolator
+attr motionEasingEmphasizedInterpolator
+attr motionEasingLinear
+attr motionEasingLinearInterpolator
+attr motionEasingStandard
+attr motionEasingStandardAccelerateInterpolator
+attr motionEasingStandardDecelerateInterpolator
+attr motionEasingStandardInterpolator
+attr motionInterpolator
+attr motionPath
+attr motionPathRotate
+attr motionProgress
+attr motionStagger
+attr motionTarget
+attr motion_postLayoutCollision
+attr motion_triggerOnCollision
+attr moveWhenScrollAtTop
+attr multiChoiceItemLayout
+attr navigationContentDescription
+attr navigationIcon
+attr navigationIconTint
+attr navigationMode
+attr navigationRailStyle
+attr navigationViewStyle
+attr nestedScrollFlags
+attr nestedScrollViewStyle
+attr nestedScrollable
+attr number
+attr numericModifiers
+attr onCross
+attr onHide
+attr onNegativeCross
+attr onPositiveCross
+attr onShow
+attr onTouchUp
+attr overlapAnchor
+attr overlay
+attr paddingBottomNoButtons
+attr paddingBottomSystemWindowInsets
+attr paddingEnd
+attr paddingLeftSystemWindowInsets
+attr paddingRightSystemWindowInsets
+attr paddingStart
+attr paddingTopNoTitle
+attr paddingTopSystemWindowInsets
+attr panelBackground
+attr panelMenuListTheme
+attr panelMenuListWidth
+attr passwordToggleContentDescription
+attr passwordToggleDrawable
+attr passwordToggleEnabled
+attr passwordToggleTint
+attr passwordToggleTintMode
+attr pathMotionArc
+attr path_percent
+attr percentHeight
+attr percentWidth
+attr percentX
+attr percentY
+attr perpendicularPath_percent
+attr pivotAnchor
+attr placeholderText
+attr placeholderTextAppearance
+attr placeholderTextColor
+attr placeholder_emptyVisibility
+attr popupMenuBackground
+attr popupMenuStyle
+attr popupTheme
+attr popupWindowStyle
+attr prefixText
+attr prefixTextAppearance
+attr prefixTextColor
+attr preserveIconSpacing
+attr pressedTranslationZ
+attr progressBarPadding
+attr progressBarStyle
+attr queryBackground
+attr queryHint
+attr queryPatterns
+attr radioButtonStyle
+attr rangeFillColor
+attr ratingBarStyle
+attr ratingBarStyleIndicator
+attr ratingBarStyleSmall
+attr recyclerViewStyle
+attr region_heightLessThan
+attr region_heightMoreThan
+attr region_widthLessThan
+attr region_widthMoreThan
+attr removeEmbeddedFabElevation
+attr reverseLayout
+attr rippleColor
+attr round
+attr roundPercent
+attr saturation
+attr scrimAnimationDuration
+attr scrimBackground
+attr scrimVisibleHeightTrigger
+attr searchHintIcon
+attr searchIcon
+attr searchViewStyle
+attr seekBarStyle
+attr selectableItemBackground
+attr selectableItemBackgroundBorderless
+attr selectionRequired
+attr selectorSize
+attr shapeAppearance
+attr shapeAppearanceCornerExtraLarge
+attr shapeAppearanceCornerExtraSmall
+attr shapeAppearanceCornerLarge
+attr shapeAppearanceCornerMedium
+attr shapeAppearanceCornerSmall
+attr shapeAppearanceLargeComponent
+attr shapeAppearanceMediumComponent
+attr shapeAppearanceOverlay
+attr shapeAppearanceSmallComponent
+attr shapeCornerFamily
+attr shortcutMatchRequired
+attr showAnimationBehavior
+attr showAsAction
+attr showDelay
+attr showDividers
+attr showMotionSpec
+attr showPaths
+attr showText
+attr showTitle
+attr shrinkMotionSpec
+attr simpleItemLayout
+attr simpleItemSelectedColor
+attr simpleItemSelectedRippleColor
+attr simpleItems
+attr singleChoiceItemLayout
+attr singleLine
+attr singleSelection
+attr sizePercent
+attr sliderStyle
+attr snackbarButtonStyle
+attr snackbarStyle
+attr snackbarTextViewStyle
+attr spanCount
+attr spinBars
+attr spinnerDropDownItemStyle
+attr spinnerStyle
+attr splitTrack
+attr srcCompat
+attr stackFromEnd
+attr staggered
+attr startIconCheckable
+attr startIconContentDescription
+attr startIconDrawable
+attr startIconTint
+attr startIconTintMode
+attr state_above_anchor
+attr state_collapsed
+attr state_collapsible
+attr state_dragged
+attr state_error
+attr state_indeterminate
+attr state_liftable
+attr state_lifted
+attr state_with_icon
+attr statusBarBackground
+attr statusBarForeground
+attr statusBarScrim
+attr strokeColor
+attr strokeWidth
+attr subMenuArrow
+attr subheaderColor
+attr subheaderInsetEnd
+attr subheaderInsetStart
+attr subheaderTextAppearance
+attr submitBackground
+attr subtitle
+attr subtitleCentered
+attr subtitleTextAppearance
+attr subtitleTextColor
+attr subtitleTextStyle
+attr suffixText
+attr suffixTextAppearance
+attr suffixTextColor
+attr suggestionRowLayout
+attr switchMinWidth
+attr switchPadding
+attr switchStyle
+attr switchTextAppearance
+attr tabBackground
+attr tabContentStart
+attr tabGravity
+attr tabIconTint
+attr tabIconTintMode
+attr tabIndicator
+attr tabIndicatorAnimationDuration
+attr tabIndicatorAnimationMode
+attr tabIndicatorColor
+attr tabIndicatorFullWidth
+attr tabIndicatorGravity
+attr tabIndicatorHeight
+attr tabInlineLabel
+attr tabMaxWidth
+attr tabMinWidth
+attr tabMode
+attr tabPadding
+attr tabPaddingBottom
+attr tabPaddingEnd
+attr tabPaddingStart
+attr tabPaddingTop
+attr tabRippleColor
+attr tabSecondaryStyle
+attr tabSelectedTextColor
+attr tabStyle
+attr tabTextAppearance
+attr tabTextColor
+attr tabUnboundedRipple
+attr targetId
+attr telltales_tailColor
+attr telltales_tailScale
+attr telltales_velocityMode
+attr textAllCaps
+attr textAppearanceBody1
+attr textAppearanceBody2
+attr textAppearanceBodyLarge
+attr textAppearanceBodyMedium
+attr textAppearanceBodySmall
+attr textAppearanceButton
+attr textAppearanceCaption
+attr textAppearanceDisplayLarge
+attr textAppearanceDisplayMedium
+attr textAppearanceDisplaySmall
+attr textAppearanceHeadline1
+attr textAppearanceHeadline2
+attr textAppearanceHeadline3
+attr textAppearanceHeadline4
+attr textAppearanceHeadline5
+attr textAppearanceHeadline6
+attr textAppearanceHeadlineLarge
+attr textAppearanceHeadlineMedium
+attr textAppearanceHeadlineSmall
+attr textAppearanceLabelLarge
+attr textAppearanceLabelMedium
+attr textAppearanceLabelSmall
+attr textAppearanceLargePopupMenu
+attr textAppearanceLineHeightEnabled
+attr textAppearanceListItem
+attr textAppearanceListItemSecondary
+attr textAppearanceListItemSmall
+attr textAppearanceOverline
+attr textAppearancePopupMenuHeader
+attr textAppearanceSearchResultSubtitle
+attr textAppearanceSearchResultTitle
+attr textAppearanceSmallPopupMenu
+attr textAppearanceSubtitle1
+attr textAppearanceSubtitle2
+attr textAppearanceTitleLarge
+attr textAppearanceTitleMedium
+attr textAppearanceTitleSmall
+attr textColorAlertDialogListItem
+attr textColorSearchUrl
+attr textEndPadding
+attr textInputFilledDenseStyle
+attr textInputFilledExposedDropdownMenuStyle
+attr textInputFilledStyle
+attr textInputLayoutFocusedRectEnabled
+attr textInputOutlinedDenseStyle
+attr textInputOutlinedExposedDropdownMenuStyle
+attr textInputOutlinedStyle
+attr textInputStyle
+attr textLocale
+attr textStartPadding
+attr theme
+attr thickness
+attr thumbColor
+attr thumbElevation
+attr thumbIcon
+attr thumbIconTint
+attr thumbIconTintMode
+attr thumbRadius
+attr thumbStrokeColor
+attr thumbStrokeWidth
+attr thumbTextPadding
+attr thumbTint
+attr thumbTintMode
+attr tickColor
+attr tickColorActive
+attr tickColorInactive
+attr tickMark
+attr tickMarkTint
+attr tickMarkTintMode
+attr tickVisible
+attr tint
+attr tintMode
+attr title
+attr titleCentered
+attr titleCollapseMode
+attr titleEnabled
+attr titleMargin
+attr titleMarginBottom
+attr titleMarginEnd
+attr titleMarginStart
+attr titleMarginTop
+attr titleMargins
+attr titlePositionInterpolator
+attr titleTextAppearance
+attr titleTextColor
+attr titleTextEllipsize
+attr titleTextStyle
+attr toggleCheckedStateOnClick
+attr toolbarId
+attr toolbarNavigationButtonStyle
+attr toolbarStyle
+attr toolbarSurfaceStyle
+attr tooltipForegroundColor
+attr tooltipFrameBackground
+attr tooltipStyle
+attr tooltipText
+attr topInsetScrimEnabled
+attr touchAnchorId
+attr touchAnchorSide
+attr touchRegionId
+attr track
+attr trackColor
+attr trackColorActive
+attr trackColorInactive
+attr trackCornerRadius
+attr trackDecoration
+attr trackDecorationTint
+attr trackDecorationTintMode
+attr trackHeight
+attr trackThickness
+attr trackTint
+attr trackTintMode
+attr transitionDisable
+attr transitionEasing
+attr transitionFlags
+attr transitionPathRotate
+attr transitionShapeAppearance
+attr triggerId
+attr triggerReceiver
+attr triggerSlack
+attr ttcIndex
+attr useCompatPadding
+attr useMaterialThemeColors
+attr values
+attr verticalOffset
+attr verticalOffsetWithText
+attr viewInflaterClass
+attr visibilityMode
+attr voiceIcon
+attr warmth
+attr waveDecay
+attr waveOffset
+attr wavePeriod
+attr waveShape
+attr waveVariesBy
+attr windowActionBar
+attr windowActionBarOverlay
+attr windowActionModeOverlay
+attr windowFixedHeightMajor
+attr windowFixedHeightMinor
+attr windowFixedWidthMajor
+attr windowFixedWidthMinor
+attr windowMinWidthMajor
+attr windowMinWidthMinor
+attr windowNoTitle
+attr yearSelectedStyle
+attr yearStyle
+attr yearTodayStyle
+bool abc_action_bar_embed_tabs
+bool abc_allow_stacked_button_bar
+bool abc_config_actionMenuItemAllCaps
+bool mtrl_btn_textappearance_all_caps
+color abc_background_cache_hint_selector_material_dark
+color abc_background_cache_hint_selector_material_light
+color abc_btn_colored_borderless_text_material
+color abc_btn_colored_text_material
+color abc_color_highlight_material
+color abc_decor_view_status_guard
+color abc_decor_view_status_guard_light
+color abc_hint_foreground_material_dark
+color abc_hint_foreground_material_light
+color abc_primary_text_disable_only_material_dark
+color abc_primary_text_disable_only_material_light
+color abc_primary_text_material_dark
+color abc_primary_text_material_light
+color abc_search_url_text
+color abc_search_url_text_normal
+color abc_search_url_text_pressed
+color abc_search_url_text_selected
+color abc_secondary_text_material_dark
+color abc_secondary_text_material_light
+color abc_tint_btn_checkable
+color abc_tint_default
+color abc_tint_edittext
+color abc_tint_seek_thumb
+color abc_tint_spinner
+color abc_tint_switch_track
+color accent_material_dark
+color accent_material_light
+color androidx_core_ripple_material_light
+color androidx_core_secondary_text_default_material_light
+color background_floating_material_dark
+color background_floating_material_light
+color background_material_dark
+color background_material_light
+color bright_foreground_disabled_material_dark
+color bright_foreground_disabled_material_light
+color bright_foreground_inverse_material_dark
+color bright_foreground_inverse_material_light
+color bright_foreground_material_dark
+color bright_foreground_material_light
+color button_material_dark
+color button_material_light
+color cardview_dark_background
+color cardview_light_background
+color cardview_shadow_end_color
+color cardview_shadow_start_color
+color design_bottom_navigation_shadow_color
+color design_box_stroke_color
+color design_dark_default_color_background
+color design_dark_default_color_error
+color design_dark_default_color_on_background
+color design_dark_default_color_on_error
+color design_dark_default_color_on_primary
+color design_dark_default_color_on_secondary
+color design_dark_default_color_on_surface
+color design_dark_default_color_primary
+color design_dark_default_color_primary_dark
+color design_dark_default_color_primary_variant
+color design_dark_default_color_secondary
+color design_dark_default_color_secondary_variant
+color design_dark_default_color_surface
+color design_default_color_background
+color design_default_color_error
+color design_default_color_on_background
+color design_default_color_on_error
+color design_default_color_on_primary
+color design_default_color_on_secondary
+color design_default_color_on_surface
+color design_default_color_primary
+color design_default_color_primary_dark
+color design_default_color_primary_variant
+color design_default_color_secondary
+color design_default_color_secondary_variant
+color design_default_color_surface
+color design_error
+color design_fab_shadow_end_color
+color design_fab_shadow_mid_color
+color design_fab_shadow_start_color
+color design_fab_stroke_end_inner_color
+color design_fab_stroke_end_outer_color
+color design_fab_stroke_top_inner_color
+color design_fab_stroke_top_outer_color
+color design_icon_tint
+color design_snackbar_background_color
+color dim_foreground_disabled_material_dark
+color dim_foreground_disabled_material_light
+color dim_foreground_material_dark
+color dim_foreground_material_light
+color error_color_material_dark
+color error_color_material_light
+color foreground_material_dark
+color foreground_material_light
+color highlighted_text_material_dark
+color highlighted_text_material_light
+color m3_appbar_overlay_color
+color m3_assist_chip_icon_tint_color
+color m3_assist_chip_stroke_color
+color m3_button_background_color_selector
+color m3_button_foreground_color_selector
+color m3_button_outline_color_selector
+color m3_button_ripple_color
+color m3_button_ripple_color_selector
+color m3_calendar_item_disabled_text
+color m3_calendar_item_stroke_color
+color m3_card_foreground_color
+color m3_card_ripple_color
+color m3_card_stroke_color
+color m3_checkbox_button_icon_tint
+color m3_checkbox_button_tint
+color m3_chip_assist_text_color
+color m3_chip_background_color
+color m3_chip_ripple_color
+color m3_chip_stroke_color
+color m3_chip_text_color
+color m3_dark_default_color_primary_text
+color m3_dark_default_color_secondary_text
+color m3_dark_highlighted_text
+color m3_dark_hint_foreground
+color m3_dark_primary_text_disable_only
+color m3_default_color_primary_text
+color m3_default_color_secondary_text
+color m3_dynamic_dark_default_color_primary_text
+color m3_dynamic_dark_default_color_secondary_text
+color m3_dynamic_dark_highlighted_text
+color m3_dynamic_dark_hint_foreground
+color m3_dynamic_dark_primary_text_disable_only
+color m3_dynamic_default_color_primary_text
+color m3_dynamic_default_color_secondary_text
+color m3_dynamic_highlighted_text
+color m3_dynamic_hint_foreground
+color m3_dynamic_primary_text_disable_only
+color m3_efab_ripple_color_selector
+color m3_elevated_chip_background_color
+color m3_fab_efab_background_color_selector
+color m3_fab_efab_foreground_color_selector
+color m3_fab_ripple_color_selector
+color m3_filled_icon_button_container_color_selector
+color m3_highlighted_text
+color m3_hint_foreground
+color m3_icon_button_icon_color_selector
+color m3_navigation_bar_item_with_indicator_icon_tint
+color m3_navigation_bar_item_with_indicator_label_tint
+color m3_navigation_bar_ripple_color_selector
+color m3_navigation_item_background_color
+color m3_navigation_item_icon_tint
+color m3_navigation_item_ripple_color
+color m3_navigation_item_text_color
+color m3_popupmenu_overlay_color
+color m3_primary_text_disable_only
+color m3_radiobutton_button_tint
+color m3_radiobutton_ripple_tint
+color m3_ref_palette_black
+color m3_ref_palette_dynamic_neutral0
+color m3_ref_palette_dynamic_neutral10
+color m3_ref_palette_dynamic_neutral100
+color m3_ref_palette_dynamic_neutral20
+color m3_ref_palette_dynamic_neutral30
+color m3_ref_palette_dynamic_neutral40
+color m3_ref_palette_dynamic_neutral50
+color m3_ref_palette_dynamic_neutral60
+color m3_ref_palette_dynamic_neutral70
+color m3_ref_palette_dynamic_neutral80
+color m3_ref_palette_dynamic_neutral90
+color m3_ref_palette_dynamic_neutral95
+color m3_ref_palette_dynamic_neutral99
+color m3_ref_palette_dynamic_neutral_variant0
+color m3_ref_palette_dynamic_neutral_variant10
+color m3_ref_palette_dynamic_neutral_variant100
+color m3_ref_palette_dynamic_neutral_variant20
+color m3_ref_palette_dynamic_neutral_variant30
+color m3_ref_palette_dynamic_neutral_variant40
+color m3_ref_palette_dynamic_neutral_variant50
+color m3_ref_palette_dynamic_neutral_variant60
+color m3_ref_palette_dynamic_neutral_variant70
+color m3_ref_palette_dynamic_neutral_variant80
+color m3_ref_palette_dynamic_neutral_variant90
+color m3_ref_palette_dynamic_neutral_variant95
+color m3_ref_palette_dynamic_neutral_variant99
+color m3_ref_palette_dynamic_primary0
+color m3_ref_palette_dynamic_primary10
+color m3_ref_palette_dynamic_primary100
+color m3_ref_palette_dynamic_primary20
+color m3_ref_palette_dynamic_primary30
+color m3_ref_palette_dynamic_primary40
+color m3_ref_palette_dynamic_primary50
+color m3_ref_palette_dynamic_primary60
+color m3_ref_palette_dynamic_primary70
+color m3_ref_palette_dynamic_primary80
+color m3_ref_palette_dynamic_primary90
+color m3_ref_palette_dynamic_primary95
+color m3_ref_palette_dynamic_primary99
+color m3_ref_palette_dynamic_secondary0
+color m3_ref_palette_dynamic_secondary10
+color m3_ref_palette_dynamic_secondary100
+color m3_ref_palette_dynamic_secondary20
+color m3_ref_palette_dynamic_secondary30
+color m3_ref_palette_dynamic_secondary40
+color m3_ref_palette_dynamic_secondary50
+color m3_ref_palette_dynamic_secondary60
+color m3_ref_palette_dynamic_secondary70
+color m3_ref_palette_dynamic_secondary80
+color m3_ref_palette_dynamic_secondary90
+color m3_ref_palette_dynamic_secondary95
+color m3_ref_palette_dynamic_secondary99
+color m3_ref_palette_dynamic_tertiary0
+color m3_ref_palette_dynamic_tertiary10
+color m3_ref_palette_dynamic_tertiary100
+color m3_ref_palette_dynamic_tertiary20
+color m3_ref_palette_dynamic_tertiary30
+color m3_ref_palette_dynamic_tertiary40
+color m3_ref_palette_dynamic_tertiary50
+color m3_ref_palette_dynamic_tertiary60
+color m3_ref_palette_dynamic_tertiary70
+color m3_ref_palette_dynamic_tertiary80
+color m3_ref_palette_dynamic_tertiary90
+color m3_ref_palette_dynamic_tertiary95
+color m3_ref_palette_dynamic_tertiary99
+color m3_ref_palette_error0
+color m3_ref_palette_error10
+color m3_ref_palette_error100
+color m3_ref_palette_error20
+color m3_ref_palette_error30
+color m3_ref_palette_error40
+color m3_ref_palette_error50
+color m3_ref_palette_error60
+color m3_ref_palette_error70
+color m3_ref_palette_error80
+color m3_ref_palette_error90
+color m3_ref_palette_error95
+color m3_ref_palette_error99
+color m3_ref_palette_neutral0
+color m3_ref_palette_neutral10
+color m3_ref_palette_neutral100
+color m3_ref_palette_neutral20
+color m3_ref_palette_neutral30
+color m3_ref_palette_neutral40
+color m3_ref_palette_neutral50
+color m3_ref_palette_neutral60
+color m3_ref_palette_neutral70
+color m3_ref_palette_neutral80
+color m3_ref_palette_neutral90
+color m3_ref_palette_neutral95
+color m3_ref_palette_neutral99
+color m3_ref_palette_neutral_variant0
+color m3_ref_palette_neutral_variant10
+color m3_ref_palette_neutral_variant100
+color m3_ref_palette_neutral_variant20
+color m3_ref_palette_neutral_variant30
+color m3_ref_palette_neutral_variant40
+color m3_ref_palette_neutral_variant50
+color m3_ref_palette_neutral_variant60
+color m3_ref_palette_neutral_variant70
+color m3_ref_palette_neutral_variant80
+color m3_ref_palette_neutral_variant90
+color m3_ref_palette_neutral_variant95
+color m3_ref_palette_neutral_variant99
+color m3_ref_palette_primary0
+color m3_ref_palette_primary10
+color m3_ref_palette_primary100
+color m3_ref_palette_primary20
+color m3_ref_palette_primary30
+color m3_ref_palette_primary40
+color m3_ref_palette_primary50
+color m3_ref_palette_primary60
+color m3_ref_palette_primary70
+color m3_ref_palette_primary80
+color m3_ref_palette_primary90
+color m3_ref_palette_primary95
+color m3_ref_palette_primary99
+color m3_ref_palette_secondary0
+color m3_ref_palette_secondary10
+color m3_ref_palette_secondary100
+color m3_ref_palette_secondary20
+color m3_ref_palette_secondary30
+color m3_ref_palette_secondary40
+color m3_ref_palette_secondary50
+color m3_ref_palette_secondary60
+color m3_ref_palette_secondary70
+color m3_ref_palette_secondary80
+color m3_ref_palette_secondary90
+color m3_ref_palette_secondary95
+color m3_ref_palette_secondary99
+color m3_ref_palette_tertiary0
+color m3_ref_palette_tertiary10
+color m3_ref_palette_tertiary100
+color m3_ref_palette_tertiary20
+color m3_ref_palette_tertiary30
+color m3_ref_palette_tertiary40
+color m3_ref_palette_tertiary50
+color m3_ref_palette_tertiary60
+color m3_ref_palette_tertiary70
+color m3_ref_palette_tertiary80
+color m3_ref_palette_tertiary90
+color m3_ref_palette_tertiary95
+color m3_ref_palette_tertiary99
+color m3_ref_palette_white
+color m3_selection_control_ripple_color_selector
+color m3_simple_item_ripple_color
+color m3_slider_active_track_color
+color m3_slider_halo_color
+color m3_slider_inactive_track_color
+color m3_slider_thumb_color
+color m3_switch_thumb_tint
+color m3_switch_track_tint
+color m3_sys_color_dark_background
+color m3_sys_color_dark_error
+color m3_sys_color_dark_error_container
+color m3_sys_color_dark_inverse_on_surface
+color m3_sys_color_dark_inverse_primary
+color m3_sys_color_dark_inverse_surface
+color m3_sys_color_dark_on_background
+color m3_sys_color_dark_on_error
+color m3_sys_color_dark_on_error_container
+color m3_sys_color_dark_on_primary
+color m3_sys_color_dark_on_primary_container
+color m3_sys_color_dark_on_secondary
+color m3_sys_color_dark_on_secondary_container
+color m3_sys_color_dark_on_surface
+color m3_sys_color_dark_on_surface_variant
+color m3_sys_color_dark_on_tertiary
+color m3_sys_color_dark_on_tertiary_container
+color m3_sys_color_dark_outline
+color m3_sys_color_dark_primary
+color m3_sys_color_dark_primary_container
+color m3_sys_color_dark_secondary
+color m3_sys_color_dark_secondary_container
+color m3_sys_color_dark_surface
+color m3_sys_color_dark_surface_variant
+color m3_sys_color_dark_tertiary
+color m3_sys_color_dark_tertiary_container
+color m3_sys_color_dynamic_dark_background
+color m3_sys_color_dynamic_dark_inverse_on_surface
+color m3_sys_color_dynamic_dark_inverse_primary
+color m3_sys_color_dynamic_dark_inverse_surface
+color m3_sys_color_dynamic_dark_on_background
+color m3_sys_color_dynamic_dark_on_primary
+color m3_sys_color_dynamic_dark_on_primary_container
+color m3_sys_color_dynamic_dark_on_secondary
+color m3_sys_color_dynamic_dark_on_secondary_container
+color m3_sys_color_dynamic_dark_on_surface
+color m3_sys_color_dynamic_dark_on_surface_variant
+color m3_sys_color_dynamic_dark_on_tertiary
+color m3_sys_color_dynamic_dark_on_tertiary_container
+color m3_sys_color_dynamic_dark_outline
+color m3_sys_color_dynamic_dark_primary
+color m3_sys_color_dynamic_dark_primary_container
+color m3_sys_color_dynamic_dark_secondary
+color m3_sys_color_dynamic_dark_secondary_container
+color m3_sys_color_dynamic_dark_surface
+color m3_sys_color_dynamic_dark_surface_variant
+color m3_sys_color_dynamic_dark_tertiary
+color m3_sys_color_dynamic_dark_tertiary_container
+color m3_sys_color_dynamic_light_background
+color m3_sys_color_dynamic_light_inverse_on_surface
+color m3_sys_color_dynamic_light_inverse_primary
+color m3_sys_color_dynamic_light_inverse_surface
+color m3_sys_color_dynamic_light_on_background
+color m3_sys_color_dynamic_light_on_primary
+color m3_sys_color_dynamic_light_on_primary_container
+color m3_sys_color_dynamic_light_on_secondary
+color m3_sys_color_dynamic_light_on_secondary_container
+color m3_sys_color_dynamic_light_on_surface
+color m3_sys_color_dynamic_light_on_surface_variant
+color m3_sys_color_dynamic_light_on_tertiary
+color m3_sys_color_dynamic_light_on_tertiary_container
+color m3_sys_color_dynamic_light_outline
+color m3_sys_color_dynamic_light_primary
+color m3_sys_color_dynamic_light_primary_container
+color m3_sys_color_dynamic_light_secondary
+color m3_sys_color_dynamic_light_secondary_container
+color m3_sys_color_dynamic_light_surface
+color m3_sys_color_dynamic_light_surface_variant
+color m3_sys_color_dynamic_light_tertiary
+color m3_sys_color_dynamic_light_tertiary_container
+color m3_sys_color_light_background
+color m3_sys_color_light_error
+color m3_sys_color_light_error_container
+color m3_sys_color_light_inverse_on_surface
+color m3_sys_color_light_inverse_primary
+color m3_sys_color_light_inverse_surface
+color m3_sys_color_light_on_background
+color m3_sys_color_light_on_error
+color m3_sys_color_light_on_error_container
+color m3_sys_color_light_on_primary
+color m3_sys_color_light_on_primary_container
+color m3_sys_color_light_on_secondary
+color m3_sys_color_light_on_secondary_container
+color m3_sys_color_light_on_surface
+color m3_sys_color_light_on_surface_variant
+color m3_sys_color_light_on_tertiary
+color m3_sys_color_light_on_tertiary_container
+color m3_sys_color_light_outline
+color m3_sys_color_light_primary
+color m3_sys_color_light_primary_container
+color m3_sys_color_light_secondary
+color m3_sys_color_light_secondary_container
+color m3_sys_color_light_surface
+color m3_sys_color_light_surface_variant
+color m3_sys_color_light_tertiary
+color m3_sys_color_light_tertiary_container
+color m3_tabs_icon_color
+color m3_tabs_ripple_color
+color m3_text_button_background_color_selector
+color m3_text_button_foreground_color_selector
+color m3_text_button_ripple_color_selector
+color m3_textfield_filled_background_color
+color m3_textfield_indicator_text_color
+color m3_textfield_input_text_color
+color m3_textfield_label_color
+color m3_textfield_stroke_color
+color m3_timepicker_button_background_color
+color m3_timepicker_button_ripple_color
+color m3_timepicker_button_text_color
+color m3_timepicker_clock_text_color
+color m3_timepicker_display_background_color
+color m3_timepicker_display_ripple_color
+color m3_timepicker_display_stroke_color
+color m3_timepicker_display_text_color
+color m3_timepicker_secondary_text_button_ripple_color
+color m3_timepicker_secondary_text_button_text_color
+color m3_tonal_button_ripple_color_selector
+color material_blue_grey_800
+color material_blue_grey_900
+color material_blue_grey_950
+color material_cursor_color
+color material_deep_teal_200
+color material_deep_teal_500
+color material_divider_color
+color material_dynamic_neutral0
+color material_dynamic_neutral10
+color material_dynamic_neutral100
+color material_dynamic_neutral20
+color material_dynamic_neutral30
+color material_dynamic_neutral40
+color material_dynamic_neutral50
+color material_dynamic_neutral60
+color material_dynamic_neutral70
+color material_dynamic_neutral80
+color material_dynamic_neutral90
+color material_dynamic_neutral95
+color material_dynamic_neutral99
+color material_dynamic_neutral_variant0
+color material_dynamic_neutral_variant10
+color material_dynamic_neutral_variant100
+color material_dynamic_neutral_variant20
+color material_dynamic_neutral_variant30
+color material_dynamic_neutral_variant40
+color material_dynamic_neutral_variant50
+color material_dynamic_neutral_variant60
+color material_dynamic_neutral_variant70
+color material_dynamic_neutral_variant80
+color material_dynamic_neutral_variant90
+color material_dynamic_neutral_variant95
+color material_dynamic_neutral_variant99
+color material_dynamic_primary0
+color material_dynamic_primary10
+color material_dynamic_primary100
+color material_dynamic_primary20
+color material_dynamic_primary30
+color material_dynamic_primary40
+color material_dynamic_primary50
+color material_dynamic_primary60
+color material_dynamic_primary70
+color material_dynamic_primary80
+color material_dynamic_primary90
+color material_dynamic_primary95
+color material_dynamic_primary99
+color material_dynamic_secondary0
+color material_dynamic_secondary10
+color material_dynamic_secondary100
+color material_dynamic_secondary20
+color material_dynamic_secondary30
+color material_dynamic_secondary40
+color material_dynamic_secondary50
+color material_dynamic_secondary60
+color material_dynamic_secondary70
+color material_dynamic_secondary80
+color material_dynamic_secondary90
+color material_dynamic_secondary95
+color material_dynamic_secondary99
+color material_dynamic_tertiary0
+color material_dynamic_tertiary10
+color material_dynamic_tertiary100
+color material_dynamic_tertiary20
+color material_dynamic_tertiary30
+color material_dynamic_tertiary40
+color material_dynamic_tertiary50
+color material_dynamic_tertiary60
+color material_dynamic_tertiary70
+color material_dynamic_tertiary80
+color material_dynamic_tertiary90
+color material_dynamic_tertiary95
+color material_dynamic_tertiary99
+color material_grey_100
+color material_grey_300
+color material_grey_50
+color material_grey_600
+color material_grey_800
+color material_grey_850
+color material_grey_900
+color material_harmonized_color_error
+color material_harmonized_color_error_container
+color material_harmonized_color_on_error
+color material_harmonized_color_on_error_container
+color material_on_background_disabled
+color material_on_background_emphasis_high_type
+color material_on_background_emphasis_medium
+color material_on_primary_disabled
+color material_on_primary_emphasis_high_type
+color material_on_primary_emphasis_medium
+color material_on_surface_disabled
+color material_on_surface_emphasis_high_type
+color material_on_surface_emphasis_medium
+color material_on_surface_stroke
+color material_slider_active_tick_marks_color
+color material_slider_active_track_color
+color material_slider_halo_color
+color material_slider_inactive_tick_marks_color
+color material_slider_inactive_track_color
+color material_slider_thumb_color
+color material_timepicker_button_background
+color material_timepicker_button_stroke
+color material_timepicker_clock_text_color
+color material_timepicker_clockface
+color material_timepicker_modebutton_tint
+color mtrl_btn_bg_color_selector
+color mtrl_btn_ripple_color
+color mtrl_btn_stroke_color_selector
+color mtrl_btn_text_btn_bg_color_selector
+color mtrl_btn_text_btn_ripple_color
+color mtrl_btn_text_color_disabled
+color mtrl_btn_text_color_selector
+color mtrl_btn_transparent_bg_color
+color mtrl_calendar_item_stroke_color
+color mtrl_calendar_selected_range
+color mtrl_card_view_foreground
+color mtrl_card_view_ripple
+color mtrl_chip_background_color
+color mtrl_chip_close_icon_tint
+color mtrl_chip_surface_color
+color mtrl_chip_text_color
+color mtrl_choice_chip_background_color
+color mtrl_choice_chip_ripple_color
+color mtrl_choice_chip_text_color
+color mtrl_error
+color mtrl_fab_bg_color_selector
+color mtrl_fab_icon_text_color_selector
+color mtrl_fab_ripple_color
+color mtrl_filled_background_color
+color mtrl_filled_icon_tint
+color mtrl_filled_stroke_color
+color mtrl_indicator_text_color
+color mtrl_navigation_bar_colored_item_tint
+color mtrl_navigation_bar_colored_ripple_color
+color mtrl_navigation_bar_item_tint
+color mtrl_navigation_bar_ripple_color
+color mtrl_navigation_item_background_color
+color mtrl_navigation_item_icon_tint
+color mtrl_navigation_item_text_color
+color mtrl_on_primary_text_btn_text_color_selector
+color mtrl_on_surface_ripple_color
+color mtrl_outlined_icon_tint
+color mtrl_outlined_stroke_color
+color mtrl_popupmenu_overlay_color
+color mtrl_scrim_color
+color mtrl_switch_thumb_icon_tint
+color mtrl_switch_thumb_tint
+color mtrl_switch_track_decoration_tint
+color mtrl_switch_track_tint
+color mtrl_tabs_colored_ripple_color
+color mtrl_tabs_icon_color_selector
+color mtrl_tabs_icon_color_selector_colored
+color mtrl_tabs_legacy_text_color_selector
+color mtrl_tabs_ripple_color
+color mtrl_text_btn_text_color_selector
+color mtrl_textinput_default_box_stroke_color
+color mtrl_textinput_disabled_color
+color mtrl_textinput_filled_box_default_background_color
+color mtrl_textinput_focused_box_stroke_color
+color mtrl_textinput_hovered_box_stroke_color
+color notification_action_color_filter
+color notification_icon_bg_color
+color primary_dark_material_dark
+color primary_dark_material_light
+color primary_material_dark
+color primary_material_light
+color primary_text_default_material_dark
+color primary_text_default_material_light
+color primary_text_disabled_material_dark
+color primary_text_disabled_material_light
+color ripple_material_dark
+color ripple_material_light
+color secondary_text_default_material_dark
+color secondary_text_default_material_light
+color secondary_text_disabled_material_dark
+color secondary_text_disabled_material_light
+color switch_thumb_disabled_material_dark
+color switch_thumb_disabled_material_light
+color switch_thumb_material_dark
+color switch_thumb_material_light
+color switch_thumb_normal_material_dark
+color switch_thumb_normal_material_light
+color tooltip_background_dark
+color tooltip_background_light
+dimen abc_action_bar_content_inset_material
+dimen abc_action_bar_content_inset_with_nav
+dimen abc_action_bar_default_height_material
+dimen abc_action_bar_default_padding_end_material
+dimen abc_action_bar_default_padding_start_material
+dimen abc_action_bar_elevation_material
+dimen abc_action_bar_icon_vertical_padding_material
+dimen abc_action_bar_overflow_padding_end_material
+dimen abc_action_bar_overflow_padding_start_material
+dimen abc_action_bar_stacked_max_height
+dimen abc_action_bar_stacked_tab_max_width
+dimen abc_action_bar_subtitle_bottom_margin_material
+dimen abc_action_bar_subtitle_top_margin_material
+dimen abc_action_button_min_height_material
+dimen abc_action_button_min_width_material
+dimen abc_action_button_min_width_overflow_material
+dimen abc_alert_dialog_button_bar_height
+dimen abc_alert_dialog_button_dimen
+dimen abc_button_inset_horizontal_material
+dimen abc_button_inset_vertical_material
+dimen abc_button_padding_horizontal_material
+dimen abc_button_padding_vertical_material
+dimen abc_cascading_menus_min_smallest_width
+dimen abc_config_prefDialogWidth
+dimen abc_control_corner_material
+dimen abc_control_inset_material
+dimen abc_control_padding_material
+dimen abc_dialog_corner_radius_material
+dimen abc_dialog_fixed_height_major
+dimen abc_dialog_fixed_height_minor
+dimen abc_dialog_fixed_width_major
+dimen abc_dialog_fixed_width_minor
+dimen abc_dialog_list_padding_bottom_no_buttons
+dimen abc_dialog_list_padding_top_no_title
+dimen abc_dialog_min_width_major
+dimen abc_dialog_min_width_minor
+dimen abc_dialog_padding_material
+dimen abc_dialog_padding_top_material
+dimen abc_dialog_title_divider_material
+dimen abc_disabled_alpha_material_dark
+dimen abc_disabled_alpha_material_light
+dimen abc_dropdownitem_icon_width
+dimen abc_dropdownitem_text_padding_left
+dimen abc_dropdownitem_text_padding_right
+dimen abc_edit_text_inset_bottom_material
+dimen abc_edit_text_inset_horizontal_material
+dimen abc_edit_text_inset_top_material
+dimen abc_floating_window_z
+dimen abc_list_item_height_large_material
+dimen abc_list_item_height_material
+dimen abc_list_item_height_small_material
+dimen abc_list_item_padding_horizontal_material
+dimen abc_panel_menu_list_width
+dimen abc_progress_bar_height_material
+dimen abc_search_view_preferred_height
+dimen abc_search_view_preferred_width
+dimen abc_seekbar_track_background_height_material
+dimen abc_seekbar_track_progress_height_material
+dimen abc_select_dialog_padding_start_material
+dimen abc_star_big
+dimen abc_star_medium
+dimen abc_star_small
+dimen abc_switch_padding
+dimen abc_text_size_body_1_material
+dimen abc_text_size_body_2_material
+dimen abc_text_size_button_material
+dimen abc_text_size_caption_material
+dimen abc_text_size_display_1_material
+dimen abc_text_size_display_2_material
+dimen abc_text_size_display_3_material
+dimen abc_text_size_display_4_material
+dimen abc_text_size_headline_material
+dimen abc_text_size_large_material
+dimen abc_text_size_medium_material
+dimen abc_text_size_menu_header_material
+dimen abc_text_size_menu_material
+dimen abc_text_size_small_material
+dimen abc_text_size_subhead_material
+dimen abc_text_size_subtitle_material_toolbar
+dimen abc_text_size_title_material
+dimen abc_text_size_title_material_toolbar
+dimen appcompat_dialog_background_inset
+dimen cardview_compat_inset_shadow
+dimen cardview_default_elevation
+dimen cardview_default_radius
+dimen clock_face_margin_start
+dimen compat_button_inset_horizontal_material
+dimen compat_button_inset_vertical_material
+dimen compat_button_padding_horizontal_material
+dimen compat_button_padding_vertical_material
+dimen compat_control_corner_material
+dimen compat_notification_large_icon_max_height
+dimen compat_notification_large_icon_max_width
+dimen def_drawer_elevation
+dimen design_appbar_elevation
+dimen design_bottom_navigation_active_item_max_width
+dimen design_bottom_navigation_active_item_min_width
+dimen design_bottom_navigation_active_text_size
+dimen design_bottom_navigation_elevation
+dimen design_bottom_navigation_height
+dimen design_bottom_navigation_icon_size
+dimen design_bottom_navigation_item_max_width
+dimen design_bottom_navigation_item_min_width
+dimen design_bottom_navigation_label_padding
+dimen design_bottom_navigation_margin
+dimen design_bottom_navigation_shadow_height
+dimen design_bottom_navigation_text_size
+dimen design_bottom_sheet_elevation
+dimen design_bottom_sheet_modal_elevation
+dimen design_bottom_sheet_peek_height_min
+dimen design_fab_border_width
+dimen design_fab_elevation
+dimen design_fab_image_size
+dimen design_fab_size_mini
+dimen design_fab_size_normal
+dimen design_fab_translation_z_hovered_focused
+dimen design_fab_translation_z_pressed
+dimen design_navigation_elevation
+dimen design_navigation_icon_padding
+dimen design_navigation_icon_size
+dimen design_navigation_item_horizontal_padding
+dimen design_navigation_item_icon_padding
+dimen design_navigation_item_vertical_padding
+dimen design_navigation_max_width
+dimen design_navigation_padding_bottom
+dimen design_navigation_separator_vertical_padding
+dimen design_snackbar_action_inline_max_width
+dimen design_snackbar_action_text_color_alpha
+dimen design_snackbar_background_corner_radius
+dimen design_snackbar_elevation
+dimen design_snackbar_extra_spacing_horizontal
+dimen design_snackbar_max_width
+dimen design_snackbar_min_width
+dimen design_snackbar_padding_horizontal
+dimen design_snackbar_padding_vertical
+dimen design_snackbar_padding_vertical_2lines
+dimen design_snackbar_text_size
+dimen design_tab_max_width
+dimen design_tab_scrollable_min_width
+dimen design_tab_text_size
+dimen design_tab_text_size_2line
+dimen design_textinput_caption_translate_y
+dimen disabled_alpha_material_dark
+dimen disabled_alpha_material_light
+dimen fastscroll_default_thickness
+dimen fastscroll_margin
+dimen fastscroll_minimum_range
+dimen highlight_alpha_material_colored
+dimen highlight_alpha_material_dark
+dimen highlight_alpha_material_light
+dimen hint_alpha_material_dark
+dimen hint_alpha_material_light
+dimen hint_pressed_alpha_material_dark
+dimen hint_pressed_alpha_material_light
+dimen item_touch_helper_max_drag_scroll_per_frame
+dimen item_touch_helper_swipe_escape_max_velocity
+dimen item_touch_helper_swipe_escape_velocity
+dimen m3_alert_dialog_action_bottom_padding
+dimen m3_alert_dialog_action_top_padding
+dimen m3_alert_dialog_corner_size
+dimen m3_alert_dialog_elevation
+dimen m3_alert_dialog_icon_margin
+dimen m3_alert_dialog_icon_size
+dimen m3_alert_dialog_title_bottom_margin
+dimen m3_appbar_expanded_title_margin_bottom
+dimen m3_appbar_expanded_title_margin_horizontal
+dimen m3_appbar_scrim_height_trigger
+dimen m3_appbar_scrim_height_trigger_large
+dimen m3_appbar_scrim_height_trigger_medium
+dimen m3_appbar_size_compact
+dimen m3_appbar_size_large
+dimen m3_appbar_size_medium
+dimen m3_badge_horizontal_offset
+dimen m3_badge_radius
+dimen m3_badge_vertical_offset
+dimen m3_badge_with_text_horizontal_offset
+dimen m3_badge_with_text_radius
+dimen m3_badge_with_text_vertical_offset
+dimen m3_bottom_nav_item_active_indicator_height
+dimen m3_bottom_nav_item_active_indicator_margin_horizontal
+dimen m3_bottom_nav_item_active_indicator_width
+dimen m3_bottom_nav_item_padding_bottom
+dimen m3_bottom_nav_item_padding_top
+dimen m3_bottom_nav_min_height
+dimen m3_bottom_sheet_drag_handle_bottom_padding
+dimen m3_bottom_sheet_elevation
+dimen m3_bottom_sheet_modal_elevation
+dimen m3_bottomappbar_fab_cradle_margin
+dimen m3_bottomappbar_fab_cradle_rounded_corner_radius
+dimen m3_bottomappbar_fab_cradle_vertical_offset
+dimen m3_bottomappbar_fab_end_margin
+dimen m3_bottomappbar_height
+dimen m3_bottomappbar_horizontal_padding
+dimen m3_btn_dialog_btn_min_width
+dimen m3_btn_dialog_btn_spacing
+dimen m3_btn_disabled_elevation
+dimen m3_btn_disabled_translation_z
+dimen m3_btn_elevated_btn_elevation
+dimen m3_btn_elevation
+dimen m3_btn_icon_btn_padding_left
+dimen m3_btn_icon_btn_padding_right
+dimen m3_btn_icon_only_default_padding
+dimen m3_btn_icon_only_default_size
+dimen m3_btn_icon_only_icon_padding
+dimen m3_btn_icon_only_min_width
+dimen m3_btn_inset
+dimen m3_btn_max_width
+dimen m3_btn_padding_bottom
+dimen m3_btn_padding_left
+dimen m3_btn_padding_right
+dimen m3_btn_padding_top
+dimen m3_btn_stroke_size
+dimen m3_btn_text_btn_icon_padding_left
+dimen m3_btn_text_btn_icon_padding_right
+dimen m3_btn_text_btn_padding_left
+dimen m3_btn_text_btn_padding_right
+dimen m3_btn_translation_z_base
+dimen m3_btn_translation_z_hovered
+dimen m3_card_dragged_z
+dimen m3_card_elevated_dragged_z
+dimen m3_card_elevated_elevation
+dimen m3_card_elevated_hovered_z
+dimen m3_card_elevation
+dimen m3_card_hovered_z
+dimen m3_card_stroke_width
+dimen m3_chip_checked_hovered_translation_z
+dimen m3_chip_corner_size
+dimen m3_chip_disabled_translation_z
+dimen m3_chip_dragged_translation_z
+dimen m3_chip_elevated_elevation
+dimen m3_chip_hovered_translation_z
+dimen m3_chip_icon_size
+dimen m3_comp_bottom_app_bar_container_elevation
+dimen m3_comp_bottom_app_bar_container_height
+dimen m3_comp_extended_fab_primary_container_elevation
+dimen m3_comp_extended_fab_primary_container_height
+dimen m3_comp_extended_fab_primary_focus_container_elevation
+dimen m3_comp_extended_fab_primary_focus_state_layer_opacity
+dimen m3_comp_extended_fab_primary_hover_container_elevation
+dimen m3_comp_extended_fab_primary_hover_state_layer_opacity
+dimen m3_comp_extended_fab_primary_icon_size
+dimen m3_comp_extended_fab_primary_pressed_container_elevation
+dimen m3_comp_extended_fab_primary_pressed_state_layer_opacity
+dimen m3_comp_fab_primary_container_elevation
+dimen m3_comp_fab_primary_container_height
+dimen m3_comp_fab_primary_focus_state_layer_opacity
+dimen m3_comp_fab_primary_hover_container_elevation
+dimen m3_comp_fab_primary_hover_state_layer_opacity
+dimen m3_comp_fab_primary_icon_size
+dimen m3_comp_fab_primary_large_container_height
+dimen m3_comp_fab_primary_large_icon_size
+dimen m3_comp_fab_primary_pressed_container_elevation
+dimen m3_comp_fab_primary_pressed_state_layer_opacity
+dimen m3_comp_fab_primary_small_container_height
+dimen m3_comp_fab_primary_small_icon_size
+dimen m3_comp_switch_disabled_handle_elevation
+dimen m3_comp_switch_disabled_handle_opacity
+dimen m3_comp_switch_disabled_selected_handle_opacity
+dimen m3_comp_switch_disabled_selected_icon_opacity
+dimen m3_comp_switch_disabled_track_opacity
+dimen m3_comp_switch_disabled_unselected_handle_opacity
+dimen m3_comp_switch_disabled_unselected_icon_opacity
+dimen m3_comp_switch_handle_elevation
+dimen m3_comp_switch_selected_focus_state_layer_opacity
+dimen m3_comp_switch_selected_hover_state_layer_opacity
+dimen m3_comp_switch_selected_pressed_state_layer_opacity
+dimen m3_comp_switch_track_height
+dimen m3_comp_switch_track_width
+dimen m3_comp_switch_unselected_focus_state_layer_opacity
+dimen m3_comp_switch_unselected_hover_state_layer_opacity
+dimen m3_comp_switch_unselected_pressed_state_layer_opacity
+dimen m3_datepicker_elevation
+dimen m3_divider_heavy_thickness
+dimen m3_exposed_dropdown_menu_popup_elevation
+dimen m3_extended_fab_bottom_padding
+dimen m3_extended_fab_end_padding
+dimen m3_extended_fab_icon_padding
+dimen m3_extended_fab_min_height
+dimen m3_extended_fab_start_padding
+dimen m3_extended_fab_top_padding
+dimen m3_fab_border_width
+dimen m3_fab_corner_size
+dimen m3_fab_translation_z_hovered_focused
+dimen m3_fab_translation_z_pressed
+dimen m3_large_fab_max_image_size
+dimen m3_large_fab_size
+dimen m3_menu_elevation
+dimen m3_navigation_drawer_layout_corner_size
+dimen m3_navigation_item_horizontal_padding
+dimen m3_navigation_item_icon_padding
+dimen m3_navigation_item_shape_inset_bottom
+dimen m3_navigation_item_shape_inset_end
+dimen m3_navigation_item_shape_inset_start
+dimen m3_navigation_item_shape_inset_top
+dimen m3_navigation_item_vertical_padding
+dimen m3_navigation_menu_divider_horizontal_padding
+dimen m3_navigation_menu_headline_horizontal_padding
+dimen m3_navigation_rail_default_width
+dimen m3_navigation_rail_item_active_indicator_height
+dimen m3_navigation_rail_item_active_indicator_margin_horizontal
+dimen m3_navigation_rail_item_active_indicator_width
+dimen m3_navigation_rail_item_min_height
+dimen m3_navigation_rail_item_padding_bottom
+dimen m3_navigation_rail_item_padding_top
+dimen m3_ripple_default_alpha
+dimen m3_ripple_focused_alpha
+dimen m3_ripple_hovered_alpha
+dimen m3_ripple_pressed_alpha
+dimen m3_ripple_selectable_pressed_alpha
+dimen m3_simple_item_color_hovered_alpha
+dimen m3_simple_item_color_selected_alpha
+dimen m3_slider_thumb_elevation
+dimen m3_small_fab_max_image_size
+dimen m3_small_fab_size
+dimen m3_snackbar_action_text_color_alpha
+dimen m3_snackbar_margin
+dimen m3_sys_elevation_level0
+dimen m3_sys_elevation_level1
+dimen m3_sys_elevation_level2
+dimen m3_sys_elevation_level3
+dimen m3_sys_elevation_level4
+dimen m3_sys_elevation_level5
+dimen m3_sys_motion_easing_emphasized_accelerate_control_x1
+dimen m3_sys_motion_easing_emphasized_accelerate_control_x2
+dimen m3_sys_motion_easing_emphasized_accelerate_control_y1
+dimen m3_sys_motion_easing_emphasized_accelerate_control_y2
+dimen m3_sys_motion_easing_emphasized_decelerate_control_x1
+dimen m3_sys_motion_easing_emphasized_decelerate_control_x2
+dimen m3_sys_motion_easing_emphasized_decelerate_control_y1
+dimen m3_sys_motion_easing_emphasized_decelerate_control_y2
+dimen m3_sys_motion_easing_legacy_accelerate_control_x1
+dimen m3_sys_motion_easing_legacy_accelerate_control_x2
+dimen m3_sys_motion_easing_legacy_accelerate_control_y1
+dimen m3_sys_motion_easing_legacy_accelerate_control_y2
+dimen m3_sys_motion_easing_legacy_control_x1
+dimen m3_sys_motion_easing_legacy_control_x2
+dimen m3_sys_motion_easing_legacy_control_y1
+dimen m3_sys_motion_easing_legacy_control_y2
+dimen m3_sys_motion_easing_legacy_decelerate_control_x1
+dimen m3_sys_motion_easing_legacy_decelerate_control_x2
+dimen m3_sys_motion_easing_legacy_decelerate_control_y1
+dimen m3_sys_motion_easing_legacy_decelerate_control_y2
+dimen m3_sys_motion_easing_linear_control_x1
+dimen m3_sys_motion_easing_linear_control_x2
+dimen m3_sys_motion_easing_linear_control_y1
+dimen m3_sys_motion_easing_linear_control_y2
+dimen m3_sys_motion_easing_standard_accelerate_control_x1
+dimen m3_sys_motion_easing_standard_accelerate_control_x2
+dimen m3_sys_motion_easing_standard_accelerate_control_y1
+dimen m3_sys_motion_easing_standard_accelerate_control_y2
+dimen m3_sys_motion_easing_standard_control_x1
+dimen m3_sys_motion_easing_standard_control_x2
+dimen m3_sys_motion_easing_standard_control_y1
+dimen m3_sys_motion_easing_standard_control_y2
+dimen m3_sys_motion_easing_standard_decelerate_control_x1
+dimen m3_sys_motion_easing_standard_decelerate_control_x2
+dimen m3_sys_motion_easing_standard_decelerate_control_y1
+dimen m3_sys_motion_easing_standard_decelerate_control_y2
+dimen m3_sys_state_dragged_state_layer_opacity
+dimen m3_sys_state_focus_state_layer_opacity
+dimen m3_sys_state_hover_state_layer_opacity
+dimen m3_sys_state_pressed_state_layer_opacity
+dimen m3_timepicker_display_stroke_width
+dimen m3_timepicker_window_elevation
+dimen material_bottom_sheet_max_width
+dimen material_clock_display_padding
+dimen material_clock_face_margin_top
+dimen material_clock_hand_center_dot_radius
+dimen material_clock_hand_padding
+dimen material_clock_hand_stroke_width
+dimen material_clock_number_text_padding
+dimen material_clock_number_text_size
+dimen material_clock_period_toggle_height
+dimen material_clock_period_toggle_margin_left
+dimen material_clock_period_toggle_width
+dimen material_clock_size
+dimen material_cursor_inset_bottom
+dimen material_cursor_inset_top
+dimen material_cursor_width
+dimen material_divider_thickness
+dimen material_emphasis_disabled
+dimen material_emphasis_disabled_background
+dimen material_emphasis_high_type
+dimen material_emphasis_medium
+dimen material_filled_edittext_font_1_3_padding_bottom
+dimen material_filled_edittext_font_1_3_padding_top
+dimen material_filled_edittext_font_2_0_padding_bottom
+dimen material_filled_edittext_font_2_0_padding_top
+dimen material_font_1_3_box_collapsed_padding_top
+dimen material_font_2_0_box_collapsed_padding_top
+dimen material_helper_text_default_padding_top
+dimen material_helper_text_font_1_3_padding_horizontal
+dimen material_helper_text_font_1_3_padding_top
+dimen material_input_text_to_prefix_suffix_padding
+dimen material_textinput_default_width
+dimen material_textinput_max_width
+dimen material_textinput_min_width
+dimen material_time_input_padding_bottom
+dimen material_time_picker_minimum_screen_height
+dimen material_time_picker_minimum_screen_width
+dimen material_timepicker_dialog_buttons_margin_top
+dimen mtrl_alert_dialog_background_inset_bottom
+dimen mtrl_alert_dialog_background_inset_end
+dimen mtrl_alert_dialog_background_inset_start
+dimen mtrl_alert_dialog_background_inset_top
+dimen mtrl_alert_dialog_picker_background_inset
+dimen mtrl_badge_horizontal_edge_offset
+dimen mtrl_badge_long_text_horizontal_padding
+dimen mtrl_badge_radius
+dimen mtrl_badge_text_horizontal_edge_offset
+dimen mtrl_badge_text_size
+dimen mtrl_badge_toolbar_action_menu_item_horizontal_offset
+dimen mtrl_badge_toolbar_action_menu_item_vertical_offset
+dimen mtrl_badge_with_text_radius
+dimen mtrl_bottomappbar_fabOffsetEndMode
+dimen mtrl_bottomappbar_fab_bottom_margin
+dimen mtrl_bottomappbar_fab_cradle_margin
+dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius
+dimen mtrl_bottomappbar_fab_cradle_vertical_offset
+dimen mtrl_bottomappbar_height
+dimen mtrl_btn_corner_radius
+dimen mtrl_btn_dialog_btn_min_width
+dimen mtrl_btn_disabled_elevation
+dimen mtrl_btn_disabled_z
+dimen mtrl_btn_elevation
+dimen mtrl_btn_focused_z
+dimen mtrl_btn_hovered_z
+dimen mtrl_btn_icon_btn_padding_left
+dimen mtrl_btn_icon_padding
+dimen mtrl_btn_inset
+dimen mtrl_btn_letter_spacing
+dimen mtrl_btn_max_width
+dimen mtrl_btn_padding_bottom
+dimen mtrl_btn_padding_left
+dimen mtrl_btn_padding_right
+dimen mtrl_btn_padding_top
+dimen mtrl_btn_pressed_z
+dimen mtrl_btn_snackbar_margin_horizontal
+dimen mtrl_btn_stroke_size
+dimen mtrl_btn_text_btn_icon_padding
+dimen mtrl_btn_text_btn_padding_left
+dimen mtrl_btn_text_btn_padding_right
+dimen mtrl_btn_text_size
+dimen mtrl_btn_z
+dimen mtrl_calendar_action_confirm_button_min_width
+dimen mtrl_calendar_action_height
+dimen mtrl_calendar_action_padding
+dimen mtrl_calendar_bottom_padding
+dimen mtrl_calendar_content_padding
+dimen mtrl_calendar_day_corner
+dimen mtrl_calendar_day_height
+dimen mtrl_calendar_day_horizontal_padding
+dimen mtrl_calendar_day_today_stroke
+dimen mtrl_calendar_day_vertical_padding
+dimen mtrl_calendar_day_width
+dimen mtrl_calendar_days_of_week_height
+dimen mtrl_calendar_dialog_background_inset
+dimen mtrl_calendar_header_content_padding
+dimen mtrl_calendar_header_content_padding_fullscreen
+dimen mtrl_calendar_header_divider_thickness
+dimen mtrl_calendar_header_height
+dimen mtrl_calendar_header_height_fullscreen
+dimen mtrl_calendar_header_selection_line_height
+dimen mtrl_calendar_header_text_padding
+dimen mtrl_calendar_header_toggle_margin_bottom
+dimen mtrl_calendar_header_toggle_margin_top
+dimen mtrl_calendar_landscape_header_width
+dimen mtrl_calendar_maximum_default_fullscreen_minor_axis
+dimen mtrl_calendar_month_horizontal_padding
+dimen mtrl_calendar_month_vertical_padding
+dimen mtrl_calendar_navigation_bottom_padding
+dimen mtrl_calendar_navigation_height
+dimen mtrl_calendar_navigation_top_padding
+dimen mtrl_calendar_pre_l_text_clip_padding
+dimen mtrl_calendar_selection_baseline_to_top_fullscreen
+dimen mtrl_calendar_selection_text_baseline_to_bottom
+dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen
+dimen mtrl_calendar_selection_text_baseline_to_top
+dimen mtrl_calendar_text_input_padding_top
+dimen mtrl_calendar_title_baseline_to_top
+dimen mtrl_calendar_title_baseline_to_top_fullscreen
+dimen mtrl_calendar_year_corner
+dimen mtrl_calendar_year_height
+dimen mtrl_calendar_year_horizontal_padding
+dimen mtrl_calendar_year_vertical_padding
+dimen mtrl_calendar_year_width
+dimen mtrl_card_checked_icon_margin
+dimen mtrl_card_checked_icon_size
+dimen mtrl_card_corner_radius
+dimen mtrl_card_dragged_z
+dimen mtrl_card_elevation
+dimen mtrl_card_spacing
+dimen mtrl_chip_pressed_translation_z
+dimen mtrl_chip_text_size
+dimen mtrl_exposed_dropdown_menu_popup_elevation
+dimen mtrl_exposed_dropdown_menu_popup_vertical_offset
+dimen mtrl_exposed_dropdown_menu_popup_vertical_padding
+dimen mtrl_extended_fab_bottom_padding
+dimen mtrl_extended_fab_disabled_elevation
+dimen mtrl_extended_fab_disabled_translation_z
+dimen mtrl_extended_fab_elevation
+dimen mtrl_extended_fab_end_padding
+dimen mtrl_extended_fab_end_padding_icon
+dimen mtrl_extended_fab_icon_size
+dimen mtrl_extended_fab_icon_text_spacing
+dimen mtrl_extended_fab_min_height
+dimen mtrl_extended_fab_min_width
+dimen mtrl_extended_fab_start_padding
+dimen mtrl_extended_fab_start_padding_icon
+dimen mtrl_extended_fab_top_padding
+dimen mtrl_extended_fab_translation_z_base
+dimen mtrl_extended_fab_translation_z_hovered_focused
+dimen mtrl_extended_fab_translation_z_pressed
+dimen mtrl_fab_elevation
+dimen mtrl_fab_min_touch_target
+dimen mtrl_fab_translation_z_hovered_focused
+dimen mtrl_fab_translation_z_pressed
+dimen mtrl_high_ripple_default_alpha
+dimen mtrl_high_ripple_focused_alpha
+dimen mtrl_high_ripple_hovered_alpha
+dimen mtrl_high_ripple_pressed_alpha
+dimen mtrl_low_ripple_default_alpha
+dimen mtrl_low_ripple_focused_alpha
+dimen mtrl_low_ripple_hovered_alpha
+dimen mtrl_low_ripple_pressed_alpha
+dimen mtrl_min_touch_target_size
+dimen mtrl_navigation_bar_item_default_icon_size
+dimen mtrl_navigation_bar_item_default_margin
+dimen mtrl_navigation_elevation
+dimen mtrl_navigation_item_horizontal_padding
+dimen mtrl_navigation_item_icon_padding
+dimen mtrl_navigation_item_icon_size
+dimen mtrl_navigation_item_shape_horizontal_margin
+dimen mtrl_navigation_item_shape_vertical_margin
+dimen mtrl_navigation_rail_active_text_size
+dimen mtrl_navigation_rail_compact_width
+dimen mtrl_navigation_rail_default_width
+dimen mtrl_navigation_rail_elevation
+dimen mtrl_navigation_rail_icon_margin
+dimen mtrl_navigation_rail_icon_size
+dimen mtrl_navigation_rail_margin
+dimen mtrl_navigation_rail_text_bottom_margin
+dimen mtrl_navigation_rail_text_size
+dimen mtrl_progress_circular_inset
+dimen mtrl_progress_circular_inset_extra_small
+dimen mtrl_progress_circular_inset_medium
+dimen mtrl_progress_circular_inset_small
+dimen mtrl_progress_circular_radius
+dimen mtrl_progress_circular_size
+dimen mtrl_progress_circular_size_extra_small
+dimen mtrl_progress_circular_size_medium
+dimen mtrl_progress_circular_size_small
+dimen mtrl_progress_circular_track_thickness_extra_small
+dimen mtrl_progress_circular_track_thickness_medium
+dimen mtrl_progress_circular_track_thickness_small
+dimen mtrl_progress_indicator_full_rounded_corner_radius
+dimen mtrl_progress_track_thickness
+dimen mtrl_shape_corner_size_large_component
+dimen mtrl_shape_corner_size_medium_component
+dimen mtrl_shape_corner_size_small_component
+dimen mtrl_slider_halo_radius
+dimen mtrl_slider_label_padding
+dimen mtrl_slider_label_radius
+dimen mtrl_slider_label_square_side
+dimen mtrl_slider_thumb_elevation
+dimen mtrl_slider_thumb_radius
+dimen mtrl_slider_track_height
+dimen mtrl_slider_track_side_padding
+dimen mtrl_slider_widget_height
+dimen mtrl_snackbar_action_text_color_alpha
+dimen mtrl_snackbar_background_corner_radius
+dimen mtrl_snackbar_background_overlay_color_alpha
+dimen mtrl_snackbar_margin
+dimen mtrl_snackbar_message_margin_horizontal
+dimen mtrl_snackbar_padding_horizontal
+dimen mtrl_switch_text_padding
+dimen mtrl_switch_thumb_elevation
+dimen mtrl_switch_thumb_size
+dimen mtrl_switch_track_height
+dimen mtrl_switch_track_width
+dimen mtrl_textinput_box_corner_radius_medium
+dimen mtrl_textinput_box_corner_radius_small
+dimen mtrl_textinput_box_label_cutout_padding
+dimen mtrl_textinput_box_stroke_width_default
+dimen mtrl_textinput_box_stroke_width_focused
+dimen mtrl_textinput_counter_margin_start
+dimen mtrl_textinput_end_icon_margin_start
+dimen mtrl_textinput_outline_box_expanded_padding
+dimen mtrl_textinput_start_icon_margin_end
+dimen mtrl_toolbar_default_height
+dimen mtrl_tooltip_arrowSize
+dimen mtrl_tooltip_cornerSize
+dimen mtrl_tooltip_minHeight
+dimen mtrl_tooltip_minWidth
+dimen mtrl_tooltip_padding
+dimen mtrl_transition_shared_axis_slide_distance
+dimen notification_action_icon_size
+dimen notification_action_text_size
+dimen notification_big_circle_margin
+dimen notification_content_margin_start
+dimen notification_large_icon_height
+dimen notification_large_icon_width
+dimen notification_main_column_padding_top
+dimen notification_media_narrow_margin
+dimen notification_right_icon_size
+dimen notification_right_side_padding_top
+dimen notification_small_icon_background_padding
+dimen notification_small_icon_size_as_large
+dimen notification_subtext_size
+dimen notification_top_pad
+dimen notification_top_pad_large_text
+dimen tooltip_corner_radius
+dimen tooltip_horizontal_padding
+dimen tooltip_margin
+dimen tooltip_precise_anchor_extra_offset
+dimen tooltip_precise_anchor_threshold
+dimen tooltip_vertical_padding
+dimen tooltip_y_offset_non_touch
+dimen tooltip_y_offset_touch
+drawable abc_ab_share_pack_mtrl_alpha
+drawable abc_action_bar_item_background_material
+drawable abc_btn_borderless_material
+drawable abc_btn_check_material
+drawable abc_btn_check_material_anim
+drawable abc_btn_check_to_on_mtrl_000
+drawable abc_btn_check_to_on_mtrl_015
+drawable abc_btn_colored_material
+drawable abc_btn_default_mtrl_shape
+drawable abc_btn_radio_material
+drawable abc_btn_radio_material_anim
+drawable abc_btn_radio_to_on_mtrl_000
+drawable abc_btn_radio_to_on_mtrl_015
+drawable abc_btn_switch_to_on_mtrl_00001
+drawable abc_btn_switch_to_on_mtrl_00012
+drawable abc_cab_background_internal_bg
+drawable abc_cab_background_top_material
+drawable abc_cab_background_top_mtrl_alpha
+drawable abc_control_background_material
+drawable abc_dialog_material_background
+drawable abc_edit_text_material
+drawable abc_ic_ab_back_material
+drawable abc_ic_arrow_drop_right_black_24dp
+drawable abc_ic_clear_material
+drawable abc_ic_commit_search_api_mtrl_alpha
+drawable abc_ic_go_search_api_material
+drawable abc_ic_menu_copy_mtrl_am_alpha
+drawable abc_ic_menu_cut_mtrl_alpha
+drawable abc_ic_menu_overflow_material
+drawable abc_ic_menu_paste_mtrl_am_alpha
+drawable abc_ic_menu_selectall_mtrl_alpha
+drawable abc_ic_menu_share_mtrl_alpha
+drawable abc_ic_search_api_material
+drawable abc_ic_star_black_16dp
+drawable abc_ic_star_black_36dp
+drawable abc_ic_star_black_48dp
+drawable abc_ic_star_half_black_16dp
+drawable abc_ic_star_half_black_36dp
+drawable abc_ic_star_half_black_48dp
+drawable abc_ic_voice_search_api_material
+drawable abc_item_background_holo_dark
+drawable abc_item_background_holo_light
+drawable abc_list_divider_material
+drawable abc_list_divider_mtrl_alpha
+drawable abc_list_focused_holo
+drawable abc_list_longpressed_holo
+drawable abc_list_pressed_holo_dark
+drawable abc_list_pressed_holo_light
+drawable abc_list_selector_background_transition_holo_dark
+drawable abc_list_selector_background_transition_holo_light
+drawable abc_list_selector_disabled_holo_dark
+drawable abc_list_selector_disabled_holo_light
+drawable abc_list_selector_holo_dark
+drawable abc_list_selector_holo_light
+drawable abc_menu_hardkey_panel_mtrl_mult
+drawable abc_popup_background_mtrl_mult
+drawable abc_ratingbar_indicator_material
+drawable abc_ratingbar_material
+drawable abc_ratingbar_small_material
+drawable abc_scrubber_control_off_mtrl_alpha
+drawable abc_scrubber_control_to_pressed_mtrl_000
+drawable abc_scrubber_control_to_pressed_mtrl_005
+drawable abc_scrubber_primary_mtrl_alpha
+drawable abc_scrubber_track_mtrl_alpha
+drawable abc_seekbar_thumb_material
+drawable abc_seekbar_tick_mark_material
+drawable abc_seekbar_track_material
+drawable abc_spinner_mtrl_am_alpha
+drawable abc_spinner_textfield_background_material
+drawable abc_star_black_48dp
+drawable abc_star_half_black_48dp
+drawable abc_switch_thumb_material
+drawable abc_switch_track_mtrl_alpha
+drawable abc_tab_indicator_material
+drawable abc_tab_indicator_mtrl_alpha
+drawable abc_text_cursor_material
+drawable abc_text_select_handle_left_mtrl
+drawable abc_text_select_handle_left_mtrl_dark
+drawable abc_text_select_handle_left_mtrl_light
+drawable abc_text_select_handle_middle_mtrl
+drawable abc_text_select_handle_middle_mtrl_dark
+drawable abc_text_select_handle_middle_mtrl_light
+drawable abc_text_select_handle_right_mtrl
+drawable abc_text_select_handle_right_mtrl_dark
+drawable abc_text_select_handle_right_mtrl_light
+drawable abc_textfield_activated_mtrl_alpha
+drawable abc_textfield_default_mtrl_alpha
+drawable abc_textfield_search_activated_mtrl_alpha
+drawable abc_textfield_search_default_mtrl_alpha
+drawable abc_textfield_search_material
+drawable abc_vector_test
+drawable avd_hide_password
+drawable avd_show_password
+drawable btn_checkbox_checked_mtrl
+drawable btn_checkbox_checked_to_unchecked_mtrl_animation
+drawable btn_checkbox_unchecked_mtrl
+drawable btn_checkbox_unchecked_to_checked_mtrl_animation
+drawable btn_radio_off_mtrl
+drawable btn_radio_off_to_on_mtrl_animation
+drawable btn_radio_on_mtrl
+drawable btn_radio_on_to_off_mtrl_animation
+drawable design_fab_background
+drawable design_ic_visibility
+drawable design_ic_visibility_off
+drawable design_password_eye
+drawable design_snackbar_background
+drawable ic_clock_black_24dp
+drawable ic_keyboard_black_24dp
+drawable ic_m3_chip_check
+drawable ic_m3_chip_checked_circle
+drawable ic_m3_chip_close
+drawable ic_mtrl_checked_circle
+drawable ic_mtrl_chip_checked_black
+drawable ic_mtrl_chip_checked_circle
+drawable ic_mtrl_chip_close_circle
+drawable m3_appbar_background
+drawable m3_popupmenu_background_overlay
+drawable m3_radiobutton_ripple
+drawable m3_selection_control_ripple
+drawable m3_tabs_background
+drawable m3_tabs_line_indicator
+drawable m3_tabs_rounded_line_indicator
+drawable m3_tabs_transparent_background
+drawable material_cursor_drawable
+drawable material_ic_calendar_black_24dp
+drawable material_ic_clear_black_24dp
+drawable material_ic_edit_black_24dp
+drawable material_ic_keyboard_arrow_left_black_24dp
+drawable material_ic_keyboard_arrow_next_black_24dp
+drawable material_ic_keyboard_arrow_previous_black_24dp
+drawable material_ic_keyboard_arrow_right_black_24dp
+drawable material_ic_menu_arrow_down_black_24dp
+drawable material_ic_menu_arrow_up_black_24dp
+drawable mtrl_bottomsheet_drag_handle
+drawable mtrl_checkbox_button
+drawable mtrl_checkbox_button_checked_unchecked
+drawable mtrl_checkbox_button_icon
+drawable mtrl_checkbox_button_icon_checked_indeterminate
+drawable mtrl_checkbox_button_icon_checked_unchecked
+drawable mtrl_checkbox_button_icon_indeterminate_checked
+drawable mtrl_checkbox_button_icon_indeterminate_unchecked
+drawable mtrl_checkbox_button_icon_unchecked_checked
+drawable mtrl_checkbox_button_icon_unchecked_indeterminate
+drawable mtrl_checkbox_button_unchecked_checked
+drawable mtrl_dialog_background
+drawable mtrl_dropdown_arrow
+drawable mtrl_ic_arrow_drop_down
+drawable mtrl_ic_arrow_drop_up
+drawable mtrl_ic_cancel
+drawable mtrl_ic_check_mark
+drawable mtrl_ic_checkbox_checked
+drawable mtrl_ic_checkbox_unchecked
+drawable mtrl_ic_error
+drawable mtrl_ic_indeterminate
+drawable mtrl_navigation_bar_item_background
+drawable mtrl_popupmenu_background
+drawable mtrl_popupmenu_background_overlay
+drawable mtrl_switch_thumb
+drawable mtrl_switch_thumb_checked
+drawable mtrl_switch_thumb_checked_pressed
+drawable mtrl_switch_thumb_checked_unchecked
+drawable mtrl_switch_thumb_pressed
+drawable mtrl_switch_thumb_pressed_checked
+drawable mtrl_switch_thumb_pressed_unchecked
+drawable mtrl_switch_thumb_unchecked
+drawable mtrl_switch_thumb_unchecked_checked
+drawable mtrl_switch_thumb_unchecked_pressed
+drawable mtrl_switch_track
+drawable mtrl_switch_track_decoration
+drawable mtrl_tabs_default_indicator
+drawable navigation_empty_icon
+drawable notification_action_background
+drawable notification_bg
+drawable notification_bg_low
+drawable notification_bg_low_normal
+drawable notification_bg_low_pressed
+drawable notification_bg_normal
+drawable notification_bg_normal_pressed
+drawable notification_icon_background
+drawable notification_template_icon_bg
+drawable notification_template_icon_low_bg
+drawable notification_tile_bg
+drawable notify_panel_notification_icon_bg
+drawable test_level_drawable
+drawable tooltip_frame_dark
+drawable tooltip_frame_light
+id BOTTOM_END
+id BOTTOM_START
+id NO_DEBUG
+id SHOW_ALL
+id SHOW_PATH
+id SHOW_PROGRESS
+id TOP_END
+id TOP_START
+id accelerate
+id accessibility_action_clickable_span
+id accessibility_custom_action_0
+id accessibility_custom_action_1
+id accessibility_custom_action_10
+id accessibility_custom_action_11
+id accessibility_custom_action_12
+id accessibility_custom_action_13
+id accessibility_custom_action_14
+id accessibility_custom_action_15
+id accessibility_custom_action_16
+id accessibility_custom_action_17
+id accessibility_custom_action_18
+id accessibility_custom_action_19
+id accessibility_custom_action_2
+id accessibility_custom_action_20
+id accessibility_custom_action_21
+id accessibility_custom_action_22
+id accessibility_custom_action_23
+id accessibility_custom_action_24
+id accessibility_custom_action_25
+id accessibility_custom_action_26
+id accessibility_custom_action_27
+id accessibility_custom_action_28
+id accessibility_custom_action_29
+id accessibility_custom_action_3
+id accessibility_custom_action_30
+id accessibility_custom_action_31
+id accessibility_custom_action_4
+id accessibility_custom_action_5
+id accessibility_custom_action_6
+id accessibility_custom_action_7
+id accessibility_custom_action_8
+id accessibility_custom_action_9
+id action_bar
+id action_bar_activity_content
+id action_bar_container
+id action_bar_root
+id action_bar_spinner
+id action_bar_subtitle
+id action_bar_title
+id action_container
+id action_context_bar
+id action_divider
+id action_image
+id action_menu_divider
+id action_menu_presenter
+id action_mode_bar
+id action_mode_bar_stub
+id action_mode_close_button
+id action_text
+id actions
+id activity_chooser_view_content
+id add
+id alertTitle
+id aligned
+id animateToEnd
+id animateToStart
+id arc
+id asConfigured
+id async
+id auto
+id autoComplete
+id autoCompleteToEnd
+id autoCompleteToStart
+id barrier
+id baseline
+id blocking
+id bottom
+id bounce
+id buttonPanel
+id cancel_button
+id center
+id centerCrop
+id centerInside
+id chain
+id checkbox
+id checked
+id chronometer
+id circle_center
+id clear_text
+id clockwise
+id compress
+id confirm_button
+id container
+id content
+id contentPanel
+id contiguous
+id coordinator
+id cos
+id counterclockwise
+id cradle
+id custom
+id customPanel
+id cut
+id date_picker_actions
+id decelerate
+id decelerateAndComplete
+id decor_content_parent
+id default_activity_button
+id deltaRelative
+id design_bottom_sheet
+id design_menu_item_action_area
+id design_menu_item_action_area_stub
+id design_menu_item_text
+id design_navigation_view
+id dialog_button
+id disjoint
+id dragDown
+id dragEnd
+id dragLeft
+id dragRight
+id dragStart
+id dragUp
+id dropdown_menu
+id easeIn
+id easeInOut
+id easeOut
+id edit_query
+id elastic
+id embed
+id end
+id endToStart
+id expand_activities_button
+id expanded_menu
+id fade
+id fill
+id filled
+id fitCenter
+id fitEnd
+id fitStart
+id fitXY
+id fixed
+id flip
+id floating
+id forever
+id fragment_container_view_tag
+id fullscreen_header
+id ghost_view
+id ghost_view_holder
+id gone
+id group_divider
+id guideline
+id header_title
+id home
+id honorRequest
+id icon
+id icon_group
+id ignore
+id ignoreRequest
+id image
+id indeterminate
+id info
+id invisible
+id inward
+id italic
+id item_touch_helper_previous_elevation
+id jumpToEnd
+id jumpToStart
+id labeled
+id layout
+id left
+id leftToRight
+id line1
+id line3
+id linear
+id listMode
+id list_item
+id marquee
+id masked
+id material_clock_display
+id material_clock_face
+id material_clock_hand
+id material_clock_period_am_button
+id material_clock_period_pm_button
+id material_clock_period_toggle
+id material_hour_text_input
+id material_hour_tv
+id material_label
+id material_minute_text_input
+id material_minute_tv
+id material_textinput_timepicker
+id material_timepicker_cancel_button
+id material_timepicker_container
+id material_timepicker_mode_button
+id material_timepicker_ok_button
+id material_timepicker_view
+id material_value_index
+id matrix
+id message
+id middle
+id mini
+id month_grid
+id month_navigation_bar
+id month_navigation_fragment_toggle
+id month_navigation_next
+id month_navigation_previous
+id month_title
+id motion_base
+id mtrl_anchor_parent
+id mtrl_calendar_day_selector_frame
+id mtrl_calendar_days_of_week
+id mtrl_calendar_frame
+id mtrl_calendar_main_pane
+id mtrl_calendar_months
+id mtrl_calendar_selection_frame
+id mtrl_calendar_text_input_frame
+id mtrl_calendar_year_selector_frame
+id mtrl_card_checked_layer_id
+id mtrl_child_content_container
+id mtrl_internal_children_alpha_tag
+id mtrl_motion_snapshot_view
+id mtrl_picker_fullscreen
+id mtrl_picker_header
+id mtrl_picker_header_selection_text
+id mtrl_picker_header_title_and_selection
+id mtrl_picker_header_toggle
+id mtrl_picker_text_input_date
+id mtrl_picker_text_input_range_end
+id mtrl_picker_text_input_range_start
+id mtrl_picker_title_text
+id mtrl_view_tag_bottom_padding
+id multiply
+id navigation_bar_item_active_indicator_view
+id navigation_bar_item_icon_container
+id navigation_bar_item_icon_view
+id navigation_bar_item_labels_group
+id navigation_bar_item_large_label_view
+id navigation_bar_item_small_label_view
+id navigation_header_container
+id none
+id normal
+id notification_background
+id notification_main_column
+id notification_main_column_container
+id off
+id on
+id outline
+id outward
+id packed
+id parallax
+id parent
+id parentPanel
+id parentRelative
+id parent_matrix
+id password_toggle
+id path
+id pathRelative
+id percent
+id pin
+id position
+id postLayout
+id pressed
+id progress_circular
+id progress_horizontal
+id radio
+id rectangles
+id reverseSawtooth
+id right
+id rightToLeft
+id right_icon
+id right_side
+id rounded
+id row_index_key
+id save_non_transition_alpha
+id save_overlay_view
+id sawtooth
+id scale
+id screen
+id scrollIndicatorDown
+id scrollIndicatorUp
+id scrollView
+id scrollable
+id search_badge
+id search_bar
+id search_button
+id search_close_btn
+id search_edit_frame
+id search_go_btn
+id search_mag_icon
+id search_plate
+id search_src_text
+id search_voice_btn
+id select_dialog_listview
+id selected
+id selection_type
+id shortcut
+id sin
+id slide
+id snackbar_action
+id snackbar_text
+id spacer
+id special_effects_controller_view_tag
+id spline
+id split_action_bar
+id spread
+id spread_inside
+id square
+id src_atop
+id src_in
+id src_over
+id standard
+id start
+id startHorizontal
+id startToEnd
+id startVertical
+id staticLayout
+id staticPostLayout
+id stop
+id stretch
+id submenuarrow
+id submit_area
+id tabMode
+id tag_accessibility_actions
+id tag_accessibility_clickable_spans
+id tag_accessibility_heading
+id tag_accessibility_pane_title
+id tag_on_apply_window_listener
+id tag_on_receive_content_listener
+id tag_on_receive_content_mime_types
+id tag_screen_reader_focusable
+id tag_state_description
+id tag_transition_group
+id tag_unhandled_key_event_manager
+id tag_unhandled_key_listeners
+id tag_window_insets_animation_callback
+id text
+id text2
+id textSpacerNoButtons
+id textSpacerNoTitle
+id text_input_end_icon
+id text_input_error_icon
+id text_input_start_icon
+id textinput_counter
+id textinput_error
+id textinput_helper_text
+id textinput_placeholder
+id textinput_prefix_text
+id textinput_suffix_text
+id time
+id title
+id titleDividerNoCustom
+id title_template
+id top
+id topPanel
+id touch_outside
+id transition_current_scene
+id transition_layout_save
+id transition_position
+id transition_scene_layoutid_cache
+id transition_transform
+id triangle
+id unchecked
+id uniform
+id unlabeled
+id up
+id view_offset_helper
+id view_tree_lifecycle_owner
+id view_tree_on_back_pressed_dispatcher_owner
+id view_tree_saved_state_registry_owner
+id view_tree_view_model_store_owner
+id visible
+id visible_removing_fragment_view_tag
+id with_icon
+id withinBounds
+id wrap
+id wrap_content
+integer abc_config_activityDefaultDur
+integer abc_config_activityShortDur
+integer app_bar_elevation_anim_duration
+integer bottom_sheet_slide_duration
+integer cancel_button_image_alpha
+integer config_tooltipAnimTime
+integer design_snackbar_text_max_lines
+integer design_tab_indicator_anim_duration_ms
+integer hide_password_duration
+integer m3_btn_anim_delay_ms
+integer m3_btn_anim_duration_ms
+integer m3_card_anim_delay_ms
+integer m3_card_anim_duration_ms
+integer m3_chip_anim_duration
+integer m3_sys_motion_duration_100
+integer m3_sys_motion_duration_1000
+integer m3_sys_motion_duration_150
+integer m3_sys_motion_duration_200
+integer m3_sys_motion_duration_250
+integer m3_sys_motion_duration_300
+integer m3_sys_motion_duration_350
+integer m3_sys_motion_duration_400
+integer m3_sys_motion_duration_450
+integer m3_sys_motion_duration_50
+integer m3_sys_motion_duration_500
+integer m3_sys_motion_duration_550
+integer m3_sys_motion_duration_600
+integer m3_sys_motion_duration_700
+integer m3_sys_motion_duration_800
+integer m3_sys_motion_duration_900
+integer m3_sys_motion_duration_extra_long1
+integer m3_sys_motion_duration_extra_long2
+integer m3_sys_motion_duration_extra_long3
+integer m3_sys_motion_duration_extra_long4
+integer m3_sys_motion_duration_long1
+integer m3_sys_motion_duration_long2
+integer m3_sys_motion_duration_long3
+integer m3_sys_motion_duration_long4
+integer m3_sys_motion_duration_medium1
+integer m3_sys_motion_duration_medium2
+integer m3_sys_motion_duration_medium3
+integer m3_sys_motion_duration_medium4
+integer m3_sys_motion_duration_short1
+integer m3_sys_motion_duration_short2
+integer m3_sys_motion_duration_short3
+integer m3_sys_motion_duration_short4
+integer material_motion_duration_long_1
+integer material_motion_duration_long_2
+integer material_motion_duration_medium_1
+integer material_motion_duration_medium_2
+integer material_motion_duration_short_1
+integer material_motion_duration_short_2
+integer material_motion_path
+integer mtrl_badge_max_character_count
+integer mtrl_btn_anim_delay_ms
+integer mtrl_btn_anim_duration_ms
+integer mtrl_calendar_header_orientation
+integer mtrl_calendar_selection_text_lines
+integer mtrl_calendar_year_selector_span
+integer mtrl_card_anim_delay_ms
+integer mtrl_card_anim_duration_ms
+integer mtrl_chip_anim_duration
+integer mtrl_switch_thumb_motion_duration
+integer mtrl_switch_thumb_post_morphing_duration
+integer mtrl_switch_thumb_pre_morphing_duration
+integer mtrl_switch_thumb_pressed_duration
+integer mtrl_switch_thumb_viewport_center_coordinate
+integer mtrl_switch_thumb_viewport_size
+integer mtrl_switch_track_viewport_height
+integer mtrl_switch_track_viewport_width
+integer mtrl_tab_indicator_anim_duration_ms
+integer mtrl_view_gone
+integer mtrl_view_invisible
+integer mtrl_view_visible
+integer show_password_duration
+integer status_bar_notification_info_maxnum
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_1
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1
+interpolator btn_radio_to_off_mtrl_animation_interpolator_0
+interpolator btn_radio_to_on_mtrl_animation_interpolator_0
+interpolator fast_out_slow_in
+interpolator m3_sys_motion_easing_emphasized
+interpolator m3_sys_motion_easing_emphasized_accelerate
+interpolator m3_sys_motion_easing_emphasized_decelerate
+interpolator m3_sys_motion_easing_linear
+interpolator m3_sys_motion_easing_standard
+interpolator m3_sys_motion_easing_standard_accelerate
+interpolator m3_sys_motion_easing_standard_decelerate
+interpolator mtrl_fast_out_linear_in
+interpolator mtrl_fast_out_slow_in
+interpolator mtrl_linear
+interpolator mtrl_linear_out_slow_in
+layout abc_action_bar_title_item
+layout abc_action_bar_up_container
+layout abc_action_menu_item_layout
+layout abc_action_menu_layout
+layout abc_action_mode_bar
+layout abc_action_mode_close_item_material
+layout abc_activity_chooser_view
+layout abc_activity_chooser_view_list_item
+layout abc_alert_dialog_button_bar_material
+layout abc_alert_dialog_material
+layout abc_alert_dialog_title_material
+layout abc_cascading_menu_item_layout
+layout abc_dialog_title_material
+layout abc_expanded_menu_layout
+layout abc_list_menu_item_checkbox
+layout abc_list_menu_item_icon
+layout abc_list_menu_item_layout
+layout abc_list_menu_item_radio
+layout abc_popup_menu_header_item_layout
+layout abc_popup_menu_item_layout
+layout abc_screen_content_include
+layout abc_screen_simple
+layout abc_screen_simple_overlay_action_mode
+layout abc_screen_toolbar
+layout abc_search_dropdown_item_icons_2line
+layout abc_search_view
+layout abc_select_dialog_material
+layout abc_tooltip
+layout custom_dialog
+layout design_bottom_navigation_item
+layout design_bottom_sheet_dialog
+layout design_layout_snackbar
+layout design_layout_snackbar_include
+layout design_layout_tab_icon
+layout design_layout_tab_text
+layout design_menu_item_action_area
+layout design_navigation_item
+layout design_navigation_item_header
+layout design_navigation_item_separator
+layout design_navigation_item_subheader
+layout design_navigation_menu
+layout design_navigation_menu_item
+layout design_text_input_end_icon
+layout design_text_input_start_icon
+layout m3_alert_dialog
+layout m3_alert_dialog_actions
+layout m3_alert_dialog_title
+layout m3_auto_complete_simple_item
+layout material_chip_input_combo
+layout material_clock_display
+layout material_clock_display_divider
+layout material_clock_period_toggle
+layout material_clock_period_toggle_land
+layout material_clockface_textview
+layout material_clockface_view
+layout material_radial_view_group
+layout material_textinput_timepicker
+layout material_time_chip
+layout material_time_input
+layout material_timepicker
+layout material_timepicker_dialog
+layout material_timepicker_textinput_display
+layout mtrl_alert_dialog
+layout mtrl_alert_dialog_actions
+layout mtrl_alert_dialog_title
+layout mtrl_alert_select_dialog_item
+layout mtrl_alert_select_dialog_multichoice
+layout mtrl_alert_select_dialog_singlechoice
+layout mtrl_auto_complete_simple_item
+layout mtrl_calendar_day
+layout mtrl_calendar_day_of_week
+layout mtrl_calendar_days_of_week
+layout mtrl_calendar_horizontal
+layout mtrl_calendar_month
+layout mtrl_calendar_month_labeled
+layout mtrl_calendar_month_navigation
+layout mtrl_calendar_months
+layout mtrl_calendar_vertical
+layout mtrl_calendar_year
+layout mtrl_layout_snackbar
+layout mtrl_layout_snackbar_include
+layout mtrl_navigation_rail_item
+layout mtrl_picker_actions
+layout mtrl_picker_dialog
+layout mtrl_picker_fullscreen
+layout mtrl_picker_header_dialog
+layout mtrl_picker_header_fullscreen
+layout mtrl_picker_header_selection_text
+layout mtrl_picker_header_title_text
+layout mtrl_picker_header_toggle
+layout mtrl_picker_text_input_date
+layout mtrl_picker_text_input_date_range
+layout notification_action
+layout notification_action_tombstone
+layout notification_template_custom_big
+layout notification_template_icon_group
+layout notification_template_part_chronometer
+layout notification_template_part_time
+layout select_dialog_item_material
+layout select_dialog_multichoice_material
+layout select_dialog_singlechoice_material
+layout support_simple_spinner_dropdown_item
+plurals mtrl_badge_content_description
+string abc_action_bar_home_description
+string abc_action_bar_up_description
+string abc_action_menu_overflow_description
+string abc_action_mode_done
+string abc_activity_chooser_view_see_all
+string abc_activitychooserview_choose_application
+string abc_capital_off
+string abc_capital_on
+string abc_menu_alt_shortcut_label
+string abc_menu_ctrl_shortcut_label
+string abc_menu_delete_shortcut_label
+string abc_menu_enter_shortcut_label
+string abc_menu_function_shortcut_label
+string abc_menu_meta_shortcut_label
+string abc_menu_shift_shortcut_label
+string abc_menu_space_shortcut_label
+string abc_menu_sym_shortcut_label
+string abc_prepend_shortcut_label
+string abc_search_hint
+string abc_searchview_description_clear
+string abc_searchview_description_query
+string abc_searchview_description_search
+string abc_searchview_description_submit
+string abc_searchview_description_voice
+string abc_shareactionprovider_share_with
+string abc_shareactionprovider_share_with_application
+string abc_toolbar_collapse_description
+string appbar_scrolling_view_behavior
+string bottom_sheet_behavior
+string bottomsheet_action_collapse
+string bottomsheet_action_expand
+string bottomsheet_action_expand_halfway
+string bottomsheet_drag_handle_clicked
+string bottomsheet_drag_handle_content_description
+string character_counter_content_description
+string character_counter_overflowed_content_description
+string character_counter_pattern
+string clear_text_end_icon_content_description
+string error_a11y_label
+string error_icon_content_description
+string exposed_dropdown_menu_content_description
+string fab_transformation_scrim_behavior
+string fab_transformation_sheet_behavior
+string hide_bottom_view_on_scroll_behavior
+string icon_content_description
+string item_view_role_description
+string m3_sys_motion_easing_emphasized
+string m3_sys_motion_easing_emphasized_accelerate
+string m3_sys_motion_easing_emphasized_decelerate
+string m3_sys_motion_easing_emphasized_path_data
+string m3_sys_motion_easing_legacy
+string m3_sys_motion_easing_legacy_accelerate
+string m3_sys_motion_easing_legacy_decelerate
+string m3_sys_motion_easing_linear
+string m3_sys_motion_easing_standard
+string m3_sys_motion_easing_standard_accelerate
+string m3_sys_motion_easing_standard_decelerate
+string material_clock_display_divider
+string material_clock_toggle_content_description
+string material_hour_selection
+string material_hour_suffix
+string material_minute_selection
+string material_minute_suffix
+string material_motion_easing_accelerated
+string material_motion_easing_decelerated
+string material_motion_easing_emphasized
+string material_motion_easing_linear
+string material_motion_easing_standard
+string material_slider_range_end
+string material_slider_range_start
+string material_timepicker_am
+string material_timepicker_clock_mode_description
+string material_timepicker_hour
+string material_timepicker_minute
+string material_timepicker_pm
+string material_timepicker_select_time
+string material_timepicker_text_input_mode_description
+string mtrl_badge_numberless_content_description
+string mtrl_checkbox_button_icon_path_checked
+string mtrl_checkbox_button_icon_path_group_name
+string mtrl_checkbox_button_icon_path_indeterminate
+string mtrl_checkbox_button_icon_path_name
+string mtrl_checkbox_button_path_checked
+string mtrl_checkbox_button_path_group_name
+string mtrl_checkbox_button_path_name
+string mtrl_checkbox_button_path_unchecked
+string mtrl_checkbox_state_description_checked
+string mtrl_checkbox_state_description_indeterminate
+string mtrl_checkbox_state_description_unchecked
+string mtrl_chip_close_icon_content_description
+string mtrl_exceed_max_badge_number_content_description
+string mtrl_exceed_max_badge_number_suffix
+string mtrl_picker_a11y_next_month
+string mtrl_picker_a11y_prev_month
+string mtrl_picker_announce_current_selection
+string mtrl_picker_cancel
+string mtrl_picker_confirm
+string mtrl_picker_date_header_selected
+string mtrl_picker_date_header_title
+string mtrl_picker_date_header_unselected
+string mtrl_picker_day_of_week_column_header
+string mtrl_picker_invalid_format
+string mtrl_picker_invalid_format_example
+string mtrl_picker_invalid_format_use
+string mtrl_picker_invalid_range
+string mtrl_picker_navigate_to_year_description
+string mtrl_picker_out_of_range
+string mtrl_picker_range_header_only_end_selected
+string mtrl_picker_range_header_only_start_selected
+string mtrl_picker_range_header_selected
+string mtrl_picker_range_header_title
+string mtrl_picker_range_header_unselected
+string mtrl_picker_save
+string mtrl_picker_text_input_date_hint
+string mtrl_picker_text_input_date_range_end_hint
+string mtrl_picker_text_input_date_range_start_hint
+string mtrl_picker_text_input_day_abbr
+string mtrl_picker_text_input_month_abbr
+string mtrl_picker_text_input_year_abbr
+string mtrl_picker_toggle_to_calendar_input_mode
+string mtrl_picker_toggle_to_day_selection
+string mtrl_picker_toggle_to_text_input_mode
+string mtrl_picker_toggle_to_year_selection
+string mtrl_switch_thumb_group_name
+string mtrl_switch_thumb_path_checked
+string mtrl_switch_thumb_path_morphing
+string mtrl_switch_thumb_path_name
+string mtrl_switch_thumb_path_pressed
+string mtrl_switch_thumb_path_unchecked
+string mtrl_switch_track_decoration_path
+string mtrl_switch_track_path
+string mtrl_timepicker_cancel
+string mtrl_timepicker_confirm
+string password_toggle_content_description
+string path_password_eye
+string path_password_eye_mask_strike_through
+string path_password_eye_mask_visible
+string path_password_strike_through
+string search_menu_title
+string status_bar_notification_info_overflow
+style AlertDialog_AppCompat
+style AlertDialog_AppCompat_Light
+style Animation_AppCompat_Dialog
+style Animation_AppCompat_DropDownUp
+style Animation_AppCompat_Tooltip
+style Animation_Design_BottomSheetDialog
+style Animation_MaterialComponents_BottomSheetDialog
+style Base_AlertDialog_AppCompat
+style Base_AlertDialog_AppCompat_Light
+style Base_Animation_AppCompat_Dialog
+style Base_Animation_AppCompat_DropDownUp
+style Base_Animation_AppCompat_Tooltip
+style Base_CardView
+style Base_DialogWindowTitleBackground_AppCompat
+style Base_DialogWindowTitle_AppCompat
+style Base_MaterialAlertDialog_MaterialComponents_Title_Icon
+style Base_MaterialAlertDialog_MaterialComponents_Title_Panel
+style Base_MaterialAlertDialog_MaterialComponents_Title_Text
+style Base_TextAppearance_AppCompat
+style Base_TextAppearance_AppCompat_Body1
+style Base_TextAppearance_AppCompat_Body2
+style Base_TextAppearance_AppCompat_Button
+style Base_TextAppearance_AppCompat_Caption
+style Base_TextAppearance_AppCompat_Display1
+style Base_TextAppearance_AppCompat_Display2
+style Base_TextAppearance_AppCompat_Display3
+style Base_TextAppearance_AppCompat_Display4
+style Base_TextAppearance_AppCompat_Headline
+style Base_TextAppearance_AppCompat_Inverse
+style Base_TextAppearance_AppCompat_Large
+style Base_TextAppearance_AppCompat_Large_Inverse
+style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
+style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
+style Base_TextAppearance_AppCompat_Medium
+style Base_TextAppearance_AppCompat_Medium_Inverse
+style Base_TextAppearance_AppCompat_Menu
+style Base_TextAppearance_AppCompat_SearchResult
+style Base_TextAppearance_AppCompat_SearchResult_Subtitle
+style Base_TextAppearance_AppCompat_SearchResult_Title
+style Base_TextAppearance_AppCompat_Small
+style Base_TextAppearance_AppCompat_Small_Inverse
+style Base_TextAppearance_AppCompat_Subhead
+style Base_TextAppearance_AppCompat_Subhead_Inverse
+style Base_TextAppearance_AppCompat_Title
+style Base_TextAppearance_AppCompat_Title_Inverse
+style Base_TextAppearance_AppCompat_Tooltip
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Title
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
+style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle
+style Base_TextAppearance_AppCompat_Widget_ActionMode_Title
+style Base_TextAppearance_AppCompat_Widget_Button
+style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored
+style Base_TextAppearance_AppCompat_Widget_Button_Colored
+style Base_TextAppearance_AppCompat_Widget_Button_Inverse
+style Base_TextAppearance_AppCompat_Widget_DropDownItem
+style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header
+style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
+style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
+style Base_TextAppearance_AppCompat_Widget_Switch
+style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
+style Base_TextAppearance_MaterialComponents_Badge
+style Base_TextAppearance_MaterialComponents_Button
+style Base_TextAppearance_MaterialComponents_Headline6
+style Base_TextAppearance_MaterialComponents_Subtitle2
+style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item
+style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle
+style Base_TextAppearance_Widget_AppCompat_Toolbar_Title
+style Base_ThemeOverlay_AppCompat
+style Base_ThemeOverlay_AppCompat_ActionBar
+style Base_ThemeOverlay_AppCompat_Dark
+style Base_ThemeOverlay_AppCompat_Dark_ActionBar
+style Base_ThemeOverlay_AppCompat_Dialog
+style Base_ThemeOverlay_AppCompat_Dialog_Alert
+style Base_ThemeOverlay_AppCompat_Light
+style Base_ThemeOverlay_Material3_AutoCompleteTextView
+style Base_ThemeOverlay_Material3_BottomSheetDialog
+style Base_ThemeOverlay_Material3_Dialog
+style Base_ThemeOverlay_Material3_TextInputEditText
+style Base_ThemeOverlay_MaterialComponents_Dialog
+style Base_ThemeOverlay_MaterialComponents_Dialog_Alert
+style Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework
+style Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework
+style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog
+style Base_Theme_AppCompat
+style Base_Theme_AppCompat_CompactMenu
+style Base_Theme_AppCompat_Dialog
+style Base_Theme_AppCompat_DialogWhenLarge
+style Base_Theme_AppCompat_Dialog_Alert
+style Base_Theme_AppCompat_Dialog_FixedSize
+style Base_Theme_AppCompat_Dialog_MinWidth
+style Base_Theme_AppCompat_Light
+style Base_Theme_AppCompat_Light_DarkActionBar
+style Base_Theme_AppCompat_Light_Dialog
+style Base_Theme_AppCompat_Light_DialogWhenLarge
+style Base_Theme_AppCompat_Light_Dialog_Alert
+style Base_Theme_AppCompat_Light_Dialog_FixedSize
+style Base_Theme_AppCompat_Light_Dialog_MinWidth
+style Base_Theme_Material3_Dark
+style Base_Theme_Material3_Dark_BottomSheetDialog
+style Base_Theme_Material3_Dark_Dialog
+style Base_Theme_Material3_Light
+style Base_Theme_Material3_Light_BottomSheetDialog
+style Base_Theme_Material3_Light_Dialog
+style Base_Theme_MaterialComponents
+style Base_Theme_MaterialComponents_Bridge
+style Base_Theme_MaterialComponents_CompactMenu
+style Base_Theme_MaterialComponents_Dialog
+style Base_Theme_MaterialComponents_DialogWhenLarge
+style Base_Theme_MaterialComponents_Dialog_Alert
+style Base_Theme_MaterialComponents_Dialog_Bridge
+style Base_Theme_MaterialComponents_Dialog_FixedSize
+style Base_Theme_MaterialComponents_Dialog_MinWidth
+style Base_Theme_MaterialComponents_Light
+style Base_Theme_MaterialComponents_Light_Bridge
+style Base_Theme_MaterialComponents_Light_DarkActionBar
+style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge
+style Base_Theme_MaterialComponents_Light_Dialog
+style Base_Theme_MaterialComponents_Light_DialogWhenLarge
+style Base_Theme_MaterialComponents_Light_Dialog_Alert
+style Base_Theme_MaterialComponents_Light_Dialog_Bridge
+style Base_Theme_MaterialComponents_Light_Dialog_FixedSize
+style Base_Theme_MaterialComponents_Light_Dialog_MinWidth
+style Base_V14_ThemeOverlay_Material3_BottomSheetDialog
+style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog
+style Base_V14_ThemeOverlay_MaterialComponents_Dialog
+style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert
+style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog
+style Base_V14_Theme_Material3_Dark
+style Base_V14_Theme_Material3_Dark_BottomSheetDialog
+style Base_V14_Theme_Material3_Dark_Dialog
+style Base_V14_Theme_Material3_Light
+style Base_V14_Theme_Material3_Light_BottomSheetDialog
+style Base_V14_Theme_Material3_Light_Dialog
+style Base_V14_Theme_MaterialComponents
+style Base_V14_Theme_MaterialComponents_Bridge
+style Base_V14_Theme_MaterialComponents_Dialog
+style Base_V14_Theme_MaterialComponents_Dialog_Bridge
+style Base_V14_Theme_MaterialComponents_Light
+style Base_V14_Theme_MaterialComponents_Light_Bridge
+style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge
+style Base_V14_Theme_MaterialComponents_Light_Dialog
+style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge
+style Base_V14_Widget_MaterialComponents_AutoCompleteTextView
+style Base_V21_ThemeOverlay_AppCompat_Dialog
+style Base_V21_ThemeOverlay_Material3_BottomSheetDialog
+style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog
+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_V21_Theme_MaterialComponents
+style Base_V21_Theme_MaterialComponents_Dialog
+style Base_V21_Theme_MaterialComponents_Light
+style Base_V21_Theme_MaterialComponents_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_V24_Theme_Material3_Dark
+style Base_V24_Theme_Material3_Dark_Dialog
+style Base_V24_Theme_Material3_Light
+style Base_V24_Theme_Material3_Light_Dialog
+style Base_V26_Theme_AppCompat
+style Base_V26_Theme_AppCompat_Light
+style Base_V26_Widget_AppCompat_Toolbar
+style Base_V28_Theme_AppCompat
+style Base_V28_Theme_AppCompat_Light
+style Base_V7_ThemeOverlay_AppCompat_Dialog
+style Base_V7_Theme_AppCompat
+style Base_V7_Theme_AppCompat_Dialog
+style Base_V7_Theme_AppCompat_Light
+style Base_V7_Theme_AppCompat_Light_Dialog
+style Base_V7_Widget_AppCompat_AutoCompleteTextView
+style Base_V7_Widget_AppCompat_EditText
+style Base_V7_Widget_AppCompat_Toolbar
+style Base_Widget_AppCompat_ActionBar
+style Base_Widget_AppCompat_ActionBar_Solid
+style Base_Widget_AppCompat_ActionBar_TabBar
+style Base_Widget_AppCompat_ActionBar_TabText
+style Base_Widget_AppCompat_ActionBar_TabView
+style Base_Widget_AppCompat_ActionButton
+style Base_Widget_AppCompat_ActionButton_CloseMode
+style Base_Widget_AppCompat_ActionButton_Overflow
+style Base_Widget_AppCompat_ActionMode
+style Base_Widget_AppCompat_ActivityChooserView
+style Base_Widget_AppCompat_AutoCompleteTextView
+style Base_Widget_AppCompat_Button
+style Base_Widget_AppCompat_ButtonBar
+style Base_Widget_AppCompat_ButtonBar_AlertDialog
+style Base_Widget_AppCompat_Button_Borderless
+style Base_Widget_AppCompat_Button_Borderless_Colored
+style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog
+style Base_Widget_AppCompat_Button_Colored
+style Base_Widget_AppCompat_Button_Small
+style Base_Widget_AppCompat_CompoundButton_CheckBox
+style Base_Widget_AppCompat_CompoundButton_RadioButton
+style Base_Widget_AppCompat_CompoundButton_Switch
+style Base_Widget_AppCompat_DrawerArrowToggle
+style Base_Widget_AppCompat_DrawerArrowToggle_Common
+style Base_Widget_AppCompat_DropDownItem_Spinner
+style Base_Widget_AppCompat_EditText
+style Base_Widget_AppCompat_ImageButton
+style Base_Widget_AppCompat_Light_ActionBar
+style Base_Widget_AppCompat_Light_ActionBar_Solid
+style Base_Widget_AppCompat_Light_ActionBar_TabBar
+style Base_Widget_AppCompat_Light_ActionBar_TabText
+style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse
+style Base_Widget_AppCompat_Light_ActionBar_TabView
+style Base_Widget_AppCompat_Light_PopupMenu
+style Base_Widget_AppCompat_Light_PopupMenu_Overflow
+style Base_Widget_AppCompat_ListMenuView
+style Base_Widget_AppCompat_ListPopupWindow
+style Base_Widget_AppCompat_ListView
+style Base_Widget_AppCompat_ListView_DropDown
+style Base_Widget_AppCompat_ListView_Menu
+style Base_Widget_AppCompat_PopupMenu
+style Base_Widget_AppCompat_PopupMenu_Overflow
+style Base_Widget_AppCompat_PopupWindow
+style Base_Widget_AppCompat_ProgressBar
+style Base_Widget_AppCompat_ProgressBar_Horizontal
+style Base_Widget_AppCompat_RatingBar
+style Base_Widget_AppCompat_RatingBar_Indicator
+style Base_Widget_AppCompat_RatingBar_Small
+style Base_Widget_AppCompat_SearchView
+style Base_Widget_AppCompat_SearchView_ActionBar
+style Base_Widget_AppCompat_SeekBar
+style Base_Widget_AppCompat_SeekBar_Discrete
+style Base_Widget_AppCompat_Spinner
+style Base_Widget_AppCompat_Spinner_Underlined
+style Base_Widget_AppCompat_TextView
+style Base_Widget_AppCompat_TextView_SpinnerItem
+style Base_Widget_AppCompat_Toolbar
+style Base_Widget_AppCompat_Toolbar_Button_Navigation
+style Base_Widget_Design_TabLayout
+style Base_Widget_Material3_ActionBar_Solid
+style Base_Widget_Material3_ActionMode
+style Base_Widget_Material3_CardView
+style Base_Widget_Material3_Chip
+style Base_Widget_Material3_CollapsingToolbar
+style Base_Widget_Material3_CompoundButton_CheckBox
+style Base_Widget_Material3_CompoundButton_RadioButton
+style Base_Widget_Material3_CompoundButton_Switch
+style Base_Widget_Material3_ExtendedFloatingActionButton
+style Base_Widget_Material3_ExtendedFloatingActionButton_Icon
+style Base_Widget_Material3_FloatingActionButton
+style Base_Widget_Material3_FloatingActionButton_Large
+style Base_Widget_Material3_FloatingActionButton_Small
+style Base_Widget_Material3_Light_ActionBar_Solid
+style Base_Widget_Material3_MaterialCalendar_NavigationButton
+style Base_Widget_Material3_Snackbar
+style Base_Widget_Material3_TabLayout
+style Base_Widget_Material3_TabLayout_OnSurface
+style Base_Widget_Material3_TabLayout_Secondary
+style Base_Widget_MaterialComponents_AutoCompleteTextView
+style Base_Widget_MaterialComponents_CheckedTextView
+style Base_Widget_MaterialComponents_Chip
+style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton
+style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton
+style Base_Widget_MaterialComponents_PopupMenu
+style Base_Widget_MaterialComponents_PopupMenu_ContextMenu
+style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow
+style Base_Widget_MaterialComponents_PopupMenu_Overflow
+style Base_Widget_MaterialComponents_Slider
+style Base_Widget_MaterialComponents_Snackbar
+style Base_Widget_MaterialComponents_TextInputEditText
+style Base_Widget_MaterialComponents_TextInputLayout
+style Base_Widget_MaterialComponents_TextView
+style CardView
+style CardView_Dark
+style CardView_Light
+style MaterialAlertDialog_Material3
+style MaterialAlertDialog_Material3_Body_Text
+style MaterialAlertDialog_Material3_Body_Text_CenterStacked
+style MaterialAlertDialog_Material3_Title_Icon
+style MaterialAlertDialog_Material3_Title_Icon_CenterStacked
+style MaterialAlertDialog_Material3_Title_Panel
+style MaterialAlertDialog_Material3_Title_Panel_CenterStacked
+style MaterialAlertDialog_Material3_Title_Text
+style MaterialAlertDialog_Material3_Title_Text_CenterStacked
+style MaterialAlertDialog_MaterialComponents
+style MaterialAlertDialog_MaterialComponents_Body_Text
+style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar
+style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner
+style MaterialAlertDialog_MaterialComponents_Title_Icon
+style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked
+style MaterialAlertDialog_MaterialComponents_Title_Panel
+style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked
+style MaterialAlertDialog_MaterialComponents_Title_Text
+style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked
+style Platform_AppCompat
+style Platform_AppCompat_Light
+style Platform_MaterialComponents
+style Platform_MaterialComponents_Dialog
+style Platform_MaterialComponents_Light
+style Platform_MaterialComponents_Light_Dialog
+style Platform_ThemeOverlay_AppCompat
+style Platform_ThemeOverlay_AppCompat_Dark
+style Platform_ThemeOverlay_AppCompat_Light
+style Platform_V21_AppCompat
+style Platform_V21_AppCompat_Light
+style Platform_V25_AppCompat
+style Platform_V25_AppCompat_Light
+style Platform_Widget_AppCompat_Spinner
+style RtlOverlay_DialogWindowTitle_AppCompat
+style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
+style RtlOverlay_Widget_AppCompat_DialogTitle_Icon
+style RtlOverlay_Widget_AppCompat_PopupMenuItem
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title
+style RtlOverlay_Widget_AppCompat_SearchView_MagIcon
+style RtlOverlay_Widget_AppCompat_Search_DropDown
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Query
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Text
+style RtlUnderlay_Widget_AppCompat_ActionButton
+style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
+style ShapeAppearanceOverlay_Material3_Button
+style ShapeAppearanceOverlay_Material3_Chip
+style ShapeAppearanceOverlay_Material3_Corner_Bottom
+style ShapeAppearanceOverlay_Material3_Corner_Left
+style ShapeAppearanceOverlay_Material3_Corner_Right
+style ShapeAppearanceOverlay_Material3_Corner_Top
+style ShapeAppearanceOverlay_Material3_FloatingActionButton
+style ShapeAppearanceOverlay_Material3_NavigationView_Item
+style ShapeAppearanceOverlay_MaterialAlertDialog_Material3
+style ShapeAppearanceOverlay_MaterialComponents_BottomSheet
+style ShapeAppearanceOverlay_MaterialComponents_Chip
+style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton
+style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year
+style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox
+style ShapeAppearance_M3_Comp_BottomAppBar_Container_Shape
+style ShapeAppearance_M3_Comp_Switch_Handle_Shape
+style ShapeAppearance_M3_Comp_Switch_StateLayer_Shape
+style ShapeAppearance_M3_Comp_Switch_Track_Shape
+style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge
+style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall
+style ShapeAppearance_M3_Sys_Shape_Corner_Full
+style ShapeAppearance_M3_Sys_Shape_Corner_Large
+style ShapeAppearance_M3_Sys_Shape_Corner_Medium
+style ShapeAppearance_M3_Sys_Shape_Corner_None
+style ShapeAppearance_M3_Sys_Shape_Corner_Small
+style ShapeAppearance_Material3_Corner_ExtraLarge
+style ShapeAppearance_Material3_Corner_ExtraSmall
+style ShapeAppearance_Material3_Corner_Full
+style ShapeAppearance_Material3_Corner_Large
+style ShapeAppearance_Material3_Corner_Medium
+style ShapeAppearance_Material3_Corner_None
+style ShapeAppearance_Material3_Corner_Small
+style ShapeAppearance_Material3_LargeComponent
+style ShapeAppearance_Material3_MediumComponent
+style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator
+style ShapeAppearance_Material3_SmallComponent
+style ShapeAppearance_Material3_Tooltip
+style ShapeAppearance_MaterialComponents
+style ShapeAppearance_MaterialComponents_LargeComponent
+style ShapeAppearance_MaterialComponents_MediumComponent
+style ShapeAppearance_MaterialComponents_SmallComponent
+style ShapeAppearance_MaterialComponents_Tooltip
+style TextAppearance_AppCompat
+style TextAppearance_AppCompat_Body1
+style TextAppearance_AppCompat_Body2
+style TextAppearance_AppCompat_Button
+style TextAppearance_AppCompat_Caption
+style TextAppearance_AppCompat_Display1
+style TextAppearance_AppCompat_Display2
+style TextAppearance_AppCompat_Display3
+style TextAppearance_AppCompat_Display4
+style TextAppearance_AppCompat_Headline
+style TextAppearance_AppCompat_Inverse
+style TextAppearance_AppCompat_Large
+style TextAppearance_AppCompat_Large_Inverse
+style TextAppearance_AppCompat_Light_SearchResult_Subtitle
+style TextAppearance_AppCompat_Light_SearchResult_Title
+style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
+style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
+style TextAppearance_AppCompat_Medium
+style TextAppearance_AppCompat_Medium_Inverse
+style TextAppearance_AppCompat_Menu
+style TextAppearance_AppCompat_SearchResult_Subtitle
+style TextAppearance_AppCompat_SearchResult_Title
+style TextAppearance_AppCompat_Small
+style TextAppearance_AppCompat_Small_Inverse
+style TextAppearance_AppCompat_Subhead
+style TextAppearance_AppCompat_Subhead_Inverse
+style TextAppearance_AppCompat_Title
+style TextAppearance_AppCompat_Title_Inverse
+style TextAppearance_AppCompat_Tooltip
+style TextAppearance_AppCompat_Widget_ActionBar_Menu
+style TextAppearance_AppCompat_Widget_ActionBar_Subtitle
+style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
+style TextAppearance_AppCompat_Widget_ActionBar_Title
+style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
+style TextAppearance_AppCompat_Widget_ActionMode_Subtitle
+style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
+style TextAppearance_AppCompat_Widget_ActionMode_Title
+style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
+style TextAppearance_AppCompat_Widget_Button
+style TextAppearance_AppCompat_Widget_Button_Borderless_Colored
+style TextAppearance_AppCompat_Widget_Button_Colored
+style TextAppearance_AppCompat_Widget_Button_Inverse
+style TextAppearance_AppCompat_Widget_DropDownItem
+style TextAppearance_AppCompat_Widget_PopupMenu_Header
+style TextAppearance_AppCompat_Widget_PopupMenu_Large
+style TextAppearance_AppCompat_Widget_PopupMenu_Small
+style TextAppearance_AppCompat_Widget_Switch
+style TextAppearance_AppCompat_Widget_TextView_SpinnerItem
+style TextAppearance_Compat_Notification
+style TextAppearance_Compat_Notification_Info
+style TextAppearance_Compat_Notification_Line2
+style TextAppearance_Compat_Notification_Time
+style TextAppearance_Compat_Notification_Title
+style TextAppearance_Design_CollapsingToolbar_Expanded
+style TextAppearance_Design_Counter
+style TextAppearance_Design_Counter_Overflow
+style TextAppearance_Design_Error
+style TextAppearance_Design_HelperText
+style TextAppearance_Design_Hint
+style TextAppearance_Design_Placeholder
+style TextAppearance_Design_Prefix
+style TextAppearance_Design_Snackbar_Message
+style TextAppearance_Design_Suffix
+style TextAppearance_Design_Tab
+style TextAppearance_M3_Sys_Typescale_BodyLarge
+style TextAppearance_M3_Sys_Typescale_BodyMedium
+style TextAppearance_M3_Sys_Typescale_BodySmall
+style TextAppearance_M3_Sys_Typescale_DisplayLarge
+style TextAppearance_M3_Sys_Typescale_DisplayMedium
+style TextAppearance_M3_Sys_Typescale_DisplaySmall
+style TextAppearance_M3_Sys_Typescale_HeadlineLarge
+style TextAppearance_M3_Sys_Typescale_HeadlineMedium
+style TextAppearance_M3_Sys_Typescale_HeadlineSmall
+style TextAppearance_M3_Sys_Typescale_LabelLarge
+style TextAppearance_M3_Sys_Typescale_LabelMedium
+style TextAppearance_M3_Sys_Typescale_LabelSmall
+style TextAppearance_M3_Sys_Typescale_TitleLarge
+style TextAppearance_M3_Sys_Typescale_TitleMedium
+style TextAppearance_M3_Sys_Typescale_TitleSmall
+style TextAppearance_Material3_ActionBar_Subtitle
+style TextAppearance_Material3_ActionBar_Title
+style TextAppearance_Material3_BodyLarge
+style TextAppearance_Material3_BodyMedium
+style TextAppearance_Material3_BodySmall
+style TextAppearance_Material3_DisplayLarge
+style TextAppearance_Material3_DisplayMedium
+style TextAppearance_Material3_DisplaySmall
+style TextAppearance_Material3_HeadlineLarge
+style TextAppearance_Material3_HeadlineMedium
+style TextAppearance_Material3_HeadlineSmall
+style TextAppearance_Material3_LabelLarge
+style TextAppearance_Material3_LabelMedium
+style TextAppearance_Material3_LabelSmall
+style TextAppearance_Material3_MaterialTimePicker_Title
+style TextAppearance_Material3_TitleLarge
+style TextAppearance_Material3_TitleMedium
+style TextAppearance_Material3_TitleSmall
+style TextAppearance_MaterialComponents_Badge
+style TextAppearance_MaterialComponents_Body1
+style TextAppearance_MaterialComponents_Body2
+style TextAppearance_MaterialComponents_Button
+style TextAppearance_MaterialComponents_Caption
+style TextAppearance_MaterialComponents_Chip
+style TextAppearance_MaterialComponents_Headline1
+style TextAppearance_MaterialComponents_Headline2
+style TextAppearance_MaterialComponents_Headline3
+style TextAppearance_MaterialComponents_Headline4
+style TextAppearance_MaterialComponents_Headline5
+style TextAppearance_MaterialComponents_Headline6
+style TextAppearance_MaterialComponents_Overline
+style TextAppearance_MaterialComponents_Subtitle1
+style TextAppearance_MaterialComponents_Subtitle2
+style TextAppearance_MaterialComponents_TimePicker_Title
+style TextAppearance_MaterialComponents_Tooltip
+style TextAppearance_Widget_AppCompat_ExpandedMenu_Item
+style TextAppearance_Widget_AppCompat_Toolbar_Subtitle
+style TextAppearance_Widget_AppCompat_Toolbar_Title
+style ThemeOverlay_AppCompat
+style ThemeOverlay_AppCompat_ActionBar
+style ThemeOverlay_AppCompat_Dark
+style ThemeOverlay_AppCompat_Dark_ActionBar
+style ThemeOverlay_AppCompat_DayNight
+style ThemeOverlay_AppCompat_DayNight_ActionBar
+style ThemeOverlay_AppCompat_Dialog
+style ThemeOverlay_AppCompat_Dialog_Alert
+style ThemeOverlay_AppCompat_Light
+style ThemeOverlay_Design_TextInputEditText
+style ThemeOverlay_Material3
+style ThemeOverlay_Material3_ActionBar
+style ThemeOverlay_Material3_AutoCompleteTextView
+style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox
+style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense
+style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox
+style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense
+style ThemeOverlay_Material3_BottomAppBar
+style ThemeOverlay_Material3_BottomAppBar_Legacy
+style ThemeOverlay_Material3_BottomSheetDialog
+style ThemeOverlay_Material3_Button
+style ThemeOverlay_Material3_Button_ElevatedButton
+style ThemeOverlay_Material3_Button_IconButton
+style ThemeOverlay_Material3_Button_IconButton_Filled
+style ThemeOverlay_Material3_Button_IconButton_Filled_Tonal
+style ThemeOverlay_Material3_Button_TextButton
+style ThemeOverlay_Material3_Button_TextButton_Snackbar
+style ThemeOverlay_Material3_Button_TonalButton
+style ThemeOverlay_Material3_Chip
+style ThemeOverlay_Material3_Chip_Assist
+style ThemeOverlay_Material3_Dark
+style ThemeOverlay_Material3_Dark_ActionBar
+style ThemeOverlay_Material3_DayNight_BottomSheetDialog
+style ThemeOverlay_Material3_Dialog
+style ThemeOverlay_Material3_Dialog_Alert
+style ThemeOverlay_Material3_Dialog_Alert_Framework
+style ThemeOverlay_Material3_DynamicColors_Dark
+style ThemeOverlay_Material3_DynamicColors_DayNight
+style ThemeOverlay_Material3_DynamicColors_Light
+style ThemeOverlay_Material3_ExtendedFloatingActionButton_Primary
+style ThemeOverlay_Material3_ExtendedFloatingActionButton_Secondary
+style ThemeOverlay_Material3_ExtendedFloatingActionButton_Surface
+style ThemeOverlay_Material3_ExtendedFloatingActionButton_Tertiary
+style ThemeOverlay_Material3_FloatingActionButton_Primary
+style ThemeOverlay_Material3_FloatingActionButton_Secondary
+style ThemeOverlay_Material3_FloatingActionButton_Surface
+style ThemeOverlay_Material3_FloatingActionButton_Tertiary
+style ThemeOverlay_Material3_HarmonizedColors
+style ThemeOverlay_Material3_HarmonizedColors_Empty
+style ThemeOverlay_Material3_Light
+style ThemeOverlay_Material3_Light_Dialog_Alert_Framework
+style ThemeOverlay_Material3_MaterialAlertDialog
+style ThemeOverlay_Material3_MaterialAlertDialog_Centered
+style ThemeOverlay_Material3_MaterialCalendar
+style ThemeOverlay_Material3_MaterialCalendar_Fullscreen
+style ThemeOverlay_Material3_MaterialCalendar_HeaderCancelButton
+style ThemeOverlay_Material3_MaterialTimePicker
+style ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText
+style ThemeOverlay_Material3_NavigationView
+style ThemeOverlay_Material3_Snackbar
+style ThemeOverlay_Material3_TextInputEditText
+style ThemeOverlay_Material3_TextInputEditText_FilledBox
+style ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense
+style ThemeOverlay_Material3_TextInputEditText_OutlinedBox
+style ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense
+style ThemeOverlay_Material3_Toolbar_Surface
+style ThemeOverlay_MaterialAlertDialog_Material3_Title_Icon
+style ThemeOverlay_MaterialComponents
+style ThemeOverlay_MaterialComponents_ActionBar
+style ThemeOverlay_MaterialComponents_ActionBar_Primary
+style ThemeOverlay_MaterialComponents_ActionBar_Surface
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense
+style ThemeOverlay_MaterialComponents_BottomAppBar_Primary
+style ThemeOverlay_MaterialComponents_BottomAppBar_Surface
+style ThemeOverlay_MaterialComponents_BottomSheetDialog
+style ThemeOverlay_MaterialComponents_Dark
+style ThemeOverlay_MaterialComponents_Dark_ActionBar
+style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog
+style ThemeOverlay_MaterialComponents_Dialog
+style ThemeOverlay_MaterialComponents_Dialog_Alert
+style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework
+style ThemeOverlay_MaterialComponents_Light
+style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner
+style ThemeOverlay_MaterialComponents_MaterialCalendar
+style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen
+style ThemeOverlay_MaterialComponents_TextInputEditText
+style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox
+style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense
+style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox
+style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense
+style ThemeOverlay_MaterialComponents_TimePicker
+style ThemeOverlay_MaterialComponents_TimePicker_Display
+style ThemeOverlay_MaterialComponents_TimePicker_Display_TextInputEditText
+style ThemeOverlay_MaterialComponents_Toolbar_Popup_Primary
+style ThemeOverlay_MaterialComponents_Toolbar_Primary
+style ThemeOverlay_MaterialComponents_Toolbar_Surface
+style Theme_AppCompat
+style Theme_AppCompat_CompactMenu
+style Theme_AppCompat_DayNight
+style Theme_AppCompat_DayNight_DarkActionBar
+style Theme_AppCompat_DayNight_Dialog
+style Theme_AppCompat_DayNight_DialogWhenLarge
+style Theme_AppCompat_DayNight_Dialog_Alert
+style Theme_AppCompat_DayNight_Dialog_MinWidth
+style Theme_AppCompat_DayNight_NoActionBar
+style Theme_AppCompat_Dialog
+style Theme_AppCompat_DialogWhenLarge
+style Theme_AppCompat_Dialog_Alert
+style Theme_AppCompat_Dialog_MinWidth
+style Theme_AppCompat_Empty
+style Theme_AppCompat_Light
+style Theme_AppCompat_Light_DarkActionBar
+style Theme_AppCompat_Light_Dialog
+style Theme_AppCompat_Light_DialogWhenLarge
+style Theme_AppCompat_Light_Dialog_Alert
+style Theme_AppCompat_Light_Dialog_MinWidth
+style Theme_AppCompat_Light_NoActionBar
+style Theme_AppCompat_NoActionBar
+style Theme_Design
+style Theme_Design_BottomSheetDialog
+style Theme_Design_Light
+style Theme_Design_Light_BottomSheetDialog
+style Theme_Design_Light_NoActionBar
+style Theme_Design_NoActionBar
+style Theme_Material3_Dark
+style Theme_Material3_Dark_BottomSheetDialog
+style Theme_Material3_Dark_Dialog
+style Theme_Material3_Dark_DialogWhenLarge
+style Theme_Material3_Dark_Dialog_Alert
+style Theme_Material3_Dark_Dialog_MinWidth
+style Theme_Material3_Dark_NoActionBar
+style Theme_Material3_DayNight
+style Theme_Material3_DayNight_BottomSheetDialog
+style Theme_Material3_DayNight_Dialog
+style Theme_Material3_DayNight_DialogWhenLarge
+style Theme_Material3_DayNight_Dialog_Alert
+style Theme_Material3_DayNight_Dialog_MinWidth
+style Theme_Material3_DayNight_NoActionBar
+style Theme_Material3_DynamicColors_Dark
+style Theme_Material3_DynamicColors_DayNight
+style Theme_Material3_DynamicColors_Light
+style Theme_Material3_Light
+style Theme_Material3_Light_BottomSheetDialog
+style Theme_Material3_Light_Dialog
+style Theme_Material3_Light_DialogWhenLarge
+style Theme_Material3_Light_Dialog_Alert
+style Theme_Material3_Light_Dialog_MinWidth
+style Theme_Material3_Light_NoActionBar
+style Theme_MaterialComponents
+style Theme_MaterialComponents_BottomSheetDialog
+style Theme_MaterialComponents_Bridge
+style Theme_MaterialComponents_CompactMenu
+style Theme_MaterialComponents_DayNight
+style Theme_MaterialComponents_DayNight_BottomSheetDialog
+style Theme_MaterialComponents_DayNight_Bridge
+style Theme_MaterialComponents_DayNight_DarkActionBar
+style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge
+style Theme_MaterialComponents_DayNight_Dialog
+style Theme_MaterialComponents_DayNight_DialogWhenLarge
+style Theme_MaterialComponents_DayNight_Dialog_Alert
+style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_FixedSize
+style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_MinWidth
+style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_DayNight_NoActionBar
+style Theme_MaterialComponents_DayNight_NoActionBar_Bridge
+style Theme_MaterialComponents_Dialog
+style Theme_MaterialComponents_DialogWhenLarge
+style Theme_MaterialComponents_Dialog_Alert
+style Theme_MaterialComponents_Dialog_Alert_Bridge
+style Theme_MaterialComponents_Dialog_Bridge
+style Theme_MaterialComponents_Dialog_FixedSize
+style Theme_MaterialComponents_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_Dialog_MinWidth
+style Theme_MaterialComponents_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_Light
+style Theme_MaterialComponents_Light_BottomSheetDialog
+style Theme_MaterialComponents_Light_Bridge
+style Theme_MaterialComponents_Light_DarkActionBar
+style Theme_MaterialComponents_Light_DarkActionBar_Bridge
+style Theme_MaterialComponents_Light_Dialog
+style Theme_MaterialComponents_Light_DialogWhenLarge
+style Theme_MaterialComponents_Light_Dialog_Alert
+style Theme_MaterialComponents_Light_Dialog_Alert_Bridge
+style Theme_MaterialComponents_Light_Dialog_Bridge
+style Theme_MaterialComponents_Light_Dialog_FixedSize
+style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_Light_Dialog_MinWidth
+style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_Light_NoActionBar
+style Theme_MaterialComponents_Light_NoActionBar_Bridge
+style Theme_MaterialComponents_NoActionBar
+style Theme_MaterialComponents_NoActionBar_Bridge
+style Widget_AppCompat_ActionBar
+style Widget_AppCompat_ActionBar_Solid
+style Widget_AppCompat_ActionBar_TabBar
+style Widget_AppCompat_ActionBar_TabText
+style Widget_AppCompat_ActionBar_TabView
+style Widget_AppCompat_ActionButton
+style Widget_AppCompat_ActionButton_CloseMode
+style Widget_AppCompat_ActionButton_Overflow
+style Widget_AppCompat_ActionMode
+style Widget_AppCompat_ActivityChooserView
+style Widget_AppCompat_AutoCompleteTextView
+style Widget_AppCompat_Button
+style Widget_AppCompat_ButtonBar
+style Widget_AppCompat_ButtonBar_AlertDialog
+style Widget_AppCompat_Button_Borderless
+style Widget_AppCompat_Button_Borderless_Colored
+style Widget_AppCompat_Button_ButtonBar_AlertDialog
+style Widget_AppCompat_Button_Colored
+style Widget_AppCompat_Button_Small
+style Widget_AppCompat_CompoundButton_CheckBox
+style Widget_AppCompat_CompoundButton_RadioButton
+style Widget_AppCompat_CompoundButton_Switch
+style Widget_AppCompat_DrawerArrowToggle
+style Widget_AppCompat_DropDownItem_Spinner
+style Widget_AppCompat_EditText
+style Widget_AppCompat_ImageButton
+style Widget_AppCompat_Light_ActionBar
+style Widget_AppCompat_Light_ActionBar_Solid
+style Widget_AppCompat_Light_ActionBar_Solid_Inverse
+style Widget_AppCompat_Light_ActionBar_TabBar
+style Widget_AppCompat_Light_ActionBar_TabBar_Inverse
+style Widget_AppCompat_Light_ActionBar_TabText
+style Widget_AppCompat_Light_ActionBar_TabText_Inverse
+style Widget_AppCompat_Light_ActionBar_TabView
+style Widget_AppCompat_Light_ActionBar_TabView_Inverse
+style Widget_AppCompat_Light_ActionButton
+style Widget_AppCompat_Light_ActionButton_CloseMode
+style Widget_AppCompat_Light_ActionButton_Overflow
+style Widget_AppCompat_Light_ActionMode_Inverse
+style Widget_AppCompat_Light_ActivityChooserView
+style Widget_AppCompat_Light_AutoCompleteTextView
+style Widget_AppCompat_Light_DropDownItem_Spinner
+style Widget_AppCompat_Light_ListPopupWindow
+style Widget_AppCompat_Light_ListView_DropDown
+style Widget_AppCompat_Light_PopupMenu
+style Widget_AppCompat_Light_PopupMenu_Overflow
+style Widget_AppCompat_Light_SearchView
+style Widget_AppCompat_Light_Spinner_DropDown_ActionBar
+style Widget_AppCompat_ListMenuView
+style Widget_AppCompat_ListPopupWindow
+style Widget_AppCompat_ListView
+style Widget_AppCompat_ListView_DropDown
+style Widget_AppCompat_ListView_Menu
+style Widget_AppCompat_PopupMenu
+style Widget_AppCompat_PopupMenu_Overflow
+style Widget_AppCompat_PopupWindow
+style Widget_AppCompat_ProgressBar
+style Widget_AppCompat_ProgressBar_Horizontal
+style Widget_AppCompat_RatingBar
+style Widget_AppCompat_RatingBar_Indicator
+style Widget_AppCompat_RatingBar_Small
+style Widget_AppCompat_SearchView
+style Widget_AppCompat_SearchView_ActionBar
+style Widget_AppCompat_SeekBar
+style Widget_AppCompat_SeekBar_Discrete
+style Widget_AppCompat_Spinner
+style Widget_AppCompat_Spinner_DropDown
+style Widget_AppCompat_Spinner_DropDown_ActionBar
+style Widget_AppCompat_Spinner_Underlined
+style Widget_AppCompat_TextView
+style Widget_AppCompat_TextView_SpinnerItem
+style Widget_AppCompat_Toolbar
+style Widget_AppCompat_Toolbar_Button_Navigation
+style Widget_Compat_NotificationActionContainer
+style Widget_Compat_NotificationActionText
+style Widget_Design_AppBarLayout
+style Widget_Design_BottomNavigationView
+style Widget_Design_BottomSheet_Modal
+style Widget_Design_CollapsingToolbar
+style Widget_Design_FloatingActionButton
+style Widget_Design_NavigationView
+style Widget_Design_ScrimInsetsFrameLayout
+style Widget_Design_Snackbar
+style Widget_Design_TabLayout
+style Widget_Design_TextInputEditText
+style Widget_Design_TextInputLayout
+style Widget_Material3_ActionBar_Solid
+style Widget_Material3_ActionMode
+style Widget_Material3_AppBarLayout
+style Widget_Material3_AutoCompleteTextView_FilledBox
+style Widget_Material3_AutoCompleteTextView_FilledBox_Dense
+style Widget_Material3_AutoCompleteTextView_OutlinedBox
+style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense
+style Widget_Material3_Badge
+style Widget_Material3_BottomAppBar
+style Widget_Material3_BottomAppBar_Button_Navigation
+style Widget_Material3_BottomAppBar_Legacy
+style Widget_Material3_BottomNavigationView
+style Widget_Material3_BottomNavigationView_ActiveIndicator
+style Widget_Material3_BottomSheet
+style Widget_Material3_BottomSheet_DragHandle
+style Widget_Material3_BottomSheet_Modal
+style Widget_Material3_Button
+style Widget_Material3_Button_ElevatedButton
+style Widget_Material3_Button_ElevatedButton_Icon
+style Widget_Material3_Button_Icon
+style Widget_Material3_Button_IconButton
+style Widget_Material3_Button_IconButton_Filled
+style Widget_Material3_Button_IconButton_Filled_Tonal
+style Widget_Material3_Button_IconButton_Outlined
+style Widget_Material3_Button_OutlinedButton
+style Widget_Material3_Button_OutlinedButton_Icon
+style Widget_Material3_Button_TextButton
+style Widget_Material3_Button_TextButton_Dialog
+style Widget_Material3_Button_TextButton_Dialog_Flush
+style Widget_Material3_Button_TextButton_Dialog_Icon
+style Widget_Material3_Button_TextButton_Icon
+style Widget_Material3_Button_TextButton_Snackbar
+style Widget_Material3_Button_TonalButton
+style Widget_Material3_Button_TonalButton_Icon
+style Widget_Material3_Button_UnelevatedButton
+style Widget_Material3_CardView_Elevated
+style Widget_Material3_CardView_Filled
+style Widget_Material3_CardView_Outlined
+style Widget_Material3_CheckedTextView
+style Widget_Material3_ChipGroup
+style Widget_Material3_Chip_Assist
+style Widget_Material3_Chip_Assist_Elevated
+style Widget_Material3_Chip_Filter
+style Widget_Material3_Chip_Filter_Elevated
+style Widget_Material3_Chip_Input
+style Widget_Material3_Chip_Input_Elevated
+style Widget_Material3_Chip_Input_Icon
+style Widget_Material3_Chip_Input_Icon_Elevated
+style Widget_Material3_Chip_Suggestion
+style Widget_Material3_Chip_Suggestion_Elevated
+style Widget_Material3_CircularProgressIndicator
+style Widget_Material3_CircularProgressIndicator_ExtraSmall
+style Widget_Material3_CircularProgressIndicator_Medium
+style Widget_Material3_CircularProgressIndicator_Small
+style Widget_Material3_CollapsingToolbar
+style Widget_Material3_CollapsingToolbar_Large
+style Widget_Material3_CollapsingToolbar_Medium
+style Widget_Material3_CompoundButton_CheckBox
+style Widget_Material3_CompoundButton_MaterialSwitch
+style Widget_Material3_CompoundButton_RadioButton
+style Widget_Material3_CompoundButton_Switch
+style Widget_Material3_DrawerLayout
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Primary
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Surface
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary
+style Widget_Material3_ExtendedFloatingActionButton_Primary
+style Widget_Material3_ExtendedFloatingActionButton_Secondary
+style Widget_Material3_ExtendedFloatingActionButton_Surface
+style Widget_Material3_ExtendedFloatingActionButton_Tertiary
+style Widget_Material3_FloatingActionButton_Large_Primary
+style Widget_Material3_FloatingActionButton_Large_Secondary
+style Widget_Material3_FloatingActionButton_Large_Surface
+style Widget_Material3_FloatingActionButton_Large_Tertiary
+style Widget_Material3_FloatingActionButton_Primary
+style Widget_Material3_FloatingActionButton_Secondary
+style Widget_Material3_FloatingActionButton_Small_Primary
+style Widget_Material3_FloatingActionButton_Small_Secondary
+style Widget_Material3_FloatingActionButton_Small_Surface
+style Widget_Material3_FloatingActionButton_Small_Tertiary
+style Widget_Material3_FloatingActionButton_Surface
+style Widget_Material3_FloatingActionButton_Tertiary
+style Widget_Material3_Light_ActionBar_Solid
+style Widget_Material3_LinearProgressIndicator
+style Widget_Material3_MaterialCalendar
+style Widget_Material3_MaterialCalendar_Day
+style Widget_Material3_MaterialCalendar_DayOfWeekLabel
+style Widget_Material3_MaterialCalendar_DayTextView
+style Widget_Material3_MaterialCalendar_Day_Invalid
+style Widget_Material3_MaterialCalendar_Day_Selected
+style Widget_Material3_MaterialCalendar_Day_Today
+style Widget_Material3_MaterialCalendar_Fullscreen
+style Widget_Material3_MaterialCalendar_HeaderCancelButton
+style Widget_Material3_MaterialCalendar_HeaderDivider
+style Widget_Material3_MaterialCalendar_HeaderLayout
+style Widget_Material3_MaterialCalendar_HeaderSelection
+style Widget_Material3_MaterialCalendar_HeaderSelection_Fullscreen
+style Widget_Material3_MaterialCalendar_HeaderTitle
+style Widget_Material3_MaterialCalendar_HeaderToggleButton
+style Widget_Material3_MaterialCalendar_Item
+style Widget_Material3_MaterialCalendar_MonthNavigationButton
+style Widget_Material3_MaterialCalendar_MonthTextView
+style Widget_Material3_MaterialCalendar_Year
+style Widget_Material3_MaterialCalendar_YearNavigationButton
+style Widget_Material3_MaterialCalendar_Year_Selected
+style Widget_Material3_MaterialCalendar_Year_Today
+style Widget_Material3_MaterialDivider
+style Widget_Material3_MaterialDivider_Heavy
+style Widget_Material3_MaterialTimePicker
+style Widget_Material3_MaterialTimePicker_Button
+style Widget_Material3_MaterialTimePicker_Clock
+style Widget_Material3_MaterialTimePicker_Display
+style Widget_Material3_MaterialTimePicker_Display_Divider
+style Widget_Material3_MaterialTimePicker_Display_HelperText
+style Widget_Material3_MaterialTimePicker_Display_TextInputEditText
+style Widget_Material3_MaterialTimePicker_Display_TextInputLayout
+style Widget_Material3_MaterialTimePicker_ImageButton
+style Widget_Material3_NavigationRailView
+style Widget_Material3_NavigationRailView_ActiveIndicator
+style Widget_Material3_NavigationView
+style Widget_Material3_PopupMenu
+style Widget_Material3_PopupMenu_ContextMenu
+style Widget_Material3_PopupMenu_ListPopupWindow
+style Widget_Material3_PopupMenu_Overflow
+style Widget_Material3_Slider
+style Widget_Material3_Snackbar
+style Widget_Material3_Snackbar_FullWidth
+style Widget_Material3_Snackbar_TextView
+style Widget_Material3_TabLayout
+style Widget_Material3_TabLayout_OnSurface
+style Widget_Material3_TabLayout_Secondary
+style Widget_Material3_TextInputEditText_FilledBox
+style Widget_Material3_TextInputEditText_FilledBox_Dense
+style Widget_Material3_TextInputEditText_OutlinedBox
+style Widget_Material3_TextInputEditText_OutlinedBox_Dense
+style Widget_Material3_TextInputLayout_FilledBox
+style Widget_Material3_TextInputLayout_FilledBox_Dense
+style Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu
+style Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu
+style Widget_Material3_TextInputLayout_OutlinedBox
+style Widget_Material3_TextInputLayout_OutlinedBox_Dense
+style Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu
+style Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu
+style Widget_Material3_Toolbar
+style Widget_Material3_Toolbar_OnSurface
+style Widget_Material3_Toolbar_Surface
+style Widget_Material3_Tooltip
+style Widget_MaterialComponents_ActionBar_Primary
+style Widget_MaterialComponents_ActionBar_PrimarySurface
+style Widget_MaterialComponents_ActionBar_Solid
+style Widget_MaterialComponents_ActionBar_Surface
+style Widget_MaterialComponents_ActionMode
+style Widget_MaterialComponents_AppBarLayout_Primary
+style Widget_MaterialComponents_AppBarLayout_PrimarySurface
+style Widget_MaterialComponents_AppBarLayout_Surface
+style Widget_MaterialComponents_AutoCompleteTextView_FilledBox
+style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense
+style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox
+style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense
+style Widget_MaterialComponents_Badge
+style Widget_MaterialComponents_BottomAppBar
+style Widget_MaterialComponents_BottomAppBar_Colored
+style Widget_MaterialComponents_BottomAppBar_PrimarySurface
+style Widget_MaterialComponents_BottomNavigationView
+style Widget_MaterialComponents_BottomNavigationView_Colored
+style Widget_MaterialComponents_BottomNavigationView_PrimarySurface
+style Widget_MaterialComponents_BottomSheet
+style Widget_MaterialComponents_BottomSheet_Modal
+style Widget_MaterialComponents_Button
+style Widget_MaterialComponents_Button_Icon
+style Widget_MaterialComponents_Button_OutlinedButton
+style Widget_MaterialComponents_Button_OutlinedButton_Icon
+style Widget_MaterialComponents_Button_TextButton
+style Widget_MaterialComponents_Button_TextButton_Dialog
+style Widget_MaterialComponents_Button_TextButton_Dialog_Flush
+style Widget_MaterialComponents_Button_TextButton_Dialog_Icon
+style Widget_MaterialComponents_Button_TextButton_Icon
+style Widget_MaterialComponents_Button_TextButton_Snackbar
+style Widget_MaterialComponents_Button_UnelevatedButton
+style Widget_MaterialComponents_Button_UnelevatedButton_Icon
+style Widget_MaterialComponents_CardView
+style Widget_MaterialComponents_CheckedTextView
+style Widget_MaterialComponents_ChipGroup
+style Widget_MaterialComponents_Chip_Action
+style Widget_MaterialComponents_Chip_Choice
+style Widget_MaterialComponents_Chip_Entry
+style Widget_MaterialComponents_Chip_Filter
+style Widget_MaterialComponents_CircularProgressIndicator
+style Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall
+style Widget_MaterialComponents_CircularProgressIndicator_Medium
+style Widget_MaterialComponents_CircularProgressIndicator_Small
+style Widget_MaterialComponents_CollapsingToolbar
+style Widget_MaterialComponents_CompoundButton_CheckBox
+style Widget_MaterialComponents_CompoundButton_RadioButton
+style Widget_MaterialComponents_CompoundButton_Switch
+style Widget_MaterialComponents_ExtendedFloatingActionButton
+style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon
+style Widget_MaterialComponents_FloatingActionButton
+style Widget_MaterialComponents_Light_ActionBar_Solid
+style Widget_MaterialComponents_LinearProgressIndicator
+style Widget_MaterialComponents_MaterialButtonToggleGroup
+style Widget_MaterialComponents_MaterialCalendar
+style Widget_MaterialComponents_MaterialCalendar_Day
+style Widget_MaterialComponents_MaterialCalendar_DayOfWeekLabel
+style Widget_MaterialComponents_MaterialCalendar_DayTextView
+style Widget_MaterialComponents_MaterialCalendar_Day_Invalid
+style Widget_MaterialComponents_MaterialCalendar_Day_Selected
+style Widget_MaterialComponents_MaterialCalendar_Day_Today
+style Widget_MaterialComponents_MaterialCalendar_Fullscreen
+style Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton
+style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton
+style Widget_MaterialComponents_MaterialCalendar_HeaderDivider
+style Widget_MaterialComponents_MaterialCalendar_HeaderLayout
+style Widget_MaterialComponents_MaterialCalendar_HeaderSelection
+style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen
+style Widget_MaterialComponents_MaterialCalendar_HeaderTitle
+style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton
+style Widget_MaterialComponents_MaterialCalendar_Item
+style Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton
+style Widget_MaterialComponents_MaterialCalendar_MonthTextView
+style Widget_MaterialComponents_MaterialCalendar_Year
+style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton
+style Widget_MaterialComponents_MaterialCalendar_Year_Selected
+style Widget_MaterialComponents_MaterialCalendar_Year_Today
+style Widget_MaterialComponents_MaterialDivider
+style Widget_MaterialComponents_NavigationRailView
+style Widget_MaterialComponents_NavigationRailView_Colored
+style Widget_MaterialComponents_NavigationRailView_Colored_Compact
+style Widget_MaterialComponents_NavigationRailView_Compact
+style Widget_MaterialComponents_NavigationRailView_PrimarySurface
+style Widget_MaterialComponents_NavigationView
+style Widget_MaterialComponents_PopupMenu
+style Widget_MaterialComponents_PopupMenu_ContextMenu
+style Widget_MaterialComponents_PopupMenu_ListPopupWindow
+style Widget_MaterialComponents_PopupMenu_Overflow
+style Widget_MaterialComponents_ProgressIndicator
+style Widget_MaterialComponents_ShapeableImageView
+style Widget_MaterialComponents_Slider
+style Widget_MaterialComponents_Snackbar
+style Widget_MaterialComponents_Snackbar_FullWidth
+style Widget_MaterialComponents_Snackbar_TextView
+style Widget_MaterialComponents_TabLayout
+style Widget_MaterialComponents_TabLayout_Colored
+style Widget_MaterialComponents_TabLayout_PrimarySurface
+style Widget_MaterialComponents_TextInputEditText_FilledBox
+style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense
+style Widget_MaterialComponents_TextInputEditText_OutlinedBox
+style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense
+style Widget_MaterialComponents_TextInputLayout_FilledBox
+style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense
+style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu
+style Widget_MaterialComponents_TextView
+style Widget_MaterialComponents_TimePicker
+style Widget_MaterialComponents_TimePicker_Button
+style Widget_MaterialComponents_TimePicker_Clock
+style Widget_MaterialComponents_TimePicker_Display
+style Widget_MaterialComponents_TimePicker_Display_Divider
+style Widget_MaterialComponents_TimePicker_Display_HelperText
+style Widget_MaterialComponents_TimePicker_Display_TextInputEditText
+style Widget_MaterialComponents_TimePicker_Display_TextInputLayout
+style Widget_MaterialComponents_TimePicker_ImageButton
+style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance
+style Widget_MaterialComponents_Toolbar
+style Widget_MaterialComponents_Toolbar_Primary
+style Widget_MaterialComponents_Toolbar_PrimarySurface
+style Widget_MaterialComponents_Toolbar_Surface
+style Widget_MaterialComponents_Tooltip
+style Widget_Support_CoordinatorLayout
+styleable ActionBar background backgroundSplit backgroundStacked contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation customNavigationLayout displayOptions divider elevation height hideOnContentScroll homeAsUpIndicator homeLayout icon indeterminateProgressStyle itemPadding logo navigationMode popupTheme progressBarPadding progressBarStyle subtitle subtitleTextStyle title titleTextStyle
+styleable ActionBarLayout android_layout_gravity
+styleable ActionMenuItemView android_minWidth
+styleable ActionMenuView
+styleable ActionMode background backgroundSplit closeItemLayout height subtitleTextStyle titleTextStyle
+styleable ActivityChooserView expandActivityOverflowButtonDrawable initialActivityCount
+styleable AlertDialog android_layout buttonIconDimen buttonPanelSideLayout listItemLayout listLayout multiChoiceItemLayout showTitle singleChoiceItemLayout
+styleable AnimatedStateListDrawableCompat android_constantSize android_dither android_enterFadeDuration android_exitFadeDuration android_variablePadding android_visible
+styleable AnimatedStateListDrawableItem android_drawable android_id
+styleable AnimatedStateListDrawableTransition android_drawable android_fromId android_reversible android_toId
+styleable AppBarLayout android_background android_keyboardNavigationCluster android_touchscreenBlocksFocus elevation expanded liftOnScroll liftOnScrollTargetViewId statusBarForeground
+styleable AppBarLayoutStates state_collapsed state_collapsible state_liftable state_lifted
+styleable AppBarLayout_Layout layout_scrollEffect layout_scrollFlags layout_scrollInterpolator
+styleable AppCompatEmojiHelper
+styleable AppCompatImageView android_src srcCompat tint tintMode
+styleable AppCompatSeekBar android_thumb tickMark tickMarkTint tickMarkTintMode
+styleable AppCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
+styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat emojiCompatEnabled firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale
+styleable AppCompatTheme actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseContentDescription actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle actionModeTheme actionModeWebSearchDrawable actionOverflowButtonStyle actionOverflowMenuStyle activityChooserViewStyle alertDialogButtonGroupStyle alertDialogCenterButtons alertDialogStyle alertDialogTheme android_windowAnimationStyle android_windowIsFloating autoCompleteTextViewStyle borderlessButtonStyle buttonBarButtonStyle buttonBarNegativeButtonStyle buttonBarNeutralButtonStyle buttonBarPositiveButtonStyle buttonBarStyle buttonStyle buttonStyleSmall checkboxStyle checkedTextViewStyle colorAccent colorBackgroundFloating colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorError colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogCornerRadius dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle ratingBarStyleIndicator ratingBarStyleSmall searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSecondary textAppearanceListItemSmall textAppearancePopupMenuHeader textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle tooltipForegroundColor tooltipFrameBackground viewInflaterClass windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle
+styleable Badge backgroundColor badgeGravity badgeRadius badgeTextColor badgeWidePadding badgeWithTextRadius horizontalOffset horizontalOffsetWithText maxCharacterCount number verticalOffset verticalOffsetWithText
+styleable BaseProgressIndicator android_indeterminate hideAnimationBehavior indicatorColor minHideDelay showAnimationBehavior showDelay trackColor trackCornerRadius trackThickness
+styleable BottomAppBar backgroundTint elevation fabAlignmentMode fabAlignmentModeEndMargin fabAnchorMode fabAnimationMode fabCradleMargin fabCradleRoundedCornerRadius fabCradleVerticalOffset hideOnScroll menuAlignmentMode navigationIconTint paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets removeEmbeddedFabElevation
+styleable BottomNavigationView android_minHeight itemHorizontalTranslationEnabled
+styleable BottomSheetBehavior_Layout android_elevation android_maxHeight android_maxWidth backgroundTint behavior_draggable behavior_expandedOffset behavior_fitToContents behavior_halfExpandedRatio behavior_hideable behavior_peekHeight behavior_saveFlags behavior_skipCollapsed gestureInsetBottomIgnored marginLeftSystemWindowInsets marginRightSystemWindowInsets marginTopSystemWindowInsets paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets shapeAppearance shapeAppearanceOverlay
+styleable ButtonBarLayout allowStacking
+styleable Capability queryPatterns shortcutMatchRequired
+styleable CardView android_minHeight android_minWidth cardBackgroundColor cardCornerRadius cardElevation cardMaxElevation cardPreventCornerOverlap cardUseCompatPadding contentPadding contentPaddingBottom contentPaddingLeft contentPaddingRight contentPaddingTop
+styleable CheckedTextView android_checkMark checkMarkCompat checkMarkTint checkMarkTintMode
+styleable Chip android_checkable android_ellipsize android_maxWidth android_text android_textAppearance android_textColor android_textSize checkedIcon checkedIconEnabled checkedIconTint checkedIconVisible chipBackgroundColor chipCornerRadius chipEndPadding chipIcon chipIconEnabled chipIconSize chipIconTint chipIconVisible chipMinHeight chipMinTouchTargetSize chipStartPadding chipStrokeColor chipStrokeWidth chipSurfaceColor closeIcon closeIconEnabled closeIconEndPadding closeIconSize closeIconStartPadding closeIconTint closeIconVisible ensureMinTouchTargetSize hideMotionSpec iconEndPadding iconStartPadding rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec textEndPadding textStartPadding
+styleable ChipGroup checkedChip chipSpacing chipSpacingHorizontal chipSpacingVertical selectionRequired singleLine singleSelection
+styleable CircularProgressIndicator indicatorDirectionCircular indicatorInset indicatorSize
+styleable ClockFaceView clockFaceBackgroundColor clockNumberTextColor
+styleable ClockHandView clockHandColor materialCircleRadius selectorSize
+styleable CollapsingToolbarLayout collapsedTitleGravity collapsedTitleTextAppearance collapsedTitleTextColor contentScrim expandedTitleGravity expandedTitleMargin expandedTitleMarginBottom expandedTitleMarginEnd expandedTitleMarginStart expandedTitleMarginTop expandedTitleTextAppearance expandedTitleTextColor extraMultilineHeightEnabled forceApplySystemWindowInsetTop maxLines scrimAnimationDuration scrimVisibleHeightTrigger statusBarScrim title titleCollapseMode titleEnabled titlePositionInterpolator titleTextEllipsize toolbarId
+styleable CollapsingToolbarLayout_Layout layout_collapseMode layout_collapseParallaxMultiplier
+styleable ColorStateListItem alpha android_alpha android_color android_lStar lStar
+styleable CompoundButton android_button buttonCompat buttonTint buttonTintMode
+styleable Constraint android_alpha android_elevation android_id android_layout_height android_layout_marginBottom android_layout_marginEnd android_layout_marginLeft android_layout_marginRight android_layout_marginStart android_layout_marginTop android_layout_width android_maxHeight android_maxWidth android_minHeight android_minWidth android_orientation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_transformPivotX android_transformPivotY android_translationX android_translationY android_translationZ android_visibility animate_relativeTo barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraint_referenced_ids drawPath flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop motionProgress motionStagger pathMotionArc pivotAnchor transitionEasing transitionPathRotate visibilityMode
+styleable ConstraintLayout_Layout android_elevation android_maxHeight android_maxWidth android_minHeight android_minWidth android_orientation android_padding android_paddingBottom android_paddingEnd android_paddingLeft android_paddingRight android_paddingStart android_paddingTop android_visibility barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraintSet constraint_referenced_ids flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode layoutDescription layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_optimizationLevel
+styleable ConstraintLayout_placeholder content placeholder_emptyVisibility
+styleable ConstraintSet android_alpha android_elevation android_id android_layout_height android_layout_marginBottom android_layout_marginEnd android_layout_marginLeft android_layout_marginRight android_layout_marginStart android_layout_marginTop android_layout_width android_maxHeight android_maxWidth android_minHeight android_minWidth android_orientation android_pivotX android_pivotY android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_transformPivotX android_transformPivotY android_translationX android_translationY android_translationZ android_visibility animate_relativeTo barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraint_referenced_ids deriveConstraintsFrom drawPath flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop motionProgress motionStagger pathMotionArc pivotAnchor transitionEasing transitionPathRotate
+styleable CoordinatorLayout keylines statusBarBackground
+styleable CoordinatorLayout_Layout android_layout_gravity layout_anchor layout_anchorGravity layout_behavior layout_dodgeInsetEdges layout_insetEdge layout_keyline
+styleable CustomAttribute attributeName customBoolean customColorDrawableValue customColorValue customDimension customFloatValue customIntegerValue customPixelDimension customStringValue
+styleable DrawerArrowToggle arrowHeadLength arrowShaftLength barLength color drawableSize gapBetweenBars spinBars thickness
+styleable DrawerLayout elevation
+styleable ExtendedFloatingActionButton collapsedSize elevation extendMotionSpec hideMotionSpec showMotionSpec shrinkMotionSpec
+styleable ExtendedFloatingActionButton_Behavior_Layout behavior_autoHide behavior_autoShrink
+styleable FloatingActionButton android_enabled backgroundTint backgroundTintMode borderWidth elevation ensureMinTouchTargetSize fabCustomSize fabSize hideMotionSpec hoveredFocusedTranslationZ maxImageSize pressedTranslationZ rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec useCompatPadding
+styleable FloatingActionButton_Behavior_Layout behavior_autoHide
+styleable FlowLayout itemSpacing lineSpacing
+styleable FontFamily fontProviderAuthority fontProviderCerts fontProviderFetchStrategy fontProviderFetchTimeout fontProviderPackage fontProviderQuery fontProviderSystemFontFamily
+styleable FontFamilyFont android_font android_fontStyle android_fontVariationSettings android_fontWeight android_ttcIndex font fontStyle fontVariationSettings fontWeight ttcIndex
+styleable ForegroundLinearLayout android_foreground android_foregroundGravity foregroundInsidePadding
+styleable Fragment android_id android_name android_tag
+styleable FragmentContainerView android_name android_tag
+styleable GradientColor android_centerColor android_centerX android_centerY android_endColor android_endX android_endY android_gradientRadius android_startColor android_startX android_startY android_tileMode android_type
+styleable GradientColorItem android_color android_offset
+styleable ImageFilterView altSrc brightness contrast crossfade overlay round roundPercent saturation warmth
+styleable Insets marginLeftSystemWindowInsets marginRightSystemWindowInsets marginTopSystemWindowInsets paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets
+styleable KeyAttribute android_alpha android_elevation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_transformPivotX android_transformPivotY android_translationX android_translationY android_translationZ curveFit framePosition motionProgress motionTarget transitionEasing transitionPathRotate
+styleable KeyCycle android_alpha android_elevation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_translationX android_translationY android_translationZ curveFit framePosition motionProgress motionTarget transitionEasing transitionPathRotate waveOffset wavePeriod waveShape waveVariesBy
+styleable KeyPosition curveFit drawPath framePosition keyPositionType motionTarget pathMotionArc percentHeight percentWidth percentX percentY sizePercent transitionEasing
+styleable KeyTimeCycle android_alpha android_elevation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_translationX android_translationY android_translationZ curveFit framePosition motionProgress motionTarget transitionEasing transitionPathRotate waveDecay waveOffset wavePeriod waveShape
+styleable KeyTrigger framePosition motionTarget motion_postLayoutCollision motion_triggerOnCollision onCross onNegativeCross onPositiveCross triggerId triggerReceiver triggerSlack
+styleable Layout android_layout_height android_layout_marginBottom android_layout_marginEnd android_layout_marginLeft android_layout_marginRight android_layout_marginStart android_layout_marginTop android_layout_width android_orientation barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraint_referenced_ids layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop maxHeight maxWidth minHeight minWidth
+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 LinearProgressIndicator indeterminateAnimationType indicatorDirectionLinear
+styleable ListPopupWindow android_dropDownHorizontalOffset android_dropDownVerticalOffset
+styleable MaterialAlertDialog backgroundInsetBottom backgroundInsetEnd backgroundInsetStart backgroundInsetTop
+styleable MaterialAlertDialogTheme materialAlertDialogBodyTextStyle materialAlertDialogButtonSpacerVisibility materialAlertDialogTheme materialAlertDialogTitleIconStyle materialAlertDialogTitlePanelStyle materialAlertDialogTitleTextStyle
+styleable MaterialAutoCompleteTextView android_inputType android_popupElevation simpleItemLayout simpleItemSelectedColor simpleItemSelectedRippleColor simpleItems
+styleable MaterialButton android_background android_checkable android_insetBottom android_insetLeft android_insetRight android_insetTop backgroundTint backgroundTintMode cornerRadius elevation icon iconGravity iconPadding iconSize iconTint iconTintMode rippleColor shapeAppearance shapeAppearanceOverlay strokeColor strokeWidth toggleCheckedStateOnClick
+styleable MaterialButtonToggleGroup checkedButton selectionRequired singleSelection
+styleable MaterialCalendar android_windowFullscreen dayInvalidStyle daySelectedStyle dayStyle dayTodayStyle nestedScrollable rangeFillColor yearSelectedStyle yearStyle yearTodayStyle
+styleable MaterialCalendarItem android_insetBottom android_insetLeft android_insetRight android_insetTop itemFillColor itemShapeAppearance itemShapeAppearanceOverlay itemStrokeColor itemStrokeWidth itemTextColor
+styleable MaterialCardView android_checkable cardForegroundColor checkedIcon checkedIconGravity checkedIconMargin checkedIconSize checkedIconTint rippleColor shapeAppearance shapeAppearanceOverlay state_dragged strokeColor strokeWidth
+styleable MaterialCheckBox android_button buttonCompat buttonIcon buttonIconTint buttonIconTintMode buttonTint centerIfNoTextEnabled checkedState errorAccessibilityLabel errorShown useMaterialThemeColors
+styleable MaterialCheckBoxStates state_error state_indeterminate
+styleable MaterialDivider dividerColor dividerInsetEnd dividerInsetStart dividerThickness lastItemDecorated
+styleable MaterialRadioButton buttonTint useMaterialThemeColors
+styleable MaterialShape shapeAppearance shapeAppearanceOverlay
+styleable MaterialSwitch thumbIcon thumbIconTint thumbIconTintMode trackDecoration trackDecorationTint trackDecorationTintMode
+styleable MaterialTextAppearance android_letterSpacing android_lineHeight lineHeight
+styleable MaterialTextView android_lineHeight android_textAppearance lineHeight
+styleable MaterialTimePicker clockIcon keyboardIcon
+styleable MaterialToolbar logoAdjustViewBounds logoScaleType navigationIconTint subtitleCentered titleCentered
+styleable MenuGroup android_checkableBehavior android_enabled android_id android_menuCategory android_orderInCategory android_visible
+styleable MenuItem actionLayout actionProviderClass actionViewClass alphabeticModifiers android_alphabeticShortcut android_checkable android_checked android_enabled android_icon android_id android_menuCategory android_numericShortcut android_onClick android_orderInCategory android_title android_titleCondensed android_visible contentDescription iconTint iconTintMode numericModifiers showAsAction tooltipText
+styleable MenuView android_headerBackground android_horizontalDivider android_itemBackground android_itemIconDisabledAlpha android_itemTextAppearance android_verticalDivider android_windowAnimationStyle preserveIconSpacing subMenuArrow
+styleable MockView mock_diagonalsColor mock_label mock_labelBackgroundColor mock_labelColor mock_showDiagonals mock_showLabel
+styleable Motion animate_relativeTo drawPath motionPathRotate motionStagger pathMotionArc transitionEasing
+styleable MotionHelper onHide onShow
+styleable MotionLayout applyMotionScene currentState layoutDescription motionDebug motionProgress showPaths
+styleable MotionScene defaultDuration layoutDuringTransition
+styleable MotionTelltales telltales_tailColor telltales_tailScale telltales_velocityMode
+styleable NavigationBarActiveIndicator android_color android_height android_width marginHorizontal shapeAppearance
+styleable NavigationBarView backgroundTint elevation itemActiveIndicatorStyle itemBackground itemIconSize itemIconTint itemPaddingBottom itemPaddingTop itemRippleColor itemTextAppearanceActive itemTextAppearanceInactive itemTextColor labelVisibilityMode menu
+styleable NavigationRailView headerLayout itemMinHeight menuGravity paddingBottomSystemWindowInsets paddingTopSystemWindowInsets
+styleable NavigationView android_background android_fitsSystemWindows android_layout_gravity android_maxWidth bottomInsetScrimEnabled dividerInsetEnd dividerInsetStart drawerLayoutCornerSize elevation headerLayout itemBackground itemHorizontalPadding itemIconPadding itemIconSize itemIconTint itemMaxLines itemRippleColor itemShapeAppearance itemShapeAppearanceOverlay itemShapeFillColor itemShapeInsetBottom itemShapeInsetEnd itemShapeInsetStart itemShapeInsetTop itemTextAppearance itemTextColor itemVerticalPadding menu shapeAppearance shapeAppearanceOverlay subheaderColor subheaderInsetEnd subheaderInsetStart subheaderTextAppearance topInsetScrimEnabled
+styleable OnClick clickAction targetId
+styleable OnSwipe dragDirection dragScale dragThreshold limitBoundsTo maxAcceleration maxVelocity moveWhenScrollAtTop nestedScrollFlags onTouchUp touchAnchorId touchAnchorSide touchRegionId
+styleable PopupWindow android_popupAnimationStyle android_popupBackground overlapAnchor
+styleable PopupWindowBackgroundState state_above_anchor
+styleable PropertySet android_alpha android_visibility layout_constraintTag motionProgress visibilityMode
+styleable RadialViewGroup materialCircleRadius
+styleable RangeSlider minSeparation values
+styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle
+styleable RecyclerView android_clipToPadding android_descendantFocusability android_orientation fastScrollEnabled fastScrollHorizontalThumbDrawable fastScrollHorizontalTrackDrawable fastScrollVerticalThumbDrawable fastScrollVerticalTrackDrawable layoutManager reverseLayout spanCount stackFromEnd
+styleable ScrimInsetsFrameLayout insetForeground
+styleable ScrollingViewBehavior_Layout behavior_overlapTop
+styleable SearchView android_focusable android_imeOptions android_inputType android_maxWidth closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon
+styleable ShapeAppearance cornerFamily cornerFamilyBottomLeft cornerFamilyBottomRight cornerFamilyTopLeft cornerFamilyTopRight cornerSize cornerSizeBottomLeft cornerSizeBottomRight cornerSizeTopLeft cornerSizeTopRight
+styleable ShapeableImageView contentPadding contentPaddingBottom contentPaddingEnd contentPaddingLeft contentPaddingRight contentPaddingStart contentPaddingTop shapeAppearance shapeAppearanceOverlay strokeColor strokeWidth
+styleable Slider android_enabled android_stepSize android_value android_valueFrom android_valueTo haloColor haloRadius labelBehavior labelStyle thumbColor thumbElevation thumbRadius thumbStrokeColor thumbStrokeWidth tickColor tickColorActive tickColorInactive tickVisible trackColor trackColorActive trackColorInactive trackHeight
+styleable Snackbar snackbarButtonStyle snackbarStyle snackbarTextViewStyle
+styleable SnackbarLayout actionTextColorAlpha android_maxWidth animationMode backgroundOverlayColorAlpha backgroundTint backgroundTintMode elevation maxActionInlineWidth shapeAppearance shapeAppearanceOverlay
+styleable Spinner android_dropDownWidth android_entries android_popupBackground android_prompt popupTheme
+styleable State android_id constraints
+styleable StateListDrawable android_constantSize android_dither android_enterFadeDuration android_exitFadeDuration android_variablePadding android_visible
+styleable StateListDrawableItem android_drawable
+styleable StateSet defaultState
+styleable SwitchCompat android_textOff android_textOn android_thumb showText splitTrack switchMinWidth switchPadding switchTextAppearance thumbTextPadding thumbTint thumbTintMode track trackTint trackTintMode
+styleable SwitchMaterial useMaterialThemeColors
+styleable TabItem android_icon android_layout android_text
+styleable TabLayout tabBackground tabContentStart tabGravity tabIconTint tabIconTintMode tabIndicator tabIndicatorAnimationDuration tabIndicatorAnimationMode tabIndicatorColor tabIndicatorFullWidth tabIndicatorGravity tabIndicatorHeight tabInlineLabel tabMaxWidth tabMinWidth tabMode tabPadding tabPaddingBottom tabPaddingEnd tabPaddingStart tabPaddingTop tabRippleColor tabSelectedTextColor tabTextAppearance tabTextColor tabUnboundedRipple
+styleable TextAppearance android_fontFamily android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textColorLink android_textFontWeight android_textSize android_textStyle android_typeface fontFamily fontVariationSettings textAllCaps textLocale
+styleable TextInputEditText textInputLayoutFocusedRectEnabled
+styleable TextInputLayout android_enabled android_hint android_maxEms android_maxWidth android_minEms android_minWidth android_textColorHint boxBackgroundColor boxBackgroundMode boxCollapsedPaddingTop boxCornerRadiusBottomEnd boxCornerRadiusBottomStart boxCornerRadiusTopEnd boxCornerRadiusTopStart boxStrokeColor boxStrokeErrorColor boxStrokeWidth boxStrokeWidthFocused counterEnabled counterMaxLength counterOverflowTextAppearance counterOverflowTextColor counterTextAppearance counterTextColor endIconCheckable endIconContentDescription endIconDrawable endIconMode endIconTint endIconTintMode errorContentDescription errorEnabled errorIconDrawable errorIconTint errorIconTintMode errorTextAppearance errorTextColor expandedHintEnabled helperText helperTextEnabled helperTextTextAppearance helperTextTextColor hintAnimationEnabled hintEnabled hintTextAppearance hintTextColor passwordToggleContentDescription passwordToggleDrawable passwordToggleEnabled passwordToggleTint passwordToggleTintMode placeholderText placeholderTextAppearance placeholderTextColor prefixText prefixTextAppearance prefixTextColor shapeAppearance shapeAppearanceOverlay startIconCheckable startIconContentDescription startIconDrawable startIconTint startIconTintMode suffixText suffixTextAppearance suffixTextColor
+styleable ThemeEnforcement android_textAppearance enforceMaterialTheme enforceTextAppearance
+styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight menu navigationContentDescription navigationIcon popupTheme subtitle subtitleTextAppearance subtitleTextColor title titleMargin titleMarginBottom titleMarginEnd titleMarginStart titleMarginTop titleMargins titleTextAppearance titleTextColor
+styleable Tooltip android_layout_margin android_minHeight android_minWidth android_padding android_text android_textAppearance android_textColor backgroundTint
+styleable Transform android_elevation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_transformPivotX android_transformPivotY android_translationX android_translationY android_translationZ
+styleable Transition android_id autoTransition constraintSetEnd constraintSetStart duration layoutDuringTransition motionInterpolator pathMotionArc staggered transitionDisable transitionFlags
+styleable Variant constraints region_heightLessThan region_heightMoreThan region_widthLessThan region_widthMoreThan
+styleable View android_focusable android_theme paddingEnd paddingStart theme
+styleable ViewBackgroundHelper android_background backgroundTint backgroundTintMode
+styleable ViewPager2 android_orientation
+styleable ViewStubCompat android_id android_inflatedId android_layout
diff --git a/mylibrary/build/intermediates/symbol_list_with_package_name/release/package-aware-r.txt b/mylibrary/build/intermediates/symbol_list_with_package_name/release/package-aware-r.txt
new file mode 100644
index 00000000..73fd492d
--- /dev/null
+++ b/mylibrary/build/intermediates/symbol_list_with_package_name/release/package-aware-r.txt
@@ -0,0 +1,4460 @@
+com.example.mylibrary
+anim abc_fade_in
+anim abc_fade_out
+anim abc_grow_fade_in_from_bottom
+anim abc_popup_enter
+anim abc_popup_exit
+anim abc_shrink_fade_out_from_bottom
+anim abc_slide_in_bottom
+anim abc_slide_in_top
+anim abc_slide_out_bottom
+anim abc_slide_out_top
+anim abc_tooltip_enter
+anim abc_tooltip_exit
+anim btn_checkbox_to_checked_box_inner_merged_animation
+anim btn_checkbox_to_checked_box_outer_merged_animation
+anim btn_checkbox_to_checked_icon_null_animation
+anim btn_checkbox_to_unchecked_box_inner_merged_animation
+anim btn_checkbox_to_unchecked_check_path_merged_animation
+anim btn_checkbox_to_unchecked_icon_null_animation
+anim btn_radio_to_off_mtrl_dot_group_animation
+anim btn_radio_to_off_mtrl_ring_outer_animation
+anim btn_radio_to_off_mtrl_ring_outer_path_animation
+anim btn_radio_to_on_mtrl_dot_group_animation
+anim btn_radio_to_on_mtrl_ring_outer_animation
+anim btn_radio_to_on_mtrl_ring_outer_path_animation
+anim design_bottom_sheet_slide_in
+anim design_bottom_sheet_slide_out
+anim design_snackbar_in
+anim design_snackbar_out
+anim fragment_fast_out_extra_slow_in
+anim linear_indeterminate_line1_head_interpolator
+anim linear_indeterminate_line1_tail_interpolator
+anim linear_indeterminate_line2_head_interpolator
+anim linear_indeterminate_line2_tail_interpolator
+anim mtrl_bottom_sheet_slide_in
+anim mtrl_bottom_sheet_slide_out
+anim mtrl_card_lowers_interpolator
+animator design_appbar_state_list_animator
+animator design_fab_hide_motion_spec
+animator design_fab_show_motion_spec
+animator fragment_close_enter
+animator fragment_close_exit
+animator fragment_fade_enter
+animator fragment_fade_exit
+animator fragment_open_enter
+animator fragment_open_exit
+animator m3_btn_elevated_btn_state_list_anim
+animator m3_btn_state_list_anim
+animator m3_card_elevated_state_list_anim
+animator m3_card_state_list_anim
+animator m3_chip_state_list_anim
+animator m3_elevated_chip_state_list_anim
+animator m3_extended_fab_hide_motion_spec
+animator m3_extended_fab_show_motion_spec
+animator m3_extended_fab_state_list_animator
+animator mtrl_btn_state_list_anim
+animator mtrl_btn_unelevated_state_list_anim
+animator mtrl_card_state_list_anim
+animator mtrl_chip_state_list_anim
+animator mtrl_extended_fab_change_size_collapse_motion_spec
+animator mtrl_extended_fab_change_size_expand_motion_spec
+animator mtrl_extended_fab_hide_motion_spec
+animator mtrl_extended_fab_show_motion_spec
+animator mtrl_extended_fab_state_list_animator
+animator mtrl_fab_hide_motion_spec
+animator mtrl_fab_show_motion_spec
+animator mtrl_fab_transformation_sheet_collapse_spec
+animator mtrl_fab_transformation_sheet_expand_spec
+attr actionBarDivider
+attr actionBarItemBackground
+attr actionBarPopupTheme
+attr actionBarSize
+attr actionBarSplitStyle
+attr actionBarStyle
+attr actionBarTabBarStyle
+attr actionBarTabStyle
+attr actionBarTabTextStyle
+attr actionBarTheme
+attr actionBarWidgetTheme
+attr actionButtonStyle
+attr actionDropDownStyle
+attr actionLayout
+attr actionMenuTextAppearance
+attr actionMenuTextColor
+attr actionModeBackground
+attr actionModeCloseButtonStyle
+attr actionModeCloseContentDescription
+attr actionModeCloseDrawable
+attr actionModeCopyDrawable
+attr actionModeCutDrawable
+attr actionModeFindDrawable
+attr actionModePasteDrawable
+attr actionModePopupWindowStyle
+attr actionModeSelectAllDrawable
+attr actionModeShareDrawable
+attr actionModeSplitBackground
+attr actionModeStyle
+attr actionModeTheme
+attr actionModeWebSearchDrawable
+attr actionOverflowButtonStyle
+attr actionOverflowMenuStyle
+attr actionProviderClass
+attr actionTextColorAlpha
+attr actionViewClass
+attr activityChooserViewStyle
+attr alertDialogButtonGroupStyle
+attr alertDialogCenterButtons
+attr alertDialogStyle
+attr alertDialogTheme
+attr allowStacking
+attr alpha
+attr alphabeticModifiers
+attr altSrc
+attr animate_relativeTo
+attr animationMode
+attr appBarLayoutStyle
+attr applyMotionScene
+attr arcMode
+attr arrowHeadLength
+attr arrowShaftLength
+attr attributeName
+attr autoCompleteTextViewStyle
+attr autoSizeMaxTextSize
+attr autoSizeMinTextSize
+attr autoSizePresetSizes
+attr autoSizeStepGranularity
+attr autoSizeTextType
+attr autoTransition
+attr background
+attr backgroundColor
+attr backgroundInsetBottom
+attr backgroundInsetEnd
+attr backgroundInsetStart
+attr backgroundInsetTop
+attr backgroundOverlayColorAlpha
+attr backgroundSplit
+attr backgroundStacked
+attr backgroundTint
+attr backgroundTintMode
+attr badgeGravity
+attr badgeRadius
+attr badgeStyle
+attr badgeTextColor
+attr badgeWidePadding
+attr badgeWithTextRadius
+attr barLength
+attr barrierAllowsGoneWidgets
+attr barrierDirection
+attr barrierMargin
+attr behavior_autoHide
+attr behavior_autoShrink
+attr behavior_draggable
+attr behavior_expandedOffset
+attr behavior_fitToContents
+attr behavior_halfExpandedRatio
+attr behavior_hideable
+attr behavior_overlapTop
+attr behavior_peekHeight
+attr behavior_saveFlags
+attr behavior_skipCollapsed
+attr borderWidth
+attr borderlessButtonStyle
+attr bottomAppBarStyle
+attr bottomInsetScrimEnabled
+attr bottomNavigationStyle
+attr bottomSheetDialogTheme
+attr bottomSheetDragHandleStyle
+attr bottomSheetStyle
+attr boxBackgroundColor
+attr boxBackgroundMode
+attr boxCollapsedPaddingTop
+attr boxCornerRadiusBottomEnd
+attr boxCornerRadiusBottomStart
+attr boxCornerRadiusTopEnd
+attr boxCornerRadiusTopStart
+attr boxStrokeColor
+attr boxStrokeErrorColor
+attr boxStrokeWidth
+attr boxStrokeWidthFocused
+attr brightness
+attr buttonBarButtonStyle
+attr buttonBarNegativeButtonStyle
+attr buttonBarNeutralButtonStyle
+attr buttonBarPositiveButtonStyle
+attr buttonBarStyle
+attr buttonCompat
+attr buttonGravity
+attr buttonIcon
+attr buttonIconDimen
+attr buttonIconTint
+attr buttonIconTintMode
+attr buttonPanelSideLayout
+attr buttonStyle
+attr buttonStyleSmall
+attr buttonTint
+attr buttonTintMode
+attr cardBackgroundColor
+attr cardCornerRadius
+attr cardElevation
+attr cardForegroundColor
+attr cardMaxElevation
+attr cardPreventCornerOverlap
+attr cardUseCompatPadding
+attr cardViewStyle
+attr centerIfNoTextEnabled
+attr chainUseRtl
+attr checkMarkCompat
+attr checkMarkTint
+attr checkMarkTintMode
+attr checkboxStyle
+attr checkedButton
+attr checkedChip
+attr checkedIcon
+attr checkedIconEnabled
+attr checkedIconGravity
+attr checkedIconMargin
+attr checkedIconSize
+attr checkedIconTint
+attr checkedIconVisible
+attr checkedState
+attr checkedTextViewStyle
+attr chipBackgroundColor
+attr chipCornerRadius
+attr chipEndPadding
+attr chipGroupStyle
+attr chipIcon
+attr chipIconEnabled
+attr chipIconSize
+attr chipIconTint
+attr chipIconVisible
+attr chipMinHeight
+attr chipMinTouchTargetSize
+attr chipSpacing
+attr chipSpacingHorizontal
+attr chipSpacingVertical
+attr chipStandaloneStyle
+attr chipStartPadding
+attr chipStrokeColor
+attr chipStrokeWidth
+attr chipStyle
+attr chipSurfaceColor
+attr circleRadius
+attr circularProgressIndicatorStyle
+attr clickAction
+attr clockFaceBackgroundColor
+attr clockHandColor
+attr clockIcon
+attr clockNumberTextColor
+attr closeIcon
+attr closeIconEnabled
+attr closeIconEndPadding
+attr closeIconSize
+attr closeIconStartPadding
+attr closeIconTint
+attr closeIconVisible
+attr closeItemLayout
+attr collapseContentDescription
+attr collapseIcon
+attr collapsedSize
+attr collapsedTitleGravity
+attr collapsedTitleTextAppearance
+attr collapsedTitleTextColor
+attr collapsingToolbarLayoutLargeSize
+attr collapsingToolbarLayoutLargeStyle
+attr collapsingToolbarLayoutMediumSize
+attr collapsingToolbarLayoutMediumStyle
+attr collapsingToolbarLayoutStyle
+attr color
+attr colorAccent
+attr colorBackgroundFloating
+attr colorButtonNormal
+attr colorContainer
+attr colorControlActivated
+attr colorControlHighlight
+attr colorControlNormal
+attr colorError
+attr colorErrorContainer
+attr colorOnBackground
+attr colorOnContainer
+attr colorOnContainerUnchecked
+attr colorOnError
+attr colorOnErrorContainer
+attr colorOnPrimary
+attr colorOnPrimaryContainer
+attr colorOnPrimarySurface
+attr colorOnSecondary
+attr colorOnSecondaryContainer
+attr colorOnSurface
+attr colorOnSurfaceInverse
+attr colorOnSurfaceVariant
+attr colorOnTertiary
+attr colorOnTertiaryContainer
+attr colorOutline
+attr colorPrimary
+attr colorPrimaryContainer
+attr colorPrimaryDark
+attr colorPrimaryInverse
+attr colorPrimarySurface
+attr colorPrimaryVariant
+attr colorSecondary
+attr colorSecondaryContainer
+attr colorSecondaryVariant
+attr colorSurface
+attr colorSurfaceInverse
+attr colorSurfaceVariant
+attr colorSwitchThumbNormal
+attr colorTertiary
+attr colorTertiaryContainer
+attr commitIcon
+attr constraintSet
+attr constraintSetEnd
+attr constraintSetStart
+attr constraint_referenced_ids
+attr constraints
+attr content
+attr contentDescription
+attr contentInsetEnd
+attr contentInsetEndWithActions
+attr contentInsetLeft
+attr contentInsetRight
+attr contentInsetStart
+attr contentInsetStartWithNavigation
+attr contentPadding
+attr contentPaddingBottom
+attr contentPaddingEnd
+attr contentPaddingLeft
+attr contentPaddingRight
+attr contentPaddingStart
+attr contentPaddingTop
+attr contentScrim
+attr contrast
+attr controlBackground
+attr coordinatorLayoutStyle
+attr cornerFamily
+attr cornerFamilyBottomLeft
+attr cornerFamilyBottomRight
+attr cornerFamilyTopLeft
+attr cornerFamilyTopRight
+attr cornerRadius
+attr cornerSize
+attr cornerSizeBottomLeft
+attr cornerSizeBottomRight
+attr cornerSizeTopLeft
+attr cornerSizeTopRight
+attr counterEnabled
+attr counterMaxLength
+attr counterOverflowTextAppearance
+attr counterOverflowTextColor
+attr counterTextAppearance
+attr counterTextColor
+attr crossfade
+attr currentState
+attr curveFit
+attr customBoolean
+attr customColorDrawableValue
+attr customColorValue
+attr customDimension
+attr customFloatValue
+attr customIntegerValue
+attr customNavigationLayout
+attr customPixelDimension
+attr customStringValue
+attr dayInvalidStyle
+attr daySelectedStyle
+attr dayStyle
+attr dayTodayStyle
+attr defaultDuration
+attr defaultQueryHint
+attr defaultState
+attr deltaPolarAngle
+attr deltaPolarRadius
+attr deriveConstraintsFrom
+attr dialogCornerRadius
+attr dialogPreferredPadding
+attr dialogTheme
+attr displayOptions
+attr divider
+attr dividerColor
+attr dividerHorizontal
+attr dividerInsetEnd
+attr dividerInsetStart
+attr dividerPadding
+attr dividerThickness
+attr dividerVertical
+attr dragDirection
+attr dragScale
+attr dragThreshold
+attr drawPath
+attr drawableBottomCompat
+attr drawableEndCompat
+attr drawableLeftCompat
+attr drawableRightCompat
+attr drawableSize
+attr drawableStartCompat
+attr drawableTint
+attr drawableTintMode
+attr drawableTopCompat
+attr drawerArrowStyle
+attr drawerLayoutCornerSize
+attr drawerLayoutStyle
+attr dropDownListViewStyle
+attr dropdownListPreferredItemHeight
+attr duration
+attr dynamicColorThemeOverlay
+attr editTextBackground
+attr editTextColor
+attr editTextStyle
+attr elevation
+attr elevationOverlayAccentColor
+attr elevationOverlayColor
+attr elevationOverlayEnabled
+attr emojiCompatEnabled
+attr enableEdgeToEdge
+attr endIconCheckable
+attr endIconContentDescription
+attr endIconDrawable
+attr endIconMode
+attr endIconTint
+attr endIconTintMode
+attr enforceMaterialTheme
+attr enforceTextAppearance
+attr ensureMinTouchTargetSize
+attr errorAccessibilityLabel
+attr errorContentDescription
+attr errorEnabled
+attr errorIconDrawable
+attr errorIconTint
+attr errorIconTintMode
+attr errorShown
+attr errorTextAppearance
+attr errorTextColor
+attr expandActivityOverflowButtonDrawable
+attr expanded
+attr expandedHintEnabled
+attr expandedTitleGravity
+attr expandedTitleMargin
+attr expandedTitleMarginBottom
+attr expandedTitleMarginEnd
+attr expandedTitleMarginStart
+attr expandedTitleMarginTop
+attr expandedTitleTextAppearance
+attr expandedTitleTextColor
+attr extendMotionSpec
+attr extendedFloatingActionButtonPrimaryStyle
+attr extendedFloatingActionButtonSecondaryStyle
+attr extendedFloatingActionButtonStyle
+attr extendedFloatingActionButtonSurfaceStyle
+attr extendedFloatingActionButtonTertiaryStyle
+attr extraMultilineHeightEnabled
+attr fabAlignmentMode
+attr fabAlignmentModeEndMargin
+attr fabAnchorMode
+attr fabAnimationMode
+attr fabCradleMargin
+attr fabCradleRoundedCornerRadius
+attr fabCradleVerticalOffset
+attr fabCustomSize
+attr fabSize
+attr fastScrollEnabled
+attr fastScrollHorizontalThumbDrawable
+attr fastScrollHorizontalTrackDrawable
+attr fastScrollVerticalThumbDrawable
+attr fastScrollVerticalTrackDrawable
+attr firstBaselineToTopHeight
+attr floatingActionButtonLargePrimaryStyle
+attr floatingActionButtonLargeSecondaryStyle
+attr floatingActionButtonLargeStyle
+attr floatingActionButtonLargeSurfaceStyle
+attr floatingActionButtonLargeTertiaryStyle
+attr floatingActionButtonPrimaryStyle
+attr floatingActionButtonSecondaryStyle
+attr floatingActionButtonSmallPrimaryStyle
+attr floatingActionButtonSmallSecondaryStyle
+attr floatingActionButtonSmallStyle
+attr floatingActionButtonSmallSurfaceStyle
+attr floatingActionButtonSmallTertiaryStyle
+attr floatingActionButtonStyle
+attr floatingActionButtonSurfaceStyle
+attr floatingActionButtonTertiaryStyle
+attr flow_firstHorizontalBias
+attr flow_firstHorizontalStyle
+attr flow_firstVerticalBias
+attr flow_firstVerticalStyle
+attr flow_horizontalAlign
+attr flow_horizontalBias
+attr flow_horizontalGap
+attr flow_horizontalStyle
+attr flow_lastHorizontalBias
+attr flow_lastHorizontalStyle
+attr flow_lastVerticalBias
+attr flow_lastVerticalStyle
+attr flow_maxElementsWrap
+attr flow_padding
+attr flow_verticalAlign
+attr flow_verticalBias
+attr flow_verticalGap
+attr flow_verticalStyle
+attr flow_wrapMode
+attr font
+attr fontFamily
+attr fontProviderAuthority
+attr fontProviderCerts
+attr fontProviderFetchStrategy
+attr fontProviderFetchTimeout
+attr fontProviderPackage
+attr fontProviderQuery
+attr fontProviderSystemFontFamily
+attr fontStyle
+attr fontVariationSettings
+attr fontWeight
+attr forceApplySystemWindowInsetTop
+attr foregroundInsidePadding
+attr framePosition
+attr gapBetweenBars
+attr gestureInsetBottomIgnored
+attr goIcon
+attr haloColor
+attr haloRadius
+attr headerLayout
+attr height
+attr helperText
+attr helperTextEnabled
+attr helperTextTextAppearance
+attr helperTextTextColor
+attr hideAnimationBehavior
+attr hideMotionSpec
+attr hideOnContentScroll
+attr hideOnScroll
+attr hintAnimationEnabled
+attr hintEnabled
+attr hintTextAppearance
+attr hintTextColor
+attr homeAsUpIndicator
+attr homeLayout
+attr horizontalOffset
+attr horizontalOffsetWithText
+attr hoveredFocusedTranslationZ
+attr icon
+attr iconEndPadding
+attr iconGravity
+attr iconPadding
+attr iconSize
+attr iconStartPadding
+attr iconTint
+attr iconTintMode
+attr iconifiedByDefault
+attr imageButtonStyle
+attr indeterminateAnimationType
+attr indeterminateProgressStyle
+attr indicatorColor
+attr indicatorDirectionCircular
+attr indicatorDirectionLinear
+attr indicatorInset
+attr indicatorSize
+attr initialActivityCount
+attr insetForeground
+attr isLightTheme
+attr isMaterial3DynamicColorApplied
+attr isMaterial3Theme
+attr isMaterialTheme
+attr itemActiveIndicatorStyle
+attr itemBackground
+attr itemFillColor
+attr itemHorizontalPadding
+attr itemHorizontalTranslationEnabled
+attr itemIconPadding
+attr itemIconSize
+attr itemIconTint
+attr itemMaxLines
+attr itemMinHeight
+attr itemPadding
+attr itemPaddingBottom
+attr itemPaddingTop
+attr itemRippleColor
+attr itemShapeAppearance
+attr itemShapeAppearanceOverlay
+attr itemShapeFillColor
+attr itemShapeInsetBottom
+attr itemShapeInsetEnd
+attr itemShapeInsetStart
+attr itemShapeInsetTop
+attr itemSpacing
+attr itemStrokeColor
+attr itemStrokeWidth
+attr itemTextAppearance
+attr itemTextAppearanceActive
+attr itemTextAppearanceInactive
+attr itemTextColor
+attr itemVerticalPadding
+attr keyPositionType
+attr keyboardIcon
+attr keylines
+attr lStar
+attr labelBehavior
+attr labelStyle
+attr labelVisibilityMode
+attr lastBaselineToBottomHeight
+attr lastItemDecorated
+attr layout
+attr layoutDescription
+attr layoutDuringTransition
+attr layoutManager
+attr layout_anchor
+attr layout_anchorGravity
+attr layout_behavior
+attr layout_collapseMode
+attr layout_collapseParallaxMultiplier
+attr layout_constrainedHeight
+attr layout_constrainedWidth
+attr layout_constraintBaseline_creator
+attr layout_constraintBaseline_toBaselineOf
+attr layout_constraintBottom_creator
+attr layout_constraintBottom_toBottomOf
+attr layout_constraintBottom_toTopOf
+attr layout_constraintCircle
+attr layout_constraintCircleAngle
+attr layout_constraintCircleRadius
+attr layout_constraintDimensionRatio
+attr layout_constraintEnd_toEndOf
+attr layout_constraintEnd_toStartOf
+attr layout_constraintGuide_begin
+attr layout_constraintGuide_end
+attr layout_constraintGuide_percent
+attr layout_constraintHeight_default
+attr layout_constraintHeight_max
+attr layout_constraintHeight_min
+attr layout_constraintHeight_percent
+attr layout_constraintHorizontal_bias
+attr layout_constraintHorizontal_chainStyle
+attr layout_constraintHorizontal_weight
+attr layout_constraintLeft_creator
+attr layout_constraintLeft_toLeftOf
+attr layout_constraintLeft_toRightOf
+attr layout_constraintRight_creator
+attr layout_constraintRight_toLeftOf
+attr layout_constraintRight_toRightOf
+attr layout_constraintStart_toEndOf
+attr layout_constraintStart_toStartOf
+attr layout_constraintTag
+attr layout_constraintTop_creator
+attr layout_constraintTop_toBottomOf
+attr layout_constraintTop_toTopOf
+attr layout_constraintVertical_bias
+attr layout_constraintVertical_chainStyle
+attr layout_constraintVertical_weight
+attr layout_constraintWidth_default
+attr layout_constraintWidth_max
+attr layout_constraintWidth_min
+attr layout_constraintWidth_percent
+attr layout_dodgeInsetEdges
+attr layout_editor_absoluteX
+attr layout_editor_absoluteY
+attr layout_goneMarginBottom
+attr layout_goneMarginEnd
+attr layout_goneMarginLeft
+attr layout_goneMarginRight
+attr layout_goneMarginStart
+attr layout_goneMarginTop
+attr layout_insetEdge
+attr layout_keyline
+attr layout_optimizationLevel
+attr layout_scrollEffect
+attr layout_scrollFlags
+attr layout_scrollInterpolator
+attr liftOnScroll
+attr liftOnScrollTargetViewId
+attr limitBoundsTo
+attr lineHeight
+attr lineSpacing
+attr linearProgressIndicatorStyle
+attr listChoiceBackgroundIndicator
+attr listChoiceIndicatorMultipleAnimated
+attr listChoiceIndicatorSingleAnimated
+attr listDividerAlertDialog
+attr listItemLayout
+attr listLayout
+attr listMenuViewStyle
+attr listPopupWindowStyle
+attr listPreferredItemHeight
+attr listPreferredItemHeightLarge
+attr listPreferredItemHeightSmall
+attr listPreferredItemPaddingEnd
+attr listPreferredItemPaddingLeft
+attr listPreferredItemPaddingRight
+attr listPreferredItemPaddingStart
+attr logo
+attr logoAdjustViewBounds
+attr logoDescription
+attr logoScaleType
+attr marginHorizontal
+attr marginLeftSystemWindowInsets
+attr marginRightSystemWindowInsets
+attr marginTopSystemWindowInsets
+attr materialAlertDialogBodyTextStyle
+attr materialAlertDialogButtonSpacerVisibility
+attr materialAlertDialogTheme
+attr materialAlertDialogTitleIconStyle
+attr materialAlertDialogTitlePanelStyle
+attr materialAlertDialogTitleTextStyle
+attr materialButtonOutlinedStyle
+attr materialButtonStyle
+attr materialButtonToggleGroupStyle
+attr materialCalendarDay
+attr materialCalendarDayOfWeekLabel
+attr materialCalendarFullscreenTheme
+attr materialCalendarHeaderCancelButton
+attr materialCalendarHeaderConfirmButton
+attr materialCalendarHeaderDivider
+attr materialCalendarHeaderLayout
+attr materialCalendarHeaderSelection
+attr materialCalendarHeaderTitle
+attr materialCalendarHeaderToggleButton
+attr materialCalendarMonth
+attr materialCalendarMonthNavigationButton
+attr materialCalendarStyle
+attr materialCalendarTheme
+attr materialCalendarYearNavigationButton
+attr materialCardViewElevatedStyle
+attr materialCardViewFilledStyle
+attr materialCardViewOutlinedStyle
+attr materialCardViewStyle
+attr materialCircleRadius
+attr materialClockStyle
+attr materialDisplayDividerStyle
+attr materialDividerHeavyStyle
+attr materialDividerStyle
+attr materialIconButtonFilledStyle
+attr materialIconButtonFilledTonalStyle
+attr materialIconButtonOutlinedStyle
+attr materialIconButtonStyle
+attr materialSwitchStyle
+attr materialThemeOverlay
+attr materialTimePickerStyle
+attr materialTimePickerTheme
+attr materialTimePickerTitleStyle
+attr maxAcceleration
+attr maxActionInlineWidth
+attr maxButtonHeight
+attr maxCharacterCount
+attr maxHeight
+attr maxImageSize
+attr maxLines
+attr maxVelocity
+attr maxWidth
+attr measureWithLargestChild
+attr menu
+attr menuAlignmentMode
+attr menuGravity
+attr minHeight
+attr minHideDelay
+attr minSeparation
+attr minTouchTargetSize
+attr minWidth
+attr mock_diagonalsColor
+attr mock_label
+attr mock_labelBackgroundColor
+attr mock_labelColor
+attr mock_showDiagonals
+attr mock_showLabel
+attr motionDebug
+attr motionDurationExtraLong1
+attr motionDurationExtraLong2
+attr motionDurationExtraLong3
+attr motionDurationExtraLong4
+attr motionDurationLong1
+attr motionDurationLong2
+attr motionDurationLong3
+attr motionDurationLong4
+attr motionDurationMedium1
+attr motionDurationMedium2
+attr motionDurationMedium3
+attr motionDurationMedium4
+attr motionDurationShort1
+attr motionDurationShort2
+attr motionDurationShort3
+attr motionDurationShort4
+attr motionEasingAccelerated
+attr motionEasingDecelerated
+attr motionEasingEmphasized
+attr motionEasingEmphasizedAccelerateInterpolator
+attr motionEasingEmphasizedDecelerateInterpolator
+attr motionEasingEmphasizedInterpolator
+attr motionEasingLinear
+attr motionEasingLinearInterpolator
+attr motionEasingStandard
+attr motionEasingStandardAccelerateInterpolator
+attr motionEasingStandardDecelerateInterpolator
+attr motionEasingStandardInterpolator
+attr motionInterpolator
+attr motionPath
+attr motionPathRotate
+attr motionProgress
+attr motionStagger
+attr motionTarget
+attr motion_postLayoutCollision
+attr motion_triggerOnCollision
+attr moveWhenScrollAtTop
+attr multiChoiceItemLayout
+attr navigationContentDescription
+attr navigationIcon
+attr navigationIconTint
+attr navigationMode
+attr navigationRailStyle
+attr navigationViewStyle
+attr nestedScrollFlags
+attr nestedScrollViewStyle
+attr nestedScrollable
+attr number
+attr numericModifiers
+attr onCross
+attr onHide
+attr onNegativeCross
+attr onPositiveCross
+attr onShow
+attr onTouchUp
+attr overlapAnchor
+attr overlay
+attr paddingBottomNoButtons
+attr paddingBottomSystemWindowInsets
+attr paddingEnd
+attr paddingLeftSystemWindowInsets
+attr paddingRightSystemWindowInsets
+attr paddingStart
+attr paddingTopNoTitle
+attr paddingTopSystemWindowInsets
+attr panelBackground
+attr panelMenuListTheme
+attr panelMenuListWidth
+attr passwordToggleContentDescription
+attr passwordToggleDrawable
+attr passwordToggleEnabled
+attr passwordToggleTint
+attr passwordToggleTintMode
+attr pathMotionArc
+attr path_percent
+attr percentHeight
+attr percentWidth
+attr percentX
+attr percentY
+attr perpendicularPath_percent
+attr pivotAnchor
+attr placeholderText
+attr placeholderTextAppearance
+attr placeholderTextColor
+attr placeholder_emptyVisibility
+attr popupMenuBackground
+attr popupMenuStyle
+attr popupTheme
+attr popupWindowStyle
+attr prefixText
+attr prefixTextAppearance
+attr prefixTextColor
+attr preserveIconSpacing
+attr pressedTranslationZ
+attr progressBarPadding
+attr progressBarStyle
+attr queryBackground
+attr queryHint
+attr queryPatterns
+attr radioButtonStyle
+attr rangeFillColor
+attr ratingBarStyle
+attr ratingBarStyleIndicator
+attr ratingBarStyleSmall
+attr recyclerViewStyle
+attr region_heightLessThan
+attr region_heightMoreThan
+attr region_widthLessThan
+attr region_widthMoreThan
+attr removeEmbeddedFabElevation
+attr reverseLayout
+attr rippleColor
+attr round
+attr roundPercent
+attr saturation
+attr scrimAnimationDuration
+attr scrimBackground
+attr scrimVisibleHeightTrigger
+attr searchHintIcon
+attr searchIcon
+attr searchViewStyle
+attr seekBarStyle
+attr selectableItemBackground
+attr selectableItemBackgroundBorderless
+attr selectionRequired
+attr selectorSize
+attr shapeAppearance
+attr shapeAppearanceCornerExtraLarge
+attr shapeAppearanceCornerExtraSmall
+attr shapeAppearanceCornerLarge
+attr shapeAppearanceCornerMedium
+attr shapeAppearanceCornerSmall
+attr shapeAppearanceLargeComponent
+attr shapeAppearanceMediumComponent
+attr shapeAppearanceOverlay
+attr shapeAppearanceSmallComponent
+attr shapeCornerFamily
+attr shortcutMatchRequired
+attr showAnimationBehavior
+attr showAsAction
+attr showDelay
+attr showDividers
+attr showMotionSpec
+attr showPaths
+attr showText
+attr showTitle
+attr shrinkMotionSpec
+attr simpleItemLayout
+attr simpleItemSelectedColor
+attr simpleItemSelectedRippleColor
+attr simpleItems
+attr singleChoiceItemLayout
+attr singleLine
+attr singleSelection
+attr sizePercent
+attr sliderStyle
+attr snackbarButtonStyle
+attr snackbarStyle
+attr snackbarTextViewStyle
+attr spanCount
+attr spinBars
+attr spinnerDropDownItemStyle
+attr spinnerStyle
+attr splitTrack
+attr srcCompat
+attr stackFromEnd
+attr staggered
+attr startIconCheckable
+attr startIconContentDescription
+attr startIconDrawable
+attr startIconTint
+attr startIconTintMode
+attr state_above_anchor
+attr state_collapsed
+attr state_collapsible
+attr state_dragged
+attr state_error
+attr state_indeterminate
+attr state_liftable
+attr state_lifted
+attr state_with_icon
+attr statusBarBackground
+attr statusBarForeground
+attr statusBarScrim
+attr strokeColor
+attr strokeWidth
+attr subMenuArrow
+attr subheaderColor
+attr subheaderInsetEnd
+attr subheaderInsetStart
+attr subheaderTextAppearance
+attr submitBackground
+attr subtitle
+attr subtitleCentered
+attr subtitleTextAppearance
+attr subtitleTextColor
+attr subtitleTextStyle
+attr suffixText
+attr suffixTextAppearance
+attr suffixTextColor
+attr suggestionRowLayout
+attr switchMinWidth
+attr switchPadding
+attr switchStyle
+attr switchTextAppearance
+attr tabBackground
+attr tabContentStart
+attr tabGravity
+attr tabIconTint
+attr tabIconTintMode
+attr tabIndicator
+attr tabIndicatorAnimationDuration
+attr tabIndicatorAnimationMode
+attr tabIndicatorColor
+attr tabIndicatorFullWidth
+attr tabIndicatorGravity
+attr tabIndicatorHeight
+attr tabInlineLabel
+attr tabMaxWidth
+attr tabMinWidth
+attr tabMode
+attr tabPadding
+attr tabPaddingBottom
+attr tabPaddingEnd
+attr tabPaddingStart
+attr tabPaddingTop
+attr tabRippleColor
+attr tabSecondaryStyle
+attr tabSelectedTextColor
+attr tabStyle
+attr tabTextAppearance
+attr tabTextColor
+attr tabUnboundedRipple
+attr targetId
+attr telltales_tailColor
+attr telltales_tailScale
+attr telltales_velocityMode
+attr textAllCaps
+attr textAppearanceBody1
+attr textAppearanceBody2
+attr textAppearanceBodyLarge
+attr textAppearanceBodyMedium
+attr textAppearanceBodySmall
+attr textAppearanceButton
+attr textAppearanceCaption
+attr textAppearanceDisplayLarge
+attr textAppearanceDisplayMedium
+attr textAppearanceDisplaySmall
+attr textAppearanceHeadline1
+attr textAppearanceHeadline2
+attr textAppearanceHeadline3
+attr textAppearanceHeadline4
+attr textAppearanceHeadline5
+attr textAppearanceHeadline6
+attr textAppearanceHeadlineLarge
+attr textAppearanceHeadlineMedium
+attr textAppearanceHeadlineSmall
+attr textAppearanceLabelLarge
+attr textAppearanceLabelMedium
+attr textAppearanceLabelSmall
+attr textAppearanceLargePopupMenu
+attr textAppearanceLineHeightEnabled
+attr textAppearanceListItem
+attr textAppearanceListItemSecondary
+attr textAppearanceListItemSmall
+attr textAppearanceOverline
+attr textAppearancePopupMenuHeader
+attr textAppearanceSearchResultSubtitle
+attr textAppearanceSearchResultTitle
+attr textAppearanceSmallPopupMenu
+attr textAppearanceSubtitle1
+attr textAppearanceSubtitle2
+attr textAppearanceTitleLarge
+attr textAppearanceTitleMedium
+attr textAppearanceTitleSmall
+attr textColorAlertDialogListItem
+attr textColorSearchUrl
+attr textEndPadding
+attr textInputFilledDenseStyle
+attr textInputFilledExposedDropdownMenuStyle
+attr textInputFilledStyle
+attr textInputLayoutFocusedRectEnabled
+attr textInputOutlinedDenseStyle
+attr textInputOutlinedExposedDropdownMenuStyle
+attr textInputOutlinedStyle
+attr textInputStyle
+attr textLocale
+attr textStartPadding
+attr theme
+attr thickness
+attr thumbColor
+attr thumbElevation
+attr thumbIcon
+attr thumbIconTint
+attr thumbIconTintMode
+attr thumbRadius
+attr thumbStrokeColor
+attr thumbStrokeWidth
+attr thumbTextPadding
+attr thumbTint
+attr thumbTintMode
+attr tickColor
+attr tickColorActive
+attr tickColorInactive
+attr tickMark
+attr tickMarkTint
+attr tickMarkTintMode
+attr tickVisible
+attr tint
+attr tintMode
+attr title
+attr titleCentered
+attr titleCollapseMode
+attr titleEnabled
+attr titleMargin
+attr titleMarginBottom
+attr titleMarginEnd
+attr titleMarginStart
+attr titleMarginTop
+attr titleMargins
+attr titlePositionInterpolator
+attr titleTextAppearance
+attr titleTextColor
+attr titleTextEllipsize
+attr titleTextStyle
+attr toggleCheckedStateOnClick
+attr toolbarId
+attr toolbarNavigationButtonStyle
+attr toolbarStyle
+attr toolbarSurfaceStyle
+attr tooltipForegroundColor
+attr tooltipFrameBackground
+attr tooltipStyle
+attr tooltipText
+attr topInsetScrimEnabled
+attr touchAnchorId
+attr touchAnchorSide
+attr touchRegionId
+attr track
+attr trackColor
+attr trackColorActive
+attr trackColorInactive
+attr trackCornerRadius
+attr trackDecoration
+attr trackDecorationTint
+attr trackDecorationTintMode
+attr trackHeight
+attr trackThickness
+attr trackTint
+attr trackTintMode
+attr transitionDisable
+attr transitionEasing
+attr transitionFlags
+attr transitionPathRotate
+attr transitionShapeAppearance
+attr triggerId
+attr triggerReceiver
+attr triggerSlack
+attr ttcIndex
+attr useCompatPadding
+attr useMaterialThemeColors
+attr values
+attr verticalOffset
+attr verticalOffsetWithText
+attr viewInflaterClass
+attr visibilityMode
+attr voiceIcon
+attr warmth
+attr waveDecay
+attr waveOffset
+attr wavePeriod
+attr waveShape
+attr waveVariesBy
+attr windowActionBar
+attr windowActionBarOverlay
+attr windowActionModeOverlay
+attr windowFixedHeightMajor
+attr windowFixedHeightMinor
+attr windowFixedWidthMajor
+attr windowFixedWidthMinor
+attr windowMinWidthMajor
+attr windowMinWidthMinor
+attr windowNoTitle
+attr yearSelectedStyle
+attr yearStyle
+attr yearTodayStyle
+bool abc_action_bar_embed_tabs
+bool abc_allow_stacked_button_bar
+bool abc_config_actionMenuItemAllCaps
+bool mtrl_btn_textappearance_all_caps
+color abc_background_cache_hint_selector_material_dark
+color abc_background_cache_hint_selector_material_light
+color abc_btn_colored_borderless_text_material
+color abc_btn_colored_text_material
+color abc_color_highlight_material
+color abc_decor_view_status_guard
+color abc_decor_view_status_guard_light
+color abc_hint_foreground_material_dark
+color abc_hint_foreground_material_light
+color abc_primary_text_disable_only_material_dark
+color abc_primary_text_disable_only_material_light
+color abc_primary_text_material_dark
+color abc_primary_text_material_light
+color abc_search_url_text
+color abc_search_url_text_normal
+color abc_search_url_text_pressed
+color abc_search_url_text_selected
+color abc_secondary_text_material_dark
+color abc_secondary_text_material_light
+color abc_tint_btn_checkable
+color abc_tint_default
+color abc_tint_edittext
+color abc_tint_seek_thumb
+color abc_tint_spinner
+color abc_tint_switch_track
+color accent_material_dark
+color accent_material_light
+color androidx_core_ripple_material_light
+color androidx_core_secondary_text_default_material_light
+color background_floating_material_dark
+color background_floating_material_light
+color background_material_dark
+color background_material_light
+color bright_foreground_disabled_material_dark
+color bright_foreground_disabled_material_light
+color bright_foreground_inverse_material_dark
+color bright_foreground_inverse_material_light
+color bright_foreground_material_dark
+color bright_foreground_material_light
+color button_material_dark
+color button_material_light
+color cardview_dark_background
+color cardview_light_background
+color cardview_shadow_end_color
+color cardview_shadow_start_color
+color design_bottom_navigation_shadow_color
+color design_box_stroke_color
+color design_dark_default_color_background
+color design_dark_default_color_error
+color design_dark_default_color_on_background
+color design_dark_default_color_on_error
+color design_dark_default_color_on_primary
+color design_dark_default_color_on_secondary
+color design_dark_default_color_on_surface
+color design_dark_default_color_primary
+color design_dark_default_color_primary_dark
+color design_dark_default_color_primary_variant
+color design_dark_default_color_secondary
+color design_dark_default_color_secondary_variant
+color design_dark_default_color_surface
+color design_default_color_background
+color design_default_color_error
+color design_default_color_on_background
+color design_default_color_on_error
+color design_default_color_on_primary
+color design_default_color_on_secondary
+color design_default_color_on_surface
+color design_default_color_primary
+color design_default_color_primary_dark
+color design_default_color_primary_variant
+color design_default_color_secondary
+color design_default_color_secondary_variant
+color design_default_color_surface
+color design_error
+color design_fab_shadow_end_color
+color design_fab_shadow_mid_color
+color design_fab_shadow_start_color
+color design_fab_stroke_end_inner_color
+color design_fab_stroke_end_outer_color
+color design_fab_stroke_top_inner_color
+color design_fab_stroke_top_outer_color
+color design_icon_tint
+color design_snackbar_background_color
+color dim_foreground_disabled_material_dark
+color dim_foreground_disabled_material_light
+color dim_foreground_material_dark
+color dim_foreground_material_light
+color error_color_material_dark
+color error_color_material_light
+color foreground_material_dark
+color foreground_material_light
+color highlighted_text_material_dark
+color highlighted_text_material_light
+color m3_appbar_overlay_color
+color m3_assist_chip_icon_tint_color
+color m3_assist_chip_stroke_color
+color m3_button_background_color_selector
+color m3_button_foreground_color_selector
+color m3_button_outline_color_selector
+color m3_button_ripple_color
+color m3_button_ripple_color_selector
+color m3_calendar_item_disabled_text
+color m3_calendar_item_stroke_color
+color m3_card_foreground_color
+color m3_card_ripple_color
+color m3_card_stroke_color
+color m3_checkbox_button_icon_tint
+color m3_checkbox_button_tint
+color m3_chip_assist_text_color
+color m3_chip_background_color
+color m3_chip_ripple_color
+color m3_chip_stroke_color
+color m3_chip_text_color
+color m3_dark_default_color_primary_text
+color m3_dark_default_color_secondary_text
+color m3_dark_highlighted_text
+color m3_dark_hint_foreground
+color m3_dark_primary_text_disable_only
+color m3_default_color_primary_text
+color m3_default_color_secondary_text
+color m3_dynamic_dark_default_color_primary_text
+color m3_dynamic_dark_default_color_secondary_text
+color m3_dynamic_dark_highlighted_text
+color m3_dynamic_dark_hint_foreground
+color m3_dynamic_dark_primary_text_disable_only
+color m3_dynamic_default_color_primary_text
+color m3_dynamic_default_color_secondary_text
+color m3_dynamic_highlighted_text
+color m3_dynamic_hint_foreground
+color m3_dynamic_primary_text_disable_only
+color m3_efab_ripple_color_selector
+color m3_elevated_chip_background_color
+color m3_fab_efab_background_color_selector
+color m3_fab_efab_foreground_color_selector
+color m3_fab_ripple_color_selector
+color m3_filled_icon_button_container_color_selector
+color m3_highlighted_text
+color m3_hint_foreground
+color m3_icon_button_icon_color_selector
+color m3_navigation_bar_item_with_indicator_icon_tint
+color m3_navigation_bar_item_with_indicator_label_tint
+color m3_navigation_bar_ripple_color_selector
+color m3_navigation_item_background_color
+color m3_navigation_item_icon_tint
+color m3_navigation_item_ripple_color
+color m3_navigation_item_text_color
+color m3_popupmenu_overlay_color
+color m3_primary_text_disable_only
+color m3_radiobutton_button_tint
+color m3_radiobutton_ripple_tint
+color m3_ref_palette_black
+color m3_ref_palette_dynamic_neutral0
+color m3_ref_palette_dynamic_neutral10
+color m3_ref_palette_dynamic_neutral100
+color m3_ref_palette_dynamic_neutral20
+color m3_ref_palette_dynamic_neutral30
+color m3_ref_palette_dynamic_neutral40
+color m3_ref_palette_dynamic_neutral50
+color m3_ref_palette_dynamic_neutral60
+color m3_ref_palette_dynamic_neutral70
+color m3_ref_palette_dynamic_neutral80
+color m3_ref_palette_dynamic_neutral90
+color m3_ref_palette_dynamic_neutral95
+color m3_ref_palette_dynamic_neutral99
+color m3_ref_palette_dynamic_neutral_variant0
+color m3_ref_palette_dynamic_neutral_variant10
+color m3_ref_palette_dynamic_neutral_variant100
+color m3_ref_palette_dynamic_neutral_variant20
+color m3_ref_palette_dynamic_neutral_variant30
+color m3_ref_palette_dynamic_neutral_variant40
+color m3_ref_palette_dynamic_neutral_variant50
+color m3_ref_palette_dynamic_neutral_variant60
+color m3_ref_palette_dynamic_neutral_variant70
+color m3_ref_palette_dynamic_neutral_variant80
+color m3_ref_palette_dynamic_neutral_variant90
+color m3_ref_palette_dynamic_neutral_variant95
+color m3_ref_palette_dynamic_neutral_variant99
+color m3_ref_palette_dynamic_primary0
+color m3_ref_palette_dynamic_primary10
+color m3_ref_palette_dynamic_primary100
+color m3_ref_palette_dynamic_primary20
+color m3_ref_palette_dynamic_primary30
+color m3_ref_palette_dynamic_primary40
+color m3_ref_palette_dynamic_primary50
+color m3_ref_palette_dynamic_primary60
+color m3_ref_palette_dynamic_primary70
+color m3_ref_palette_dynamic_primary80
+color m3_ref_palette_dynamic_primary90
+color m3_ref_palette_dynamic_primary95
+color m3_ref_palette_dynamic_primary99
+color m3_ref_palette_dynamic_secondary0
+color m3_ref_palette_dynamic_secondary10
+color m3_ref_palette_dynamic_secondary100
+color m3_ref_palette_dynamic_secondary20
+color m3_ref_palette_dynamic_secondary30
+color m3_ref_palette_dynamic_secondary40
+color m3_ref_palette_dynamic_secondary50
+color m3_ref_palette_dynamic_secondary60
+color m3_ref_palette_dynamic_secondary70
+color m3_ref_palette_dynamic_secondary80
+color m3_ref_palette_dynamic_secondary90
+color m3_ref_palette_dynamic_secondary95
+color m3_ref_palette_dynamic_secondary99
+color m3_ref_palette_dynamic_tertiary0
+color m3_ref_palette_dynamic_tertiary10
+color m3_ref_palette_dynamic_tertiary100
+color m3_ref_palette_dynamic_tertiary20
+color m3_ref_palette_dynamic_tertiary30
+color m3_ref_palette_dynamic_tertiary40
+color m3_ref_palette_dynamic_tertiary50
+color m3_ref_palette_dynamic_tertiary60
+color m3_ref_palette_dynamic_tertiary70
+color m3_ref_palette_dynamic_tertiary80
+color m3_ref_palette_dynamic_tertiary90
+color m3_ref_palette_dynamic_tertiary95
+color m3_ref_palette_dynamic_tertiary99
+color m3_ref_palette_error0
+color m3_ref_palette_error10
+color m3_ref_palette_error100
+color m3_ref_palette_error20
+color m3_ref_palette_error30
+color m3_ref_palette_error40
+color m3_ref_palette_error50
+color m3_ref_palette_error60
+color m3_ref_palette_error70
+color m3_ref_palette_error80
+color m3_ref_palette_error90
+color m3_ref_palette_error95
+color m3_ref_palette_error99
+color m3_ref_palette_neutral0
+color m3_ref_palette_neutral10
+color m3_ref_palette_neutral100
+color m3_ref_palette_neutral20
+color m3_ref_palette_neutral30
+color m3_ref_palette_neutral40
+color m3_ref_palette_neutral50
+color m3_ref_palette_neutral60
+color m3_ref_palette_neutral70
+color m3_ref_palette_neutral80
+color m3_ref_palette_neutral90
+color m3_ref_palette_neutral95
+color m3_ref_palette_neutral99
+color m3_ref_palette_neutral_variant0
+color m3_ref_palette_neutral_variant10
+color m3_ref_palette_neutral_variant100
+color m3_ref_palette_neutral_variant20
+color m3_ref_palette_neutral_variant30
+color m3_ref_palette_neutral_variant40
+color m3_ref_palette_neutral_variant50
+color m3_ref_palette_neutral_variant60
+color m3_ref_palette_neutral_variant70
+color m3_ref_palette_neutral_variant80
+color m3_ref_palette_neutral_variant90
+color m3_ref_palette_neutral_variant95
+color m3_ref_palette_neutral_variant99
+color m3_ref_palette_primary0
+color m3_ref_palette_primary10
+color m3_ref_palette_primary100
+color m3_ref_palette_primary20
+color m3_ref_palette_primary30
+color m3_ref_palette_primary40
+color m3_ref_palette_primary50
+color m3_ref_palette_primary60
+color m3_ref_palette_primary70
+color m3_ref_palette_primary80
+color m3_ref_palette_primary90
+color m3_ref_palette_primary95
+color m3_ref_palette_primary99
+color m3_ref_palette_secondary0
+color m3_ref_palette_secondary10
+color m3_ref_palette_secondary100
+color m3_ref_palette_secondary20
+color m3_ref_palette_secondary30
+color m3_ref_palette_secondary40
+color m3_ref_palette_secondary50
+color m3_ref_palette_secondary60
+color m3_ref_palette_secondary70
+color m3_ref_palette_secondary80
+color m3_ref_palette_secondary90
+color m3_ref_palette_secondary95
+color m3_ref_palette_secondary99
+color m3_ref_palette_tertiary0
+color m3_ref_palette_tertiary10
+color m3_ref_palette_tertiary100
+color m3_ref_palette_tertiary20
+color m3_ref_palette_tertiary30
+color m3_ref_palette_tertiary40
+color m3_ref_palette_tertiary50
+color m3_ref_palette_tertiary60
+color m3_ref_palette_tertiary70
+color m3_ref_palette_tertiary80
+color m3_ref_palette_tertiary90
+color m3_ref_palette_tertiary95
+color m3_ref_palette_tertiary99
+color m3_ref_palette_white
+color m3_selection_control_ripple_color_selector
+color m3_simple_item_ripple_color
+color m3_slider_active_track_color
+color m3_slider_halo_color
+color m3_slider_inactive_track_color
+color m3_slider_thumb_color
+color m3_switch_thumb_tint
+color m3_switch_track_tint
+color m3_sys_color_dark_background
+color m3_sys_color_dark_error
+color m3_sys_color_dark_error_container
+color m3_sys_color_dark_inverse_on_surface
+color m3_sys_color_dark_inverse_primary
+color m3_sys_color_dark_inverse_surface
+color m3_sys_color_dark_on_background
+color m3_sys_color_dark_on_error
+color m3_sys_color_dark_on_error_container
+color m3_sys_color_dark_on_primary
+color m3_sys_color_dark_on_primary_container
+color m3_sys_color_dark_on_secondary
+color m3_sys_color_dark_on_secondary_container
+color m3_sys_color_dark_on_surface
+color m3_sys_color_dark_on_surface_variant
+color m3_sys_color_dark_on_tertiary
+color m3_sys_color_dark_on_tertiary_container
+color m3_sys_color_dark_outline
+color m3_sys_color_dark_primary
+color m3_sys_color_dark_primary_container
+color m3_sys_color_dark_secondary
+color m3_sys_color_dark_secondary_container
+color m3_sys_color_dark_surface
+color m3_sys_color_dark_surface_variant
+color m3_sys_color_dark_tertiary
+color m3_sys_color_dark_tertiary_container
+color m3_sys_color_dynamic_dark_background
+color m3_sys_color_dynamic_dark_inverse_on_surface
+color m3_sys_color_dynamic_dark_inverse_primary
+color m3_sys_color_dynamic_dark_inverse_surface
+color m3_sys_color_dynamic_dark_on_background
+color m3_sys_color_dynamic_dark_on_primary
+color m3_sys_color_dynamic_dark_on_primary_container
+color m3_sys_color_dynamic_dark_on_secondary
+color m3_sys_color_dynamic_dark_on_secondary_container
+color m3_sys_color_dynamic_dark_on_surface
+color m3_sys_color_dynamic_dark_on_surface_variant
+color m3_sys_color_dynamic_dark_on_tertiary
+color m3_sys_color_dynamic_dark_on_tertiary_container
+color m3_sys_color_dynamic_dark_outline
+color m3_sys_color_dynamic_dark_primary
+color m3_sys_color_dynamic_dark_primary_container
+color m3_sys_color_dynamic_dark_secondary
+color m3_sys_color_dynamic_dark_secondary_container
+color m3_sys_color_dynamic_dark_surface
+color m3_sys_color_dynamic_dark_surface_variant
+color m3_sys_color_dynamic_dark_tertiary
+color m3_sys_color_dynamic_dark_tertiary_container
+color m3_sys_color_dynamic_light_background
+color m3_sys_color_dynamic_light_inverse_on_surface
+color m3_sys_color_dynamic_light_inverse_primary
+color m3_sys_color_dynamic_light_inverse_surface
+color m3_sys_color_dynamic_light_on_background
+color m3_sys_color_dynamic_light_on_primary
+color m3_sys_color_dynamic_light_on_primary_container
+color m3_sys_color_dynamic_light_on_secondary
+color m3_sys_color_dynamic_light_on_secondary_container
+color m3_sys_color_dynamic_light_on_surface
+color m3_sys_color_dynamic_light_on_surface_variant
+color m3_sys_color_dynamic_light_on_tertiary
+color m3_sys_color_dynamic_light_on_tertiary_container
+color m3_sys_color_dynamic_light_outline
+color m3_sys_color_dynamic_light_primary
+color m3_sys_color_dynamic_light_primary_container
+color m3_sys_color_dynamic_light_secondary
+color m3_sys_color_dynamic_light_secondary_container
+color m3_sys_color_dynamic_light_surface
+color m3_sys_color_dynamic_light_surface_variant
+color m3_sys_color_dynamic_light_tertiary
+color m3_sys_color_dynamic_light_tertiary_container
+color m3_sys_color_light_background
+color m3_sys_color_light_error
+color m3_sys_color_light_error_container
+color m3_sys_color_light_inverse_on_surface
+color m3_sys_color_light_inverse_primary
+color m3_sys_color_light_inverse_surface
+color m3_sys_color_light_on_background
+color m3_sys_color_light_on_error
+color m3_sys_color_light_on_error_container
+color m3_sys_color_light_on_primary
+color m3_sys_color_light_on_primary_container
+color m3_sys_color_light_on_secondary
+color m3_sys_color_light_on_secondary_container
+color m3_sys_color_light_on_surface
+color m3_sys_color_light_on_surface_variant
+color m3_sys_color_light_on_tertiary
+color m3_sys_color_light_on_tertiary_container
+color m3_sys_color_light_outline
+color m3_sys_color_light_primary
+color m3_sys_color_light_primary_container
+color m3_sys_color_light_secondary
+color m3_sys_color_light_secondary_container
+color m3_sys_color_light_surface
+color m3_sys_color_light_surface_variant
+color m3_sys_color_light_tertiary
+color m3_sys_color_light_tertiary_container
+color m3_tabs_icon_color
+color m3_tabs_ripple_color
+color m3_text_button_background_color_selector
+color m3_text_button_foreground_color_selector
+color m3_text_button_ripple_color_selector
+color m3_textfield_filled_background_color
+color m3_textfield_indicator_text_color
+color m3_textfield_input_text_color
+color m3_textfield_label_color
+color m3_textfield_stroke_color
+color m3_timepicker_button_background_color
+color m3_timepicker_button_ripple_color
+color m3_timepicker_button_text_color
+color m3_timepicker_clock_text_color
+color m3_timepicker_display_background_color
+color m3_timepicker_display_ripple_color
+color m3_timepicker_display_stroke_color
+color m3_timepicker_display_text_color
+color m3_timepicker_secondary_text_button_ripple_color
+color m3_timepicker_secondary_text_button_text_color
+color m3_tonal_button_ripple_color_selector
+color material_blue_grey_800
+color material_blue_grey_900
+color material_blue_grey_950
+color material_cursor_color
+color material_deep_teal_200
+color material_deep_teal_500
+color material_divider_color
+color material_dynamic_neutral0
+color material_dynamic_neutral10
+color material_dynamic_neutral100
+color material_dynamic_neutral20
+color material_dynamic_neutral30
+color material_dynamic_neutral40
+color material_dynamic_neutral50
+color material_dynamic_neutral60
+color material_dynamic_neutral70
+color material_dynamic_neutral80
+color material_dynamic_neutral90
+color material_dynamic_neutral95
+color material_dynamic_neutral99
+color material_dynamic_neutral_variant0
+color material_dynamic_neutral_variant10
+color material_dynamic_neutral_variant100
+color material_dynamic_neutral_variant20
+color material_dynamic_neutral_variant30
+color material_dynamic_neutral_variant40
+color material_dynamic_neutral_variant50
+color material_dynamic_neutral_variant60
+color material_dynamic_neutral_variant70
+color material_dynamic_neutral_variant80
+color material_dynamic_neutral_variant90
+color material_dynamic_neutral_variant95
+color material_dynamic_neutral_variant99
+color material_dynamic_primary0
+color material_dynamic_primary10
+color material_dynamic_primary100
+color material_dynamic_primary20
+color material_dynamic_primary30
+color material_dynamic_primary40
+color material_dynamic_primary50
+color material_dynamic_primary60
+color material_dynamic_primary70
+color material_dynamic_primary80
+color material_dynamic_primary90
+color material_dynamic_primary95
+color material_dynamic_primary99
+color material_dynamic_secondary0
+color material_dynamic_secondary10
+color material_dynamic_secondary100
+color material_dynamic_secondary20
+color material_dynamic_secondary30
+color material_dynamic_secondary40
+color material_dynamic_secondary50
+color material_dynamic_secondary60
+color material_dynamic_secondary70
+color material_dynamic_secondary80
+color material_dynamic_secondary90
+color material_dynamic_secondary95
+color material_dynamic_secondary99
+color material_dynamic_tertiary0
+color material_dynamic_tertiary10
+color material_dynamic_tertiary100
+color material_dynamic_tertiary20
+color material_dynamic_tertiary30
+color material_dynamic_tertiary40
+color material_dynamic_tertiary50
+color material_dynamic_tertiary60
+color material_dynamic_tertiary70
+color material_dynamic_tertiary80
+color material_dynamic_tertiary90
+color material_dynamic_tertiary95
+color material_dynamic_tertiary99
+color material_grey_100
+color material_grey_300
+color material_grey_50
+color material_grey_600
+color material_grey_800
+color material_grey_850
+color material_grey_900
+color material_harmonized_color_error
+color material_harmonized_color_error_container
+color material_harmonized_color_on_error
+color material_harmonized_color_on_error_container
+color material_on_background_disabled
+color material_on_background_emphasis_high_type
+color material_on_background_emphasis_medium
+color material_on_primary_disabled
+color material_on_primary_emphasis_high_type
+color material_on_primary_emphasis_medium
+color material_on_surface_disabled
+color material_on_surface_emphasis_high_type
+color material_on_surface_emphasis_medium
+color material_on_surface_stroke
+color material_slider_active_tick_marks_color
+color material_slider_active_track_color
+color material_slider_halo_color
+color material_slider_inactive_tick_marks_color
+color material_slider_inactive_track_color
+color material_slider_thumb_color
+color material_timepicker_button_background
+color material_timepicker_button_stroke
+color material_timepicker_clock_text_color
+color material_timepicker_clockface
+color material_timepicker_modebutton_tint
+color mtrl_btn_bg_color_selector
+color mtrl_btn_ripple_color
+color mtrl_btn_stroke_color_selector
+color mtrl_btn_text_btn_bg_color_selector
+color mtrl_btn_text_btn_ripple_color
+color mtrl_btn_text_color_disabled
+color mtrl_btn_text_color_selector
+color mtrl_btn_transparent_bg_color
+color mtrl_calendar_item_stroke_color
+color mtrl_calendar_selected_range
+color mtrl_card_view_foreground
+color mtrl_card_view_ripple
+color mtrl_chip_background_color
+color mtrl_chip_close_icon_tint
+color mtrl_chip_surface_color
+color mtrl_chip_text_color
+color mtrl_choice_chip_background_color
+color mtrl_choice_chip_ripple_color
+color mtrl_choice_chip_text_color
+color mtrl_error
+color mtrl_fab_bg_color_selector
+color mtrl_fab_icon_text_color_selector
+color mtrl_fab_ripple_color
+color mtrl_filled_background_color
+color mtrl_filled_icon_tint
+color mtrl_filled_stroke_color
+color mtrl_indicator_text_color
+color mtrl_navigation_bar_colored_item_tint
+color mtrl_navigation_bar_colored_ripple_color
+color mtrl_navigation_bar_item_tint
+color mtrl_navigation_bar_ripple_color
+color mtrl_navigation_item_background_color
+color mtrl_navigation_item_icon_tint
+color mtrl_navigation_item_text_color
+color mtrl_on_primary_text_btn_text_color_selector
+color mtrl_on_surface_ripple_color
+color mtrl_outlined_icon_tint
+color mtrl_outlined_stroke_color
+color mtrl_popupmenu_overlay_color
+color mtrl_scrim_color
+color mtrl_switch_thumb_icon_tint
+color mtrl_switch_thumb_tint
+color mtrl_switch_track_decoration_tint
+color mtrl_switch_track_tint
+color mtrl_tabs_colored_ripple_color
+color mtrl_tabs_icon_color_selector
+color mtrl_tabs_icon_color_selector_colored
+color mtrl_tabs_legacy_text_color_selector
+color mtrl_tabs_ripple_color
+color mtrl_text_btn_text_color_selector
+color mtrl_textinput_default_box_stroke_color
+color mtrl_textinput_disabled_color
+color mtrl_textinput_filled_box_default_background_color
+color mtrl_textinput_focused_box_stroke_color
+color mtrl_textinput_hovered_box_stroke_color
+color notification_action_color_filter
+color notification_icon_bg_color
+color primary_dark_material_dark
+color primary_dark_material_light
+color primary_material_dark
+color primary_material_light
+color primary_text_default_material_dark
+color primary_text_default_material_light
+color primary_text_disabled_material_dark
+color primary_text_disabled_material_light
+color ripple_material_dark
+color ripple_material_light
+color secondary_text_default_material_dark
+color secondary_text_default_material_light
+color secondary_text_disabled_material_dark
+color secondary_text_disabled_material_light
+color switch_thumb_disabled_material_dark
+color switch_thumb_disabled_material_light
+color switch_thumb_material_dark
+color switch_thumb_material_light
+color switch_thumb_normal_material_dark
+color switch_thumb_normal_material_light
+color tooltip_background_dark
+color tooltip_background_light
+dimen abc_action_bar_content_inset_material
+dimen abc_action_bar_content_inset_with_nav
+dimen abc_action_bar_default_height_material
+dimen abc_action_bar_default_padding_end_material
+dimen abc_action_bar_default_padding_start_material
+dimen abc_action_bar_elevation_material
+dimen abc_action_bar_icon_vertical_padding_material
+dimen abc_action_bar_overflow_padding_end_material
+dimen abc_action_bar_overflow_padding_start_material
+dimen abc_action_bar_stacked_max_height
+dimen abc_action_bar_stacked_tab_max_width
+dimen abc_action_bar_subtitle_bottom_margin_material
+dimen abc_action_bar_subtitle_top_margin_material
+dimen abc_action_button_min_height_material
+dimen abc_action_button_min_width_material
+dimen abc_action_button_min_width_overflow_material
+dimen abc_alert_dialog_button_bar_height
+dimen abc_alert_dialog_button_dimen
+dimen abc_button_inset_horizontal_material
+dimen abc_button_inset_vertical_material
+dimen abc_button_padding_horizontal_material
+dimen abc_button_padding_vertical_material
+dimen abc_cascading_menus_min_smallest_width
+dimen abc_config_prefDialogWidth
+dimen abc_control_corner_material
+dimen abc_control_inset_material
+dimen abc_control_padding_material
+dimen abc_dialog_corner_radius_material
+dimen abc_dialog_fixed_height_major
+dimen abc_dialog_fixed_height_minor
+dimen abc_dialog_fixed_width_major
+dimen abc_dialog_fixed_width_minor
+dimen abc_dialog_list_padding_bottom_no_buttons
+dimen abc_dialog_list_padding_top_no_title
+dimen abc_dialog_min_width_major
+dimen abc_dialog_min_width_minor
+dimen abc_dialog_padding_material
+dimen abc_dialog_padding_top_material
+dimen abc_dialog_title_divider_material
+dimen abc_disabled_alpha_material_dark
+dimen abc_disabled_alpha_material_light
+dimen abc_dropdownitem_icon_width
+dimen abc_dropdownitem_text_padding_left
+dimen abc_dropdownitem_text_padding_right
+dimen abc_edit_text_inset_bottom_material
+dimen abc_edit_text_inset_horizontal_material
+dimen abc_edit_text_inset_top_material
+dimen abc_floating_window_z
+dimen abc_list_item_height_large_material
+dimen abc_list_item_height_material
+dimen abc_list_item_height_small_material
+dimen abc_list_item_padding_horizontal_material
+dimen abc_panel_menu_list_width
+dimen abc_progress_bar_height_material
+dimen abc_search_view_preferred_height
+dimen abc_search_view_preferred_width
+dimen abc_seekbar_track_background_height_material
+dimen abc_seekbar_track_progress_height_material
+dimen abc_select_dialog_padding_start_material
+dimen abc_star_big
+dimen abc_star_medium
+dimen abc_star_small
+dimen abc_switch_padding
+dimen abc_text_size_body_1_material
+dimen abc_text_size_body_2_material
+dimen abc_text_size_button_material
+dimen abc_text_size_caption_material
+dimen abc_text_size_display_1_material
+dimen abc_text_size_display_2_material
+dimen abc_text_size_display_3_material
+dimen abc_text_size_display_4_material
+dimen abc_text_size_headline_material
+dimen abc_text_size_large_material
+dimen abc_text_size_medium_material
+dimen abc_text_size_menu_header_material
+dimen abc_text_size_menu_material
+dimen abc_text_size_small_material
+dimen abc_text_size_subhead_material
+dimen abc_text_size_subtitle_material_toolbar
+dimen abc_text_size_title_material
+dimen abc_text_size_title_material_toolbar
+dimen appcompat_dialog_background_inset
+dimen cardview_compat_inset_shadow
+dimen cardview_default_elevation
+dimen cardview_default_radius
+dimen clock_face_margin_start
+dimen compat_button_inset_horizontal_material
+dimen compat_button_inset_vertical_material
+dimen compat_button_padding_horizontal_material
+dimen compat_button_padding_vertical_material
+dimen compat_control_corner_material
+dimen compat_notification_large_icon_max_height
+dimen compat_notification_large_icon_max_width
+dimen def_drawer_elevation
+dimen design_appbar_elevation
+dimen design_bottom_navigation_active_item_max_width
+dimen design_bottom_navigation_active_item_min_width
+dimen design_bottom_navigation_active_text_size
+dimen design_bottom_navigation_elevation
+dimen design_bottom_navigation_height
+dimen design_bottom_navigation_icon_size
+dimen design_bottom_navigation_item_max_width
+dimen design_bottom_navigation_item_min_width
+dimen design_bottom_navigation_label_padding
+dimen design_bottom_navigation_margin
+dimen design_bottom_navigation_shadow_height
+dimen design_bottom_navigation_text_size
+dimen design_bottom_sheet_elevation
+dimen design_bottom_sheet_modal_elevation
+dimen design_bottom_sheet_peek_height_min
+dimen design_fab_border_width
+dimen design_fab_elevation
+dimen design_fab_image_size
+dimen design_fab_size_mini
+dimen design_fab_size_normal
+dimen design_fab_translation_z_hovered_focused
+dimen design_fab_translation_z_pressed
+dimen design_navigation_elevation
+dimen design_navigation_icon_padding
+dimen design_navigation_icon_size
+dimen design_navigation_item_horizontal_padding
+dimen design_navigation_item_icon_padding
+dimen design_navigation_item_vertical_padding
+dimen design_navigation_max_width
+dimen design_navigation_padding_bottom
+dimen design_navigation_separator_vertical_padding
+dimen design_snackbar_action_inline_max_width
+dimen design_snackbar_action_text_color_alpha
+dimen design_snackbar_background_corner_radius
+dimen design_snackbar_elevation
+dimen design_snackbar_extra_spacing_horizontal
+dimen design_snackbar_max_width
+dimen design_snackbar_min_width
+dimen design_snackbar_padding_horizontal
+dimen design_snackbar_padding_vertical
+dimen design_snackbar_padding_vertical_2lines
+dimen design_snackbar_text_size
+dimen design_tab_max_width
+dimen design_tab_scrollable_min_width
+dimen design_tab_text_size
+dimen design_tab_text_size_2line
+dimen design_textinput_caption_translate_y
+dimen disabled_alpha_material_dark
+dimen disabled_alpha_material_light
+dimen fastscroll_default_thickness
+dimen fastscroll_margin
+dimen fastscroll_minimum_range
+dimen highlight_alpha_material_colored
+dimen highlight_alpha_material_dark
+dimen highlight_alpha_material_light
+dimen hint_alpha_material_dark
+dimen hint_alpha_material_light
+dimen hint_pressed_alpha_material_dark
+dimen hint_pressed_alpha_material_light
+dimen item_touch_helper_max_drag_scroll_per_frame
+dimen item_touch_helper_swipe_escape_max_velocity
+dimen item_touch_helper_swipe_escape_velocity
+dimen m3_alert_dialog_action_bottom_padding
+dimen m3_alert_dialog_action_top_padding
+dimen m3_alert_dialog_corner_size
+dimen m3_alert_dialog_elevation
+dimen m3_alert_dialog_icon_margin
+dimen m3_alert_dialog_icon_size
+dimen m3_alert_dialog_title_bottom_margin
+dimen m3_appbar_expanded_title_margin_bottom
+dimen m3_appbar_expanded_title_margin_horizontal
+dimen m3_appbar_scrim_height_trigger
+dimen m3_appbar_scrim_height_trigger_large
+dimen m3_appbar_scrim_height_trigger_medium
+dimen m3_appbar_size_compact
+dimen m3_appbar_size_large
+dimen m3_appbar_size_medium
+dimen m3_badge_horizontal_offset
+dimen m3_badge_radius
+dimen m3_badge_vertical_offset
+dimen m3_badge_with_text_horizontal_offset
+dimen m3_badge_with_text_radius
+dimen m3_badge_with_text_vertical_offset
+dimen m3_bottom_nav_item_active_indicator_height
+dimen m3_bottom_nav_item_active_indicator_margin_horizontal
+dimen m3_bottom_nav_item_active_indicator_width
+dimen m3_bottom_nav_item_padding_bottom
+dimen m3_bottom_nav_item_padding_top
+dimen m3_bottom_nav_min_height
+dimen m3_bottom_sheet_drag_handle_bottom_padding
+dimen m3_bottom_sheet_elevation
+dimen m3_bottom_sheet_modal_elevation
+dimen m3_bottomappbar_fab_cradle_margin
+dimen m3_bottomappbar_fab_cradle_rounded_corner_radius
+dimen m3_bottomappbar_fab_cradle_vertical_offset
+dimen m3_bottomappbar_fab_end_margin
+dimen m3_bottomappbar_height
+dimen m3_bottomappbar_horizontal_padding
+dimen m3_btn_dialog_btn_min_width
+dimen m3_btn_dialog_btn_spacing
+dimen m3_btn_disabled_elevation
+dimen m3_btn_disabled_translation_z
+dimen m3_btn_elevated_btn_elevation
+dimen m3_btn_elevation
+dimen m3_btn_icon_btn_padding_left
+dimen m3_btn_icon_btn_padding_right
+dimen m3_btn_icon_only_default_padding
+dimen m3_btn_icon_only_default_size
+dimen m3_btn_icon_only_icon_padding
+dimen m3_btn_icon_only_min_width
+dimen m3_btn_inset
+dimen m3_btn_max_width
+dimen m3_btn_padding_bottom
+dimen m3_btn_padding_left
+dimen m3_btn_padding_right
+dimen m3_btn_padding_top
+dimen m3_btn_stroke_size
+dimen m3_btn_text_btn_icon_padding_left
+dimen m3_btn_text_btn_icon_padding_right
+dimen m3_btn_text_btn_padding_left
+dimen m3_btn_text_btn_padding_right
+dimen m3_btn_translation_z_base
+dimen m3_btn_translation_z_hovered
+dimen m3_card_dragged_z
+dimen m3_card_elevated_dragged_z
+dimen m3_card_elevated_elevation
+dimen m3_card_elevated_hovered_z
+dimen m3_card_elevation
+dimen m3_card_hovered_z
+dimen m3_card_stroke_width
+dimen m3_chip_checked_hovered_translation_z
+dimen m3_chip_corner_size
+dimen m3_chip_disabled_translation_z
+dimen m3_chip_dragged_translation_z
+dimen m3_chip_elevated_elevation
+dimen m3_chip_hovered_translation_z
+dimen m3_chip_icon_size
+dimen m3_comp_bottom_app_bar_container_elevation
+dimen m3_comp_bottom_app_bar_container_height
+dimen m3_comp_extended_fab_primary_container_elevation
+dimen m3_comp_extended_fab_primary_container_height
+dimen m3_comp_extended_fab_primary_focus_container_elevation
+dimen m3_comp_extended_fab_primary_focus_state_layer_opacity
+dimen m3_comp_extended_fab_primary_hover_container_elevation
+dimen m3_comp_extended_fab_primary_hover_state_layer_opacity
+dimen m3_comp_extended_fab_primary_icon_size
+dimen m3_comp_extended_fab_primary_pressed_container_elevation
+dimen m3_comp_extended_fab_primary_pressed_state_layer_opacity
+dimen m3_comp_fab_primary_container_elevation
+dimen m3_comp_fab_primary_container_height
+dimen m3_comp_fab_primary_focus_state_layer_opacity
+dimen m3_comp_fab_primary_hover_container_elevation
+dimen m3_comp_fab_primary_hover_state_layer_opacity
+dimen m3_comp_fab_primary_icon_size
+dimen m3_comp_fab_primary_large_container_height
+dimen m3_comp_fab_primary_large_icon_size
+dimen m3_comp_fab_primary_pressed_container_elevation
+dimen m3_comp_fab_primary_pressed_state_layer_opacity
+dimen m3_comp_fab_primary_small_container_height
+dimen m3_comp_fab_primary_small_icon_size
+dimen m3_comp_switch_disabled_handle_elevation
+dimen m3_comp_switch_disabled_handle_opacity
+dimen m3_comp_switch_disabled_selected_handle_opacity
+dimen m3_comp_switch_disabled_selected_icon_opacity
+dimen m3_comp_switch_disabled_track_opacity
+dimen m3_comp_switch_disabled_unselected_handle_opacity
+dimen m3_comp_switch_disabled_unselected_icon_opacity
+dimen m3_comp_switch_handle_elevation
+dimen m3_comp_switch_selected_focus_state_layer_opacity
+dimen m3_comp_switch_selected_hover_state_layer_opacity
+dimen m3_comp_switch_selected_pressed_state_layer_opacity
+dimen m3_comp_switch_track_height
+dimen m3_comp_switch_track_width
+dimen m3_comp_switch_unselected_focus_state_layer_opacity
+dimen m3_comp_switch_unselected_hover_state_layer_opacity
+dimen m3_comp_switch_unselected_pressed_state_layer_opacity
+dimen m3_datepicker_elevation
+dimen m3_divider_heavy_thickness
+dimen m3_exposed_dropdown_menu_popup_elevation
+dimen m3_extended_fab_bottom_padding
+dimen m3_extended_fab_end_padding
+dimen m3_extended_fab_icon_padding
+dimen m3_extended_fab_min_height
+dimen m3_extended_fab_start_padding
+dimen m3_extended_fab_top_padding
+dimen m3_fab_border_width
+dimen m3_fab_corner_size
+dimen m3_fab_translation_z_hovered_focused
+dimen m3_fab_translation_z_pressed
+dimen m3_large_fab_max_image_size
+dimen m3_large_fab_size
+dimen m3_menu_elevation
+dimen m3_navigation_drawer_layout_corner_size
+dimen m3_navigation_item_horizontal_padding
+dimen m3_navigation_item_icon_padding
+dimen m3_navigation_item_shape_inset_bottom
+dimen m3_navigation_item_shape_inset_end
+dimen m3_navigation_item_shape_inset_start
+dimen m3_navigation_item_shape_inset_top
+dimen m3_navigation_item_vertical_padding
+dimen m3_navigation_menu_divider_horizontal_padding
+dimen m3_navigation_menu_headline_horizontal_padding
+dimen m3_navigation_rail_default_width
+dimen m3_navigation_rail_item_active_indicator_height
+dimen m3_navigation_rail_item_active_indicator_margin_horizontal
+dimen m3_navigation_rail_item_active_indicator_width
+dimen m3_navigation_rail_item_min_height
+dimen m3_navigation_rail_item_padding_bottom
+dimen m3_navigation_rail_item_padding_top
+dimen m3_ripple_default_alpha
+dimen m3_ripple_focused_alpha
+dimen m3_ripple_hovered_alpha
+dimen m3_ripple_pressed_alpha
+dimen m3_ripple_selectable_pressed_alpha
+dimen m3_simple_item_color_hovered_alpha
+dimen m3_simple_item_color_selected_alpha
+dimen m3_slider_thumb_elevation
+dimen m3_small_fab_max_image_size
+dimen m3_small_fab_size
+dimen m3_snackbar_action_text_color_alpha
+dimen m3_snackbar_margin
+dimen m3_sys_elevation_level0
+dimen m3_sys_elevation_level1
+dimen m3_sys_elevation_level2
+dimen m3_sys_elevation_level3
+dimen m3_sys_elevation_level4
+dimen m3_sys_elevation_level5
+dimen m3_sys_motion_easing_emphasized_accelerate_control_x1
+dimen m3_sys_motion_easing_emphasized_accelerate_control_x2
+dimen m3_sys_motion_easing_emphasized_accelerate_control_y1
+dimen m3_sys_motion_easing_emphasized_accelerate_control_y2
+dimen m3_sys_motion_easing_emphasized_decelerate_control_x1
+dimen m3_sys_motion_easing_emphasized_decelerate_control_x2
+dimen m3_sys_motion_easing_emphasized_decelerate_control_y1
+dimen m3_sys_motion_easing_emphasized_decelerate_control_y2
+dimen m3_sys_motion_easing_legacy_accelerate_control_x1
+dimen m3_sys_motion_easing_legacy_accelerate_control_x2
+dimen m3_sys_motion_easing_legacy_accelerate_control_y1
+dimen m3_sys_motion_easing_legacy_accelerate_control_y2
+dimen m3_sys_motion_easing_legacy_control_x1
+dimen m3_sys_motion_easing_legacy_control_x2
+dimen m3_sys_motion_easing_legacy_control_y1
+dimen m3_sys_motion_easing_legacy_control_y2
+dimen m3_sys_motion_easing_legacy_decelerate_control_x1
+dimen m3_sys_motion_easing_legacy_decelerate_control_x2
+dimen m3_sys_motion_easing_legacy_decelerate_control_y1
+dimen m3_sys_motion_easing_legacy_decelerate_control_y2
+dimen m3_sys_motion_easing_linear_control_x1
+dimen m3_sys_motion_easing_linear_control_x2
+dimen m3_sys_motion_easing_linear_control_y1
+dimen m3_sys_motion_easing_linear_control_y2
+dimen m3_sys_motion_easing_standard_accelerate_control_x1
+dimen m3_sys_motion_easing_standard_accelerate_control_x2
+dimen m3_sys_motion_easing_standard_accelerate_control_y1
+dimen m3_sys_motion_easing_standard_accelerate_control_y2
+dimen m3_sys_motion_easing_standard_control_x1
+dimen m3_sys_motion_easing_standard_control_x2
+dimen m3_sys_motion_easing_standard_control_y1
+dimen m3_sys_motion_easing_standard_control_y2
+dimen m3_sys_motion_easing_standard_decelerate_control_x1
+dimen m3_sys_motion_easing_standard_decelerate_control_x2
+dimen m3_sys_motion_easing_standard_decelerate_control_y1
+dimen m3_sys_motion_easing_standard_decelerate_control_y2
+dimen m3_sys_state_dragged_state_layer_opacity
+dimen m3_sys_state_focus_state_layer_opacity
+dimen m3_sys_state_hover_state_layer_opacity
+dimen m3_sys_state_pressed_state_layer_opacity
+dimen m3_timepicker_display_stroke_width
+dimen m3_timepicker_window_elevation
+dimen material_bottom_sheet_max_width
+dimen material_clock_display_padding
+dimen material_clock_face_margin_top
+dimen material_clock_hand_center_dot_radius
+dimen material_clock_hand_padding
+dimen material_clock_hand_stroke_width
+dimen material_clock_number_text_padding
+dimen material_clock_number_text_size
+dimen material_clock_period_toggle_height
+dimen material_clock_period_toggle_margin_left
+dimen material_clock_period_toggle_width
+dimen material_clock_size
+dimen material_cursor_inset_bottom
+dimen material_cursor_inset_top
+dimen material_cursor_width
+dimen material_divider_thickness
+dimen material_emphasis_disabled
+dimen material_emphasis_disabled_background
+dimen material_emphasis_high_type
+dimen material_emphasis_medium
+dimen material_filled_edittext_font_1_3_padding_bottom
+dimen material_filled_edittext_font_1_3_padding_top
+dimen material_filled_edittext_font_2_0_padding_bottom
+dimen material_filled_edittext_font_2_0_padding_top
+dimen material_font_1_3_box_collapsed_padding_top
+dimen material_font_2_0_box_collapsed_padding_top
+dimen material_helper_text_default_padding_top
+dimen material_helper_text_font_1_3_padding_horizontal
+dimen material_helper_text_font_1_3_padding_top
+dimen material_input_text_to_prefix_suffix_padding
+dimen material_textinput_default_width
+dimen material_textinput_max_width
+dimen material_textinput_min_width
+dimen material_time_input_padding_bottom
+dimen material_time_picker_minimum_screen_height
+dimen material_time_picker_minimum_screen_width
+dimen material_timepicker_dialog_buttons_margin_top
+dimen mtrl_alert_dialog_background_inset_bottom
+dimen mtrl_alert_dialog_background_inset_end
+dimen mtrl_alert_dialog_background_inset_start
+dimen mtrl_alert_dialog_background_inset_top
+dimen mtrl_alert_dialog_picker_background_inset
+dimen mtrl_badge_horizontal_edge_offset
+dimen mtrl_badge_long_text_horizontal_padding
+dimen mtrl_badge_radius
+dimen mtrl_badge_text_horizontal_edge_offset
+dimen mtrl_badge_text_size
+dimen mtrl_badge_toolbar_action_menu_item_horizontal_offset
+dimen mtrl_badge_toolbar_action_menu_item_vertical_offset
+dimen mtrl_badge_with_text_radius
+dimen mtrl_bottomappbar_fabOffsetEndMode
+dimen mtrl_bottomappbar_fab_bottom_margin
+dimen mtrl_bottomappbar_fab_cradle_margin
+dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius
+dimen mtrl_bottomappbar_fab_cradle_vertical_offset
+dimen mtrl_bottomappbar_height
+dimen mtrl_btn_corner_radius
+dimen mtrl_btn_dialog_btn_min_width
+dimen mtrl_btn_disabled_elevation
+dimen mtrl_btn_disabled_z
+dimen mtrl_btn_elevation
+dimen mtrl_btn_focused_z
+dimen mtrl_btn_hovered_z
+dimen mtrl_btn_icon_btn_padding_left
+dimen mtrl_btn_icon_padding
+dimen mtrl_btn_inset
+dimen mtrl_btn_letter_spacing
+dimen mtrl_btn_max_width
+dimen mtrl_btn_padding_bottom
+dimen mtrl_btn_padding_left
+dimen mtrl_btn_padding_right
+dimen mtrl_btn_padding_top
+dimen mtrl_btn_pressed_z
+dimen mtrl_btn_snackbar_margin_horizontal
+dimen mtrl_btn_stroke_size
+dimen mtrl_btn_text_btn_icon_padding
+dimen mtrl_btn_text_btn_padding_left
+dimen mtrl_btn_text_btn_padding_right
+dimen mtrl_btn_text_size
+dimen mtrl_btn_z
+dimen mtrl_calendar_action_confirm_button_min_width
+dimen mtrl_calendar_action_height
+dimen mtrl_calendar_action_padding
+dimen mtrl_calendar_bottom_padding
+dimen mtrl_calendar_content_padding
+dimen mtrl_calendar_day_corner
+dimen mtrl_calendar_day_height
+dimen mtrl_calendar_day_horizontal_padding
+dimen mtrl_calendar_day_today_stroke
+dimen mtrl_calendar_day_vertical_padding
+dimen mtrl_calendar_day_width
+dimen mtrl_calendar_days_of_week_height
+dimen mtrl_calendar_dialog_background_inset
+dimen mtrl_calendar_header_content_padding
+dimen mtrl_calendar_header_content_padding_fullscreen
+dimen mtrl_calendar_header_divider_thickness
+dimen mtrl_calendar_header_height
+dimen mtrl_calendar_header_height_fullscreen
+dimen mtrl_calendar_header_selection_line_height
+dimen mtrl_calendar_header_text_padding
+dimen mtrl_calendar_header_toggle_margin_bottom
+dimen mtrl_calendar_header_toggle_margin_top
+dimen mtrl_calendar_landscape_header_width
+dimen mtrl_calendar_maximum_default_fullscreen_minor_axis
+dimen mtrl_calendar_month_horizontal_padding
+dimen mtrl_calendar_month_vertical_padding
+dimen mtrl_calendar_navigation_bottom_padding
+dimen mtrl_calendar_navigation_height
+dimen mtrl_calendar_navigation_top_padding
+dimen mtrl_calendar_pre_l_text_clip_padding
+dimen mtrl_calendar_selection_baseline_to_top_fullscreen
+dimen mtrl_calendar_selection_text_baseline_to_bottom
+dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen
+dimen mtrl_calendar_selection_text_baseline_to_top
+dimen mtrl_calendar_text_input_padding_top
+dimen mtrl_calendar_title_baseline_to_top
+dimen mtrl_calendar_title_baseline_to_top_fullscreen
+dimen mtrl_calendar_year_corner
+dimen mtrl_calendar_year_height
+dimen mtrl_calendar_year_horizontal_padding
+dimen mtrl_calendar_year_vertical_padding
+dimen mtrl_calendar_year_width
+dimen mtrl_card_checked_icon_margin
+dimen mtrl_card_checked_icon_size
+dimen mtrl_card_corner_radius
+dimen mtrl_card_dragged_z
+dimen mtrl_card_elevation
+dimen mtrl_card_spacing
+dimen mtrl_chip_pressed_translation_z
+dimen mtrl_chip_text_size
+dimen mtrl_exposed_dropdown_menu_popup_elevation
+dimen mtrl_exposed_dropdown_menu_popup_vertical_offset
+dimen mtrl_exposed_dropdown_menu_popup_vertical_padding
+dimen mtrl_extended_fab_bottom_padding
+dimen mtrl_extended_fab_disabled_elevation
+dimen mtrl_extended_fab_disabled_translation_z
+dimen mtrl_extended_fab_elevation
+dimen mtrl_extended_fab_end_padding
+dimen mtrl_extended_fab_end_padding_icon
+dimen mtrl_extended_fab_icon_size
+dimen mtrl_extended_fab_icon_text_spacing
+dimen mtrl_extended_fab_min_height
+dimen mtrl_extended_fab_min_width
+dimen mtrl_extended_fab_start_padding
+dimen mtrl_extended_fab_start_padding_icon
+dimen mtrl_extended_fab_top_padding
+dimen mtrl_extended_fab_translation_z_base
+dimen mtrl_extended_fab_translation_z_hovered_focused
+dimen mtrl_extended_fab_translation_z_pressed
+dimen mtrl_fab_elevation
+dimen mtrl_fab_min_touch_target
+dimen mtrl_fab_translation_z_hovered_focused
+dimen mtrl_fab_translation_z_pressed
+dimen mtrl_high_ripple_default_alpha
+dimen mtrl_high_ripple_focused_alpha
+dimen mtrl_high_ripple_hovered_alpha
+dimen mtrl_high_ripple_pressed_alpha
+dimen mtrl_low_ripple_default_alpha
+dimen mtrl_low_ripple_focused_alpha
+dimen mtrl_low_ripple_hovered_alpha
+dimen mtrl_low_ripple_pressed_alpha
+dimen mtrl_min_touch_target_size
+dimen mtrl_navigation_bar_item_default_icon_size
+dimen mtrl_navigation_bar_item_default_margin
+dimen mtrl_navigation_elevation
+dimen mtrl_navigation_item_horizontal_padding
+dimen mtrl_navigation_item_icon_padding
+dimen mtrl_navigation_item_icon_size
+dimen mtrl_navigation_item_shape_horizontal_margin
+dimen mtrl_navigation_item_shape_vertical_margin
+dimen mtrl_navigation_rail_active_text_size
+dimen mtrl_navigation_rail_compact_width
+dimen mtrl_navigation_rail_default_width
+dimen mtrl_navigation_rail_elevation
+dimen mtrl_navigation_rail_icon_margin
+dimen mtrl_navigation_rail_icon_size
+dimen mtrl_navigation_rail_margin
+dimen mtrl_navigation_rail_text_bottom_margin
+dimen mtrl_navigation_rail_text_size
+dimen mtrl_progress_circular_inset
+dimen mtrl_progress_circular_inset_extra_small
+dimen mtrl_progress_circular_inset_medium
+dimen mtrl_progress_circular_inset_small
+dimen mtrl_progress_circular_radius
+dimen mtrl_progress_circular_size
+dimen mtrl_progress_circular_size_extra_small
+dimen mtrl_progress_circular_size_medium
+dimen mtrl_progress_circular_size_small
+dimen mtrl_progress_circular_track_thickness_extra_small
+dimen mtrl_progress_circular_track_thickness_medium
+dimen mtrl_progress_circular_track_thickness_small
+dimen mtrl_progress_indicator_full_rounded_corner_radius
+dimen mtrl_progress_track_thickness
+dimen mtrl_shape_corner_size_large_component
+dimen mtrl_shape_corner_size_medium_component
+dimen mtrl_shape_corner_size_small_component
+dimen mtrl_slider_halo_radius
+dimen mtrl_slider_label_padding
+dimen mtrl_slider_label_radius
+dimen mtrl_slider_label_square_side
+dimen mtrl_slider_thumb_elevation
+dimen mtrl_slider_thumb_radius
+dimen mtrl_slider_track_height
+dimen mtrl_slider_track_side_padding
+dimen mtrl_slider_widget_height
+dimen mtrl_snackbar_action_text_color_alpha
+dimen mtrl_snackbar_background_corner_radius
+dimen mtrl_snackbar_background_overlay_color_alpha
+dimen mtrl_snackbar_margin
+dimen mtrl_snackbar_message_margin_horizontal
+dimen mtrl_snackbar_padding_horizontal
+dimen mtrl_switch_text_padding
+dimen mtrl_switch_thumb_elevation
+dimen mtrl_switch_thumb_size
+dimen mtrl_switch_track_height
+dimen mtrl_switch_track_width
+dimen mtrl_textinput_box_corner_radius_medium
+dimen mtrl_textinput_box_corner_radius_small
+dimen mtrl_textinput_box_label_cutout_padding
+dimen mtrl_textinput_box_stroke_width_default
+dimen mtrl_textinput_box_stroke_width_focused
+dimen mtrl_textinput_counter_margin_start
+dimen mtrl_textinput_end_icon_margin_start
+dimen mtrl_textinput_outline_box_expanded_padding
+dimen mtrl_textinput_start_icon_margin_end
+dimen mtrl_toolbar_default_height
+dimen mtrl_tooltip_arrowSize
+dimen mtrl_tooltip_cornerSize
+dimen mtrl_tooltip_minHeight
+dimen mtrl_tooltip_minWidth
+dimen mtrl_tooltip_padding
+dimen mtrl_transition_shared_axis_slide_distance
+dimen notification_action_icon_size
+dimen notification_action_text_size
+dimen notification_big_circle_margin
+dimen notification_content_margin_start
+dimen notification_large_icon_height
+dimen notification_large_icon_width
+dimen notification_main_column_padding_top
+dimen notification_media_narrow_margin
+dimen notification_right_icon_size
+dimen notification_right_side_padding_top
+dimen notification_small_icon_background_padding
+dimen notification_small_icon_size_as_large
+dimen notification_subtext_size
+dimen notification_top_pad
+dimen notification_top_pad_large_text
+dimen tooltip_corner_radius
+dimen tooltip_horizontal_padding
+dimen tooltip_margin
+dimen tooltip_precise_anchor_extra_offset
+dimen tooltip_precise_anchor_threshold
+dimen tooltip_vertical_padding
+dimen tooltip_y_offset_non_touch
+dimen tooltip_y_offset_touch
+drawable abc_ab_share_pack_mtrl_alpha
+drawable abc_action_bar_item_background_material
+drawable abc_btn_borderless_material
+drawable abc_btn_check_material
+drawable abc_btn_check_material_anim
+drawable abc_btn_check_to_on_mtrl_000
+drawable abc_btn_check_to_on_mtrl_015
+drawable abc_btn_colored_material
+drawable abc_btn_default_mtrl_shape
+drawable abc_btn_radio_material
+drawable abc_btn_radio_material_anim
+drawable abc_btn_radio_to_on_mtrl_000
+drawable abc_btn_radio_to_on_mtrl_015
+drawable abc_btn_switch_to_on_mtrl_00001
+drawable abc_btn_switch_to_on_mtrl_00012
+drawable abc_cab_background_internal_bg
+drawable abc_cab_background_top_material
+drawable abc_cab_background_top_mtrl_alpha
+drawable abc_control_background_material
+drawable abc_dialog_material_background
+drawable abc_edit_text_material
+drawable abc_ic_ab_back_material
+drawable abc_ic_arrow_drop_right_black_24dp
+drawable abc_ic_clear_material
+drawable abc_ic_commit_search_api_mtrl_alpha
+drawable abc_ic_go_search_api_material
+drawable abc_ic_menu_copy_mtrl_am_alpha
+drawable abc_ic_menu_cut_mtrl_alpha
+drawable abc_ic_menu_overflow_material
+drawable abc_ic_menu_paste_mtrl_am_alpha
+drawable abc_ic_menu_selectall_mtrl_alpha
+drawable abc_ic_menu_share_mtrl_alpha
+drawable abc_ic_search_api_material
+drawable abc_ic_star_black_16dp
+drawable abc_ic_star_black_36dp
+drawable abc_ic_star_black_48dp
+drawable abc_ic_star_half_black_16dp
+drawable abc_ic_star_half_black_36dp
+drawable abc_ic_star_half_black_48dp
+drawable abc_ic_voice_search_api_material
+drawable abc_item_background_holo_dark
+drawable abc_item_background_holo_light
+drawable abc_list_divider_material
+drawable abc_list_divider_mtrl_alpha
+drawable abc_list_focused_holo
+drawable abc_list_longpressed_holo
+drawable abc_list_pressed_holo_dark
+drawable abc_list_pressed_holo_light
+drawable abc_list_selector_background_transition_holo_dark
+drawable abc_list_selector_background_transition_holo_light
+drawable abc_list_selector_disabled_holo_dark
+drawable abc_list_selector_disabled_holo_light
+drawable abc_list_selector_holo_dark
+drawable abc_list_selector_holo_light
+drawable abc_menu_hardkey_panel_mtrl_mult
+drawable abc_popup_background_mtrl_mult
+drawable abc_ratingbar_indicator_material
+drawable abc_ratingbar_material
+drawable abc_ratingbar_small_material
+drawable abc_scrubber_control_off_mtrl_alpha
+drawable abc_scrubber_control_to_pressed_mtrl_000
+drawable abc_scrubber_control_to_pressed_mtrl_005
+drawable abc_scrubber_primary_mtrl_alpha
+drawable abc_scrubber_track_mtrl_alpha
+drawable abc_seekbar_thumb_material
+drawable abc_seekbar_tick_mark_material
+drawable abc_seekbar_track_material
+drawable abc_spinner_mtrl_am_alpha
+drawable abc_spinner_textfield_background_material
+drawable abc_star_black_48dp
+drawable abc_star_half_black_48dp
+drawable abc_switch_thumb_material
+drawable abc_switch_track_mtrl_alpha
+drawable abc_tab_indicator_material
+drawable abc_tab_indicator_mtrl_alpha
+drawable abc_text_cursor_material
+drawable abc_text_select_handle_left_mtrl
+drawable abc_text_select_handle_left_mtrl_dark
+drawable abc_text_select_handle_left_mtrl_light
+drawable abc_text_select_handle_middle_mtrl
+drawable abc_text_select_handle_middle_mtrl_dark
+drawable abc_text_select_handle_middle_mtrl_light
+drawable abc_text_select_handle_right_mtrl
+drawable abc_text_select_handle_right_mtrl_dark
+drawable abc_text_select_handle_right_mtrl_light
+drawable abc_textfield_activated_mtrl_alpha
+drawable abc_textfield_default_mtrl_alpha
+drawable abc_textfield_search_activated_mtrl_alpha
+drawable abc_textfield_search_default_mtrl_alpha
+drawable abc_textfield_search_material
+drawable abc_vector_test
+drawable avd_hide_password
+drawable avd_show_password
+drawable btn_checkbox_checked_mtrl
+drawable btn_checkbox_checked_to_unchecked_mtrl_animation
+drawable btn_checkbox_unchecked_mtrl
+drawable btn_checkbox_unchecked_to_checked_mtrl_animation
+drawable btn_radio_off_mtrl
+drawable btn_radio_off_to_on_mtrl_animation
+drawable btn_radio_on_mtrl
+drawable btn_radio_on_to_off_mtrl_animation
+drawable design_fab_background
+drawable design_ic_visibility
+drawable design_ic_visibility_off
+drawable design_password_eye
+drawable design_snackbar_background
+drawable ic_clock_black_24dp
+drawable ic_keyboard_black_24dp
+drawable ic_m3_chip_check
+drawable ic_m3_chip_checked_circle
+drawable ic_m3_chip_close
+drawable ic_mtrl_checked_circle
+drawable ic_mtrl_chip_checked_black
+drawable ic_mtrl_chip_checked_circle
+drawable ic_mtrl_chip_close_circle
+drawable m3_appbar_background
+drawable m3_popupmenu_background_overlay
+drawable m3_radiobutton_ripple
+drawable m3_selection_control_ripple
+drawable m3_tabs_background
+drawable m3_tabs_line_indicator
+drawable m3_tabs_rounded_line_indicator
+drawable m3_tabs_transparent_background
+drawable material_cursor_drawable
+drawable material_ic_calendar_black_24dp
+drawable material_ic_clear_black_24dp
+drawable material_ic_edit_black_24dp
+drawable material_ic_keyboard_arrow_left_black_24dp
+drawable material_ic_keyboard_arrow_next_black_24dp
+drawable material_ic_keyboard_arrow_previous_black_24dp
+drawable material_ic_keyboard_arrow_right_black_24dp
+drawable material_ic_menu_arrow_down_black_24dp
+drawable material_ic_menu_arrow_up_black_24dp
+drawable mtrl_bottomsheet_drag_handle
+drawable mtrl_checkbox_button
+drawable mtrl_checkbox_button_checked_unchecked
+drawable mtrl_checkbox_button_icon
+drawable mtrl_checkbox_button_icon_checked_indeterminate
+drawable mtrl_checkbox_button_icon_checked_unchecked
+drawable mtrl_checkbox_button_icon_indeterminate_checked
+drawable mtrl_checkbox_button_icon_indeterminate_unchecked
+drawable mtrl_checkbox_button_icon_unchecked_checked
+drawable mtrl_checkbox_button_icon_unchecked_indeterminate
+drawable mtrl_checkbox_button_unchecked_checked
+drawable mtrl_dialog_background
+drawable mtrl_dropdown_arrow
+drawable mtrl_ic_arrow_drop_down
+drawable mtrl_ic_arrow_drop_up
+drawable mtrl_ic_cancel
+drawable mtrl_ic_check_mark
+drawable mtrl_ic_checkbox_checked
+drawable mtrl_ic_checkbox_unchecked
+drawable mtrl_ic_error
+drawable mtrl_ic_indeterminate
+drawable mtrl_navigation_bar_item_background
+drawable mtrl_popupmenu_background
+drawable mtrl_popupmenu_background_overlay
+drawable mtrl_switch_thumb
+drawable mtrl_switch_thumb_checked
+drawable mtrl_switch_thumb_checked_pressed
+drawable mtrl_switch_thumb_checked_unchecked
+drawable mtrl_switch_thumb_pressed
+drawable mtrl_switch_thumb_pressed_checked
+drawable mtrl_switch_thumb_pressed_unchecked
+drawable mtrl_switch_thumb_unchecked
+drawable mtrl_switch_thumb_unchecked_checked
+drawable mtrl_switch_thumb_unchecked_pressed
+drawable mtrl_switch_track
+drawable mtrl_switch_track_decoration
+drawable mtrl_tabs_default_indicator
+drawable navigation_empty_icon
+drawable notification_action_background
+drawable notification_bg
+drawable notification_bg_low
+drawable notification_bg_low_normal
+drawable notification_bg_low_pressed
+drawable notification_bg_normal
+drawable notification_bg_normal_pressed
+drawable notification_icon_background
+drawable notification_template_icon_bg
+drawable notification_template_icon_low_bg
+drawable notification_tile_bg
+drawable notify_panel_notification_icon_bg
+drawable test_level_drawable
+drawable tooltip_frame_dark
+drawable tooltip_frame_light
+id BOTTOM_END
+id BOTTOM_START
+id NO_DEBUG
+id SHOW_ALL
+id SHOW_PATH
+id SHOW_PROGRESS
+id TOP_END
+id TOP_START
+id accelerate
+id accessibility_action_clickable_span
+id accessibility_custom_action_0
+id accessibility_custom_action_1
+id accessibility_custom_action_10
+id accessibility_custom_action_11
+id accessibility_custom_action_12
+id accessibility_custom_action_13
+id accessibility_custom_action_14
+id accessibility_custom_action_15
+id accessibility_custom_action_16
+id accessibility_custom_action_17
+id accessibility_custom_action_18
+id accessibility_custom_action_19
+id accessibility_custom_action_2
+id accessibility_custom_action_20
+id accessibility_custom_action_21
+id accessibility_custom_action_22
+id accessibility_custom_action_23
+id accessibility_custom_action_24
+id accessibility_custom_action_25
+id accessibility_custom_action_26
+id accessibility_custom_action_27
+id accessibility_custom_action_28
+id accessibility_custom_action_29
+id accessibility_custom_action_3
+id accessibility_custom_action_30
+id accessibility_custom_action_31
+id accessibility_custom_action_4
+id accessibility_custom_action_5
+id accessibility_custom_action_6
+id accessibility_custom_action_7
+id accessibility_custom_action_8
+id accessibility_custom_action_9
+id action_bar
+id action_bar_activity_content
+id action_bar_container
+id action_bar_root
+id action_bar_spinner
+id action_bar_subtitle
+id action_bar_title
+id action_container
+id action_context_bar
+id action_divider
+id action_image
+id action_menu_divider
+id action_menu_presenter
+id action_mode_bar
+id action_mode_bar_stub
+id action_mode_close_button
+id action_text
+id actions
+id activity_chooser_view_content
+id add
+id alertTitle
+id aligned
+id animateToEnd
+id animateToStart
+id arc
+id asConfigured
+id async
+id auto
+id autoComplete
+id autoCompleteToEnd
+id autoCompleteToStart
+id barrier
+id baseline
+id blocking
+id bottom
+id bounce
+id buttonPanel
+id cancel_button
+id center
+id centerCrop
+id centerInside
+id chain
+id checkbox
+id checked
+id chronometer
+id circle_center
+id clear_text
+id clockwise
+id compress
+id confirm_button
+id container
+id content
+id contentPanel
+id contiguous
+id coordinator
+id cos
+id counterclockwise
+id cradle
+id custom
+id customPanel
+id cut
+id date_picker_actions
+id decelerate
+id decelerateAndComplete
+id decor_content_parent
+id default_activity_button
+id deltaRelative
+id design_bottom_sheet
+id design_menu_item_action_area
+id design_menu_item_action_area_stub
+id design_menu_item_text
+id design_navigation_view
+id dialog_button
+id disjoint
+id dragDown
+id dragEnd
+id dragLeft
+id dragRight
+id dragStart
+id dragUp
+id dropdown_menu
+id easeIn
+id easeInOut
+id easeOut
+id edit_query
+id elastic
+id embed
+id end
+id endToStart
+id expand_activities_button
+id expanded_menu
+id fade
+id fill
+id filled
+id fitCenter
+id fitEnd
+id fitStart
+id fitXY
+id fixed
+id flip
+id floating
+id forever
+id fragment_container_view_tag
+id fullscreen_header
+id ghost_view
+id ghost_view_holder
+id gone
+id group_divider
+id guideline
+id header_title
+id home
+id honorRequest
+id icon
+id icon_group
+id ignore
+id ignoreRequest
+id image
+id indeterminate
+id info
+id invisible
+id inward
+id italic
+id item_touch_helper_previous_elevation
+id jumpToEnd
+id jumpToStart
+id labeled
+id layout
+id left
+id leftToRight
+id line1
+id line3
+id linear
+id listMode
+id list_item
+id marquee
+id masked
+id material_clock_display
+id material_clock_face
+id material_clock_hand
+id material_clock_period_am_button
+id material_clock_period_pm_button
+id material_clock_period_toggle
+id material_hour_text_input
+id material_hour_tv
+id material_label
+id material_minute_text_input
+id material_minute_tv
+id material_textinput_timepicker
+id material_timepicker_cancel_button
+id material_timepicker_container
+id material_timepicker_mode_button
+id material_timepicker_ok_button
+id material_timepicker_view
+id material_value_index
+id matrix
+id message
+id middle
+id mini
+id month_grid
+id month_navigation_bar
+id month_navigation_fragment_toggle
+id month_navigation_next
+id month_navigation_previous
+id month_title
+id motion_base
+id mtrl_anchor_parent
+id mtrl_calendar_day_selector_frame
+id mtrl_calendar_days_of_week
+id mtrl_calendar_frame
+id mtrl_calendar_main_pane
+id mtrl_calendar_months
+id mtrl_calendar_selection_frame
+id mtrl_calendar_text_input_frame
+id mtrl_calendar_year_selector_frame
+id mtrl_card_checked_layer_id
+id mtrl_child_content_container
+id mtrl_internal_children_alpha_tag
+id mtrl_motion_snapshot_view
+id mtrl_picker_fullscreen
+id mtrl_picker_header
+id mtrl_picker_header_selection_text
+id mtrl_picker_header_title_and_selection
+id mtrl_picker_header_toggle
+id mtrl_picker_text_input_date
+id mtrl_picker_text_input_range_end
+id mtrl_picker_text_input_range_start
+id mtrl_picker_title_text
+id mtrl_view_tag_bottom_padding
+id multiply
+id navigation_bar_item_active_indicator_view
+id navigation_bar_item_icon_container
+id navigation_bar_item_icon_view
+id navigation_bar_item_labels_group
+id navigation_bar_item_large_label_view
+id navigation_bar_item_small_label_view
+id navigation_header_container
+id none
+id normal
+id notification_background
+id notification_main_column
+id notification_main_column_container
+id off
+id on
+id outline
+id outward
+id packed
+id parallax
+id parent
+id parentPanel
+id parentRelative
+id parent_matrix
+id password_toggle
+id path
+id pathRelative
+id percent
+id pin
+id position
+id postLayout
+id pressed
+id progress_circular
+id progress_horizontal
+id radio
+id rectangles
+id reverseSawtooth
+id right
+id rightToLeft
+id right_icon
+id right_side
+id rounded
+id row_index_key
+id save_non_transition_alpha
+id save_overlay_view
+id sawtooth
+id scale
+id screen
+id scrollIndicatorDown
+id scrollIndicatorUp
+id scrollView
+id scrollable
+id search_badge
+id search_bar
+id search_button
+id search_close_btn
+id search_edit_frame
+id search_go_btn
+id search_mag_icon
+id search_plate
+id search_src_text
+id search_voice_btn
+id select_dialog_listview
+id selected
+id selection_type
+id shortcut
+id sin
+id slide
+id snackbar_action
+id snackbar_text
+id spacer
+id special_effects_controller_view_tag
+id spline
+id split_action_bar
+id spread
+id spread_inside
+id square
+id src_atop
+id src_in
+id src_over
+id standard
+id start
+id startHorizontal
+id startToEnd
+id startVertical
+id staticLayout
+id staticPostLayout
+id stop
+id stretch
+id submenuarrow
+id submit_area
+id tabMode
+id tag_accessibility_actions
+id tag_accessibility_clickable_spans
+id tag_accessibility_heading
+id tag_accessibility_pane_title
+id tag_on_apply_window_listener
+id tag_on_receive_content_listener
+id tag_on_receive_content_mime_types
+id tag_screen_reader_focusable
+id tag_state_description
+id tag_transition_group
+id tag_unhandled_key_event_manager
+id tag_unhandled_key_listeners
+id tag_window_insets_animation_callback
+id text
+id text2
+id textSpacerNoButtons
+id textSpacerNoTitle
+id text_input_end_icon
+id text_input_error_icon
+id text_input_start_icon
+id textinput_counter
+id textinput_error
+id textinput_helper_text
+id textinput_placeholder
+id textinput_prefix_text
+id textinput_suffix_text
+id time
+id title
+id titleDividerNoCustom
+id title_template
+id top
+id topPanel
+id touch_outside
+id transition_current_scene
+id transition_layout_save
+id transition_position
+id transition_scene_layoutid_cache
+id transition_transform
+id triangle
+id unchecked
+id uniform
+id unlabeled
+id up
+id view_offset_helper
+id view_tree_lifecycle_owner
+id view_tree_on_back_pressed_dispatcher_owner
+id view_tree_saved_state_registry_owner
+id view_tree_view_model_store_owner
+id visible
+id visible_removing_fragment_view_tag
+id with_icon
+id withinBounds
+id wrap
+id wrap_content
+integer abc_config_activityDefaultDur
+integer abc_config_activityShortDur
+integer app_bar_elevation_anim_duration
+integer bottom_sheet_slide_duration
+integer cancel_button_image_alpha
+integer config_tooltipAnimTime
+integer design_snackbar_text_max_lines
+integer design_tab_indicator_anim_duration_ms
+integer hide_password_duration
+integer m3_btn_anim_delay_ms
+integer m3_btn_anim_duration_ms
+integer m3_card_anim_delay_ms
+integer m3_card_anim_duration_ms
+integer m3_chip_anim_duration
+integer m3_sys_motion_duration_100
+integer m3_sys_motion_duration_1000
+integer m3_sys_motion_duration_150
+integer m3_sys_motion_duration_200
+integer m3_sys_motion_duration_250
+integer m3_sys_motion_duration_300
+integer m3_sys_motion_duration_350
+integer m3_sys_motion_duration_400
+integer m3_sys_motion_duration_450
+integer m3_sys_motion_duration_50
+integer m3_sys_motion_duration_500
+integer m3_sys_motion_duration_550
+integer m3_sys_motion_duration_600
+integer m3_sys_motion_duration_700
+integer m3_sys_motion_duration_800
+integer m3_sys_motion_duration_900
+integer m3_sys_motion_duration_extra_long1
+integer m3_sys_motion_duration_extra_long2
+integer m3_sys_motion_duration_extra_long3
+integer m3_sys_motion_duration_extra_long4
+integer m3_sys_motion_duration_long1
+integer m3_sys_motion_duration_long2
+integer m3_sys_motion_duration_long3
+integer m3_sys_motion_duration_long4
+integer m3_sys_motion_duration_medium1
+integer m3_sys_motion_duration_medium2
+integer m3_sys_motion_duration_medium3
+integer m3_sys_motion_duration_medium4
+integer m3_sys_motion_duration_short1
+integer m3_sys_motion_duration_short2
+integer m3_sys_motion_duration_short3
+integer m3_sys_motion_duration_short4
+integer material_motion_duration_long_1
+integer material_motion_duration_long_2
+integer material_motion_duration_medium_1
+integer material_motion_duration_medium_2
+integer material_motion_duration_short_1
+integer material_motion_duration_short_2
+integer material_motion_path
+integer mtrl_badge_max_character_count
+integer mtrl_btn_anim_delay_ms
+integer mtrl_btn_anim_duration_ms
+integer mtrl_calendar_header_orientation
+integer mtrl_calendar_selection_text_lines
+integer mtrl_calendar_year_selector_span
+integer mtrl_card_anim_delay_ms
+integer mtrl_card_anim_duration_ms
+integer mtrl_chip_anim_duration
+integer mtrl_switch_thumb_motion_duration
+integer mtrl_switch_thumb_post_morphing_duration
+integer mtrl_switch_thumb_pre_morphing_duration
+integer mtrl_switch_thumb_pressed_duration
+integer mtrl_switch_thumb_viewport_center_coordinate
+integer mtrl_switch_thumb_viewport_size
+integer mtrl_switch_track_viewport_height
+integer mtrl_switch_track_viewport_width
+integer mtrl_tab_indicator_anim_duration_ms
+integer mtrl_view_gone
+integer mtrl_view_invisible
+integer mtrl_view_visible
+integer show_password_duration
+integer status_bar_notification_info_maxnum
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_checked_mtrl_animation_interpolator_1
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0
+interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1
+interpolator btn_radio_to_off_mtrl_animation_interpolator_0
+interpolator btn_radio_to_on_mtrl_animation_interpolator_0
+interpolator fast_out_slow_in
+interpolator m3_sys_motion_easing_emphasized
+interpolator m3_sys_motion_easing_emphasized_accelerate
+interpolator m3_sys_motion_easing_emphasized_decelerate
+interpolator m3_sys_motion_easing_linear
+interpolator m3_sys_motion_easing_standard
+interpolator m3_sys_motion_easing_standard_accelerate
+interpolator m3_sys_motion_easing_standard_decelerate
+interpolator mtrl_fast_out_linear_in
+interpolator mtrl_fast_out_slow_in
+interpolator mtrl_linear
+interpolator mtrl_linear_out_slow_in
+layout abc_action_bar_title_item
+layout abc_action_bar_up_container
+layout abc_action_menu_item_layout
+layout abc_action_menu_layout
+layout abc_action_mode_bar
+layout abc_action_mode_close_item_material
+layout abc_activity_chooser_view
+layout abc_activity_chooser_view_list_item
+layout abc_alert_dialog_button_bar_material
+layout abc_alert_dialog_material
+layout abc_alert_dialog_title_material
+layout abc_cascading_menu_item_layout
+layout abc_dialog_title_material
+layout abc_expanded_menu_layout
+layout abc_list_menu_item_checkbox
+layout abc_list_menu_item_icon
+layout abc_list_menu_item_layout
+layout abc_list_menu_item_radio
+layout abc_popup_menu_header_item_layout
+layout abc_popup_menu_item_layout
+layout abc_screen_content_include
+layout abc_screen_simple
+layout abc_screen_simple_overlay_action_mode
+layout abc_screen_toolbar
+layout abc_search_dropdown_item_icons_2line
+layout abc_search_view
+layout abc_select_dialog_material
+layout abc_tooltip
+layout custom_dialog
+layout design_bottom_navigation_item
+layout design_bottom_sheet_dialog
+layout design_layout_snackbar
+layout design_layout_snackbar_include
+layout design_layout_tab_icon
+layout design_layout_tab_text
+layout design_menu_item_action_area
+layout design_navigation_item
+layout design_navigation_item_header
+layout design_navigation_item_separator
+layout design_navigation_item_subheader
+layout design_navigation_menu
+layout design_navigation_menu_item
+layout design_text_input_end_icon
+layout design_text_input_start_icon
+layout m3_alert_dialog
+layout m3_alert_dialog_actions
+layout m3_alert_dialog_title
+layout m3_auto_complete_simple_item
+layout material_chip_input_combo
+layout material_clock_display
+layout material_clock_display_divider
+layout material_clock_period_toggle
+layout material_clock_period_toggle_land
+layout material_clockface_textview
+layout material_clockface_view
+layout material_radial_view_group
+layout material_textinput_timepicker
+layout material_time_chip
+layout material_time_input
+layout material_timepicker
+layout material_timepicker_dialog
+layout material_timepicker_textinput_display
+layout mtrl_alert_dialog
+layout mtrl_alert_dialog_actions
+layout mtrl_alert_dialog_title
+layout mtrl_alert_select_dialog_item
+layout mtrl_alert_select_dialog_multichoice
+layout mtrl_alert_select_dialog_singlechoice
+layout mtrl_auto_complete_simple_item
+layout mtrl_calendar_day
+layout mtrl_calendar_day_of_week
+layout mtrl_calendar_days_of_week
+layout mtrl_calendar_horizontal
+layout mtrl_calendar_month
+layout mtrl_calendar_month_labeled
+layout mtrl_calendar_month_navigation
+layout mtrl_calendar_months
+layout mtrl_calendar_vertical
+layout mtrl_calendar_year
+layout mtrl_layout_snackbar
+layout mtrl_layout_snackbar_include
+layout mtrl_navigation_rail_item
+layout mtrl_picker_actions
+layout mtrl_picker_dialog
+layout mtrl_picker_fullscreen
+layout mtrl_picker_header_dialog
+layout mtrl_picker_header_fullscreen
+layout mtrl_picker_header_selection_text
+layout mtrl_picker_header_title_text
+layout mtrl_picker_header_toggle
+layout mtrl_picker_text_input_date
+layout mtrl_picker_text_input_date_range
+layout notification_action
+layout notification_action_tombstone
+layout notification_template_custom_big
+layout notification_template_icon_group
+layout notification_template_part_chronometer
+layout notification_template_part_time
+layout select_dialog_item_material
+layout select_dialog_multichoice_material
+layout select_dialog_singlechoice_material
+layout support_simple_spinner_dropdown_item
+plurals mtrl_badge_content_description
+string abc_action_bar_home_description
+string abc_action_bar_up_description
+string abc_action_menu_overflow_description
+string abc_action_mode_done
+string abc_activity_chooser_view_see_all
+string abc_activitychooserview_choose_application
+string abc_capital_off
+string abc_capital_on
+string abc_menu_alt_shortcut_label
+string abc_menu_ctrl_shortcut_label
+string abc_menu_delete_shortcut_label
+string abc_menu_enter_shortcut_label
+string abc_menu_function_shortcut_label
+string abc_menu_meta_shortcut_label
+string abc_menu_shift_shortcut_label
+string abc_menu_space_shortcut_label
+string abc_menu_sym_shortcut_label
+string abc_prepend_shortcut_label
+string abc_search_hint
+string abc_searchview_description_clear
+string abc_searchview_description_query
+string abc_searchview_description_search
+string abc_searchview_description_submit
+string abc_searchview_description_voice
+string abc_shareactionprovider_share_with
+string abc_shareactionprovider_share_with_application
+string abc_toolbar_collapse_description
+string appbar_scrolling_view_behavior
+string bottom_sheet_behavior
+string bottomsheet_action_collapse
+string bottomsheet_action_expand
+string bottomsheet_action_expand_halfway
+string bottomsheet_drag_handle_clicked
+string bottomsheet_drag_handle_content_description
+string character_counter_content_description
+string character_counter_overflowed_content_description
+string character_counter_pattern
+string clear_text_end_icon_content_description
+string error_a11y_label
+string error_icon_content_description
+string exposed_dropdown_menu_content_description
+string fab_transformation_scrim_behavior
+string fab_transformation_sheet_behavior
+string hide_bottom_view_on_scroll_behavior
+string icon_content_description
+string item_view_role_description
+string m3_sys_motion_easing_emphasized
+string m3_sys_motion_easing_emphasized_accelerate
+string m3_sys_motion_easing_emphasized_decelerate
+string m3_sys_motion_easing_emphasized_path_data
+string m3_sys_motion_easing_legacy
+string m3_sys_motion_easing_legacy_accelerate
+string m3_sys_motion_easing_legacy_decelerate
+string m3_sys_motion_easing_linear
+string m3_sys_motion_easing_standard
+string m3_sys_motion_easing_standard_accelerate
+string m3_sys_motion_easing_standard_decelerate
+string material_clock_display_divider
+string material_clock_toggle_content_description
+string material_hour_selection
+string material_hour_suffix
+string material_minute_selection
+string material_minute_suffix
+string material_motion_easing_accelerated
+string material_motion_easing_decelerated
+string material_motion_easing_emphasized
+string material_motion_easing_linear
+string material_motion_easing_standard
+string material_slider_range_end
+string material_slider_range_start
+string material_timepicker_am
+string material_timepicker_clock_mode_description
+string material_timepicker_hour
+string material_timepicker_minute
+string material_timepicker_pm
+string material_timepicker_select_time
+string material_timepicker_text_input_mode_description
+string mtrl_badge_numberless_content_description
+string mtrl_checkbox_button_icon_path_checked
+string mtrl_checkbox_button_icon_path_group_name
+string mtrl_checkbox_button_icon_path_indeterminate
+string mtrl_checkbox_button_icon_path_name
+string mtrl_checkbox_button_path_checked
+string mtrl_checkbox_button_path_group_name
+string mtrl_checkbox_button_path_name
+string mtrl_checkbox_button_path_unchecked
+string mtrl_checkbox_state_description_checked
+string mtrl_checkbox_state_description_indeterminate
+string mtrl_checkbox_state_description_unchecked
+string mtrl_chip_close_icon_content_description
+string mtrl_exceed_max_badge_number_content_description
+string mtrl_exceed_max_badge_number_suffix
+string mtrl_picker_a11y_next_month
+string mtrl_picker_a11y_prev_month
+string mtrl_picker_announce_current_selection
+string mtrl_picker_cancel
+string mtrl_picker_confirm
+string mtrl_picker_date_header_selected
+string mtrl_picker_date_header_title
+string mtrl_picker_date_header_unselected
+string mtrl_picker_day_of_week_column_header
+string mtrl_picker_invalid_format
+string mtrl_picker_invalid_format_example
+string mtrl_picker_invalid_format_use
+string mtrl_picker_invalid_range
+string mtrl_picker_navigate_to_year_description
+string mtrl_picker_out_of_range
+string mtrl_picker_range_header_only_end_selected
+string mtrl_picker_range_header_only_start_selected
+string mtrl_picker_range_header_selected
+string mtrl_picker_range_header_title
+string mtrl_picker_range_header_unselected
+string mtrl_picker_save
+string mtrl_picker_text_input_date_hint
+string mtrl_picker_text_input_date_range_end_hint
+string mtrl_picker_text_input_date_range_start_hint
+string mtrl_picker_text_input_day_abbr
+string mtrl_picker_text_input_month_abbr
+string mtrl_picker_text_input_year_abbr
+string mtrl_picker_toggle_to_calendar_input_mode
+string mtrl_picker_toggle_to_day_selection
+string mtrl_picker_toggle_to_text_input_mode
+string mtrl_picker_toggle_to_year_selection
+string mtrl_switch_thumb_group_name
+string mtrl_switch_thumb_path_checked
+string mtrl_switch_thumb_path_morphing
+string mtrl_switch_thumb_path_name
+string mtrl_switch_thumb_path_pressed
+string mtrl_switch_thumb_path_unchecked
+string mtrl_switch_track_decoration_path
+string mtrl_switch_track_path
+string mtrl_timepicker_cancel
+string mtrl_timepicker_confirm
+string password_toggle_content_description
+string path_password_eye
+string path_password_eye_mask_strike_through
+string path_password_eye_mask_visible
+string path_password_strike_through
+string search_menu_title
+string status_bar_notification_info_overflow
+style AlertDialog_AppCompat
+style AlertDialog_AppCompat_Light
+style Animation_AppCompat_Dialog
+style Animation_AppCompat_DropDownUp
+style Animation_AppCompat_Tooltip
+style Animation_Design_BottomSheetDialog
+style Animation_MaterialComponents_BottomSheetDialog
+style Base_AlertDialog_AppCompat
+style Base_AlertDialog_AppCompat_Light
+style Base_Animation_AppCompat_Dialog
+style Base_Animation_AppCompat_DropDownUp
+style Base_Animation_AppCompat_Tooltip
+style Base_CardView
+style Base_DialogWindowTitleBackground_AppCompat
+style Base_DialogWindowTitle_AppCompat
+style Base_MaterialAlertDialog_MaterialComponents_Title_Icon
+style Base_MaterialAlertDialog_MaterialComponents_Title_Panel
+style Base_MaterialAlertDialog_MaterialComponents_Title_Text
+style Base_TextAppearance_AppCompat
+style Base_TextAppearance_AppCompat_Body1
+style Base_TextAppearance_AppCompat_Body2
+style Base_TextAppearance_AppCompat_Button
+style Base_TextAppearance_AppCompat_Caption
+style Base_TextAppearance_AppCompat_Display1
+style Base_TextAppearance_AppCompat_Display2
+style Base_TextAppearance_AppCompat_Display3
+style Base_TextAppearance_AppCompat_Display4
+style Base_TextAppearance_AppCompat_Headline
+style Base_TextAppearance_AppCompat_Inverse
+style Base_TextAppearance_AppCompat_Large
+style Base_TextAppearance_AppCompat_Large_Inverse
+style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
+style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
+style Base_TextAppearance_AppCompat_Medium
+style Base_TextAppearance_AppCompat_Medium_Inverse
+style Base_TextAppearance_AppCompat_Menu
+style Base_TextAppearance_AppCompat_SearchResult
+style Base_TextAppearance_AppCompat_SearchResult_Subtitle
+style Base_TextAppearance_AppCompat_SearchResult_Title
+style Base_TextAppearance_AppCompat_Small
+style Base_TextAppearance_AppCompat_Small_Inverse
+style Base_TextAppearance_AppCompat_Subhead
+style Base_TextAppearance_AppCompat_Subhead_Inverse
+style Base_TextAppearance_AppCompat_Title
+style Base_TextAppearance_AppCompat_Title_Inverse
+style Base_TextAppearance_AppCompat_Tooltip
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Title
+style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
+style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle
+style Base_TextAppearance_AppCompat_Widget_ActionMode_Title
+style Base_TextAppearance_AppCompat_Widget_Button
+style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored
+style Base_TextAppearance_AppCompat_Widget_Button_Colored
+style Base_TextAppearance_AppCompat_Widget_Button_Inverse
+style Base_TextAppearance_AppCompat_Widget_DropDownItem
+style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header
+style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
+style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
+style Base_TextAppearance_AppCompat_Widget_Switch
+style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
+style Base_TextAppearance_MaterialComponents_Badge
+style Base_TextAppearance_MaterialComponents_Button
+style Base_TextAppearance_MaterialComponents_Headline6
+style Base_TextAppearance_MaterialComponents_Subtitle2
+style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item
+style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle
+style Base_TextAppearance_Widget_AppCompat_Toolbar_Title
+style Base_ThemeOverlay_AppCompat
+style Base_ThemeOverlay_AppCompat_ActionBar
+style Base_ThemeOverlay_AppCompat_Dark
+style Base_ThemeOverlay_AppCompat_Dark_ActionBar
+style Base_ThemeOverlay_AppCompat_Dialog
+style Base_ThemeOverlay_AppCompat_Dialog_Alert
+style Base_ThemeOverlay_AppCompat_Light
+style Base_ThemeOverlay_Material3_AutoCompleteTextView
+style Base_ThemeOverlay_Material3_BottomSheetDialog
+style Base_ThemeOverlay_Material3_Dialog
+style Base_ThemeOverlay_Material3_TextInputEditText
+style Base_ThemeOverlay_MaterialComponents_Dialog
+style Base_ThemeOverlay_MaterialComponents_Dialog_Alert
+style Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework
+style Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework
+style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog
+style Base_Theme_AppCompat
+style Base_Theme_AppCompat_CompactMenu
+style Base_Theme_AppCompat_Dialog
+style Base_Theme_AppCompat_DialogWhenLarge
+style Base_Theme_AppCompat_Dialog_Alert
+style Base_Theme_AppCompat_Dialog_FixedSize
+style Base_Theme_AppCompat_Dialog_MinWidth
+style Base_Theme_AppCompat_Light
+style Base_Theme_AppCompat_Light_DarkActionBar
+style Base_Theme_AppCompat_Light_Dialog
+style Base_Theme_AppCompat_Light_DialogWhenLarge
+style Base_Theme_AppCompat_Light_Dialog_Alert
+style Base_Theme_AppCompat_Light_Dialog_FixedSize
+style Base_Theme_AppCompat_Light_Dialog_MinWidth
+style Base_Theme_Material3_Dark
+style Base_Theme_Material3_Dark_BottomSheetDialog
+style Base_Theme_Material3_Dark_Dialog
+style Base_Theme_Material3_Light
+style Base_Theme_Material3_Light_BottomSheetDialog
+style Base_Theme_Material3_Light_Dialog
+style Base_Theme_MaterialComponents
+style Base_Theme_MaterialComponents_Bridge
+style Base_Theme_MaterialComponents_CompactMenu
+style Base_Theme_MaterialComponents_Dialog
+style Base_Theme_MaterialComponents_DialogWhenLarge
+style Base_Theme_MaterialComponents_Dialog_Alert
+style Base_Theme_MaterialComponents_Dialog_Bridge
+style Base_Theme_MaterialComponents_Dialog_FixedSize
+style Base_Theme_MaterialComponents_Dialog_MinWidth
+style Base_Theme_MaterialComponents_Light
+style Base_Theme_MaterialComponents_Light_Bridge
+style Base_Theme_MaterialComponents_Light_DarkActionBar
+style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge
+style Base_Theme_MaterialComponents_Light_Dialog
+style Base_Theme_MaterialComponents_Light_DialogWhenLarge
+style Base_Theme_MaterialComponents_Light_Dialog_Alert
+style Base_Theme_MaterialComponents_Light_Dialog_Bridge
+style Base_Theme_MaterialComponents_Light_Dialog_FixedSize
+style Base_Theme_MaterialComponents_Light_Dialog_MinWidth
+style Base_V14_ThemeOverlay_Material3_BottomSheetDialog
+style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog
+style Base_V14_ThemeOverlay_MaterialComponents_Dialog
+style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert
+style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog
+style Base_V14_Theme_Material3_Dark
+style Base_V14_Theme_Material3_Dark_BottomSheetDialog
+style Base_V14_Theme_Material3_Dark_Dialog
+style Base_V14_Theme_Material3_Light
+style Base_V14_Theme_Material3_Light_BottomSheetDialog
+style Base_V14_Theme_Material3_Light_Dialog
+style Base_V14_Theme_MaterialComponents
+style Base_V14_Theme_MaterialComponents_Bridge
+style Base_V14_Theme_MaterialComponents_Dialog
+style Base_V14_Theme_MaterialComponents_Dialog_Bridge
+style Base_V14_Theme_MaterialComponents_Light
+style Base_V14_Theme_MaterialComponents_Light_Bridge
+style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge
+style Base_V14_Theme_MaterialComponents_Light_Dialog
+style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge
+style Base_V14_Widget_MaterialComponents_AutoCompleteTextView
+style Base_V21_ThemeOverlay_AppCompat_Dialog
+style Base_V21_ThemeOverlay_Material3_BottomSheetDialog
+style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog
+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_V21_Theme_MaterialComponents
+style Base_V21_Theme_MaterialComponents_Dialog
+style Base_V21_Theme_MaterialComponents_Light
+style Base_V21_Theme_MaterialComponents_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_V24_Theme_Material3_Dark
+style Base_V24_Theme_Material3_Dark_Dialog
+style Base_V24_Theme_Material3_Light
+style Base_V24_Theme_Material3_Light_Dialog
+style Base_V26_Theme_AppCompat
+style Base_V26_Theme_AppCompat_Light
+style Base_V26_Widget_AppCompat_Toolbar
+style Base_V28_Theme_AppCompat
+style Base_V28_Theme_AppCompat_Light
+style Base_V7_ThemeOverlay_AppCompat_Dialog
+style Base_V7_Theme_AppCompat
+style Base_V7_Theme_AppCompat_Dialog
+style Base_V7_Theme_AppCompat_Light
+style Base_V7_Theme_AppCompat_Light_Dialog
+style Base_V7_Widget_AppCompat_AutoCompleteTextView
+style Base_V7_Widget_AppCompat_EditText
+style Base_V7_Widget_AppCompat_Toolbar
+style Base_Widget_AppCompat_ActionBar
+style Base_Widget_AppCompat_ActionBar_Solid
+style Base_Widget_AppCompat_ActionBar_TabBar
+style Base_Widget_AppCompat_ActionBar_TabText
+style Base_Widget_AppCompat_ActionBar_TabView
+style Base_Widget_AppCompat_ActionButton
+style Base_Widget_AppCompat_ActionButton_CloseMode
+style Base_Widget_AppCompat_ActionButton_Overflow
+style Base_Widget_AppCompat_ActionMode
+style Base_Widget_AppCompat_ActivityChooserView
+style Base_Widget_AppCompat_AutoCompleteTextView
+style Base_Widget_AppCompat_Button
+style Base_Widget_AppCompat_ButtonBar
+style Base_Widget_AppCompat_ButtonBar_AlertDialog
+style Base_Widget_AppCompat_Button_Borderless
+style Base_Widget_AppCompat_Button_Borderless_Colored
+style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog
+style Base_Widget_AppCompat_Button_Colored
+style Base_Widget_AppCompat_Button_Small
+style Base_Widget_AppCompat_CompoundButton_CheckBox
+style Base_Widget_AppCompat_CompoundButton_RadioButton
+style Base_Widget_AppCompat_CompoundButton_Switch
+style Base_Widget_AppCompat_DrawerArrowToggle
+style Base_Widget_AppCompat_DrawerArrowToggle_Common
+style Base_Widget_AppCompat_DropDownItem_Spinner
+style Base_Widget_AppCompat_EditText
+style Base_Widget_AppCompat_ImageButton
+style Base_Widget_AppCompat_Light_ActionBar
+style Base_Widget_AppCompat_Light_ActionBar_Solid
+style Base_Widget_AppCompat_Light_ActionBar_TabBar
+style Base_Widget_AppCompat_Light_ActionBar_TabText
+style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse
+style Base_Widget_AppCompat_Light_ActionBar_TabView
+style Base_Widget_AppCompat_Light_PopupMenu
+style Base_Widget_AppCompat_Light_PopupMenu_Overflow
+style Base_Widget_AppCompat_ListMenuView
+style Base_Widget_AppCompat_ListPopupWindow
+style Base_Widget_AppCompat_ListView
+style Base_Widget_AppCompat_ListView_DropDown
+style Base_Widget_AppCompat_ListView_Menu
+style Base_Widget_AppCompat_PopupMenu
+style Base_Widget_AppCompat_PopupMenu_Overflow
+style Base_Widget_AppCompat_PopupWindow
+style Base_Widget_AppCompat_ProgressBar
+style Base_Widget_AppCompat_ProgressBar_Horizontal
+style Base_Widget_AppCompat_RatingBar
+style Base_Widget_AppCompat_RatingBar_Indicator
+style Base_Widget_AppCompat_RatingBar_Small
+style Base_Widget_AppCompat_SearchView
+style Base_Widget_AppCompat_SearchView_ActionBar
+style Base_Widget_AppCompat_SeekBar
+style Base_Widget_AppCompat_SeekBar_Discrete
+style Base_Widget_AppCompat_Spinner
+style Base_Widget_AppCompat_Spinner_Underlined
+style Base_Widget_AppCompat_TextView
+style Base_Widget_AppCompat_TextView_SpinnerItem
+style Base_Widget_AppCompat_Toolbar
+style Base_Widget_AppCompat_Toolbar_Button_Navigation
+style Base_Widget_Design_TabLayout
+style Base_Widget_Material3_ActionBar_Solid
+style Base_Widget_Material3_ActionMode
+style Base_Widget_Material3_CardView
+style Base_Widget_Material3_Chip
+style Base_Widget_Material3_CollapsingToolbar
+style Base_Widget_Material3_CompoundButton_CheckBox
+style Base_Widget_Material3_CompoundButton_RadioButton
+style Base_Widget_Material3_CompoundButton_Switch
+style Base_Widget_Material3_ExtendedFloatingActionButton
+style Base_Widget_Material3_ExtendedFloatingActionButton_Icon
+style Base_Widget_Material3_FloatingActionButton
+style Base_Widget_Material3_FloatingActionButton_Large
+style Base_Widget_Material3_FloatingActionButton_Small
+style Base_Widget_Material3_Light_ActionBar_Solid
+style Base_Widget_Material3_MaterialCalendar_NavigationButton
+style Base_Widget_Material3_Snackbar
+style Base_Widget_Material3_TabLayout
+style Base_Widget_Material3_TabLayout_OnSurface
+style Base_Widget_Material3_TabLayout_Secondary
+style Base_Widget_MaterialComponents_AutoCompleteTextView
+style Base_Widget_MaterialComponents_CheckedTextView
+style Base_Widget_MaterialComponents_Chip
+style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton
+style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton
+style Base_Widget_MaterialComponents_PopupMenu
+style Base_Widget_MaterialComponents_PopupMenu_ContextMenu
+style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow
+style Base_Widget_MaterialComponents_PopupMenu_Overflow
+style Base_Widget_MaterialComponents_Slider
+style Base_Widget_MaterialComponents_Snackbar
+style Base_Widget_MaterialComponents_TextInputEditText
+style Base_Widget_MaterialComponents_TextInputLayout
+style Base_Widget_MaterialComponents_TextView
+style CardView
+style CardView_Dark
+style CardView_Light
+style MaterialAlertDialog_Material3
+style MaterialAlertDialog_Material3_Body_Text
+style MaterialAlertDialog_Material3_Body_Text_CenterStacked
+style MaterialAlertDialog_Material3_Title_Icon
+style MaterialAlertDialog_Material3_Title_Icon_CenterStacked
+style MaterialAlertDialog_Material3_Title_Panel
+style MaterialAlertDialog_Material3_Title_Panel_CenterStacked
+style MaterialAlertDialog_Material3_Title_Text
+style MaterialAlertDialog_Material3_Title_Text_CenterStacked
+style MaterialAlertDialog_MaterialComponents
+style MaterialAlertDialog_MaterialComponents_Body_Text
+style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar
+style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner
+style MaterialAlertDialog_MaterialComponents_Title_Icon
+style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked
+style MaterialAlertDialog_MaterialComponents_Title_Panel
+style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked
+style MaterialAlertDialog_MaterialComponents_Title_Text
+style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked
+style Platform_AppCompat
+style Platform_AppCompat_Light
+style Platform_MaterialComponents
+style Platform_MaterialComponents_Dialog
+style Platform_MaterialComponents_Light
+style Platform_MaterialComponents_Light_Dialog
+style Platform_ThemeOverlay_AppCompat
+style Platform_ThemeOverlay_AppCompat_Dark
+style Platform_ThemeOverlay_AppCompat_Light
+style Platform_V21_AppCompat
+style Platform_V21_AppCompat_Light
+style Platform_V25_AppCompat
+style Platform_V25_AppCompat_Light
+style Platform_Widget_AppCompat_Spinner
+style RtlOverlay_DialogWindowTitle_AppCompat
+style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
+style RtlOverlay_Widget_AppCompat_DialogTitle_Icon
+style RtlOverlay_Widget_AppCompat_PopupMenuItem
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
+style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title
+style RtlOverlay_Widget_AppCompat_SearchView_MagIcon
+style RtlOverlay_Widget_AppCompat_Search_DropDown
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Query
+style RtlOverlay_Widget_AppCompat_Search_DropDown_Text
+style RtlUnderlay_Widget_AppCompat_ActionButton
+style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
+style ShapeAppearanceOverlay_Material3_Button
+style ShapeAppearanceOverlay_Material3_Chip
+style ShapeAppearanceOverlay_Material3_Corner_Bottom
+style ShapeAppearanceOverlay_Material3_Corner_Left
+style ShapeAppearanceOverlay_Material3_Corner_Right
+style ShapeAppearanceOverlay_Material3_Corner_Top
+style ShapeAppearanceOverlay_Material3_FloatingActionButton
+style ShapeAppearanceOverlay_Material3_NavigationView_Item
+style ShapeAppearanceOverlay_MaterialAlertDialog_Material3
+style ShapeAppearanceOverlay_MaterialComponents_BottomSheet
+style ShapeAppearanceOverlay_MaterialComponents_Chip
+style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton
+style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year
+style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox
+style ShapeAppearance_M3_Comp_BottomAppBar_Container_Shape
+style ShapeAppearance_M3_Comp_Switch_Handle_Shape
+style ShapeAppearance_M3_Comp_Switch_StateLayer_Shape
+style ShapeAppearance_M3_Comp_Switch_Track_Shape
+style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge
+style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall
+style ShapeAppearance_M3_Sys_Shape_Corner_Full
+style ShapeAppearance_M3_Sys_Shape_Corner_Large
+style ShapeAppearance_M3_Sys_Shape_Corner_Medium
+style ShapeAppearance_M3_Sys_Shape_Corner_None
+style ShapeAppearance_M3_Sys_Shape_Corner_Small
+style ShapeAppearance_Material3_Corner_ExtraLarge
+style ShapeAppearance_Material3_Corner_ExtraSmall
+style ShapeAppearance_Material3_Corner_Full
+style ShapeAppearance_Material3_Corner_Large
+style ShapeAppearance_Material3_Corner_Medium
+style ShapeAppearance_Material3_Corner_None
+style ShapeAppearance_Material3_Corner_Small
+style ShapeAppearance_Material3_LargeComponent
+style ShapeAppearance_Material3_MediumComponent
+style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator
+style ShapeAppearance_Material3_SmallComponent
+style ShapeAppearance_Material3_Tooltip
+style ShapeAppearance_MaterialComponents
+style ShapeAppearance_MaterialComponents_LargeComponent
+style ShapeAppearance_MaterialComponents_MediumComponent
+style ShapeAppearance_MaterialComponents_SmallComponent
+style ShapeAppearance_MaterialComponents_Tooltip
+style TextAppearance_AppCompat
+style TextAppearance_AppCompat_Body1
+style TextAppearance_AppCompat_Body2
+style TextAppearance_AppCompat_Button
+style TextAppearance_AppCompat_Caption
+style TextAppearance_AppCompat_Display1
+style TextAppearance_AppCompat_Display2
+style TextAppearance_AppCompat_Display3
+style TextAppearance_AppCompat_Display4
+style TextAppearance_AppCompat_Headline
+style TextAppearance_AppCompat_Inverse
+style TextAppearance_AppCompat_Large
+style TextAppearance_AppCompat_Large_Inverse
+style TextAppearance_AppCompat_Light_SearchResult_Subtitle
+style TextAppearance_AppCompat_Light_SearchResult_Title
+style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
+style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
+style TextAppearance_AppCompat_Medium
+style TextAppearance_AppCompat_Medium_Inverse
+style TextAppearance_AppCompat_Menu
+style TextAppearance_AppCompat_SearchResult_Subtitle
+style TextAppearance_AppCompat_SearchResult_Title
+style TextAppearance_AppCompat_Small
+style TextAppearance_AppCompat_Small_Inverse
+style TextAppearance_AppCompat_Subhead
+style TextAppearance_AppCompat_Subhead_Inverse
+style TextAppearance_AppCompat_Title
+style TextAppearance_AppCompat_Title_Inverse
+style TextAppearance_AppCompat_Tooltip
+style TextAppearance_AppCompat_Widget_ActionBar_Menu
+style TextAppearance_AppCompat_Widget_ActionBar_Subtitle
+style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
+style TextAppearance_AppCompat_Widget_ActionBar_Title
+style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
+style TextAppearance_AppCompat_Widget_ActionMode_Subtitle
+style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
+style TextAppearance_AppCompat_Widget_ActionMode_Title
+style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
+style TextAppearance_AppCompat_Widget_Button
+style TextAppearance_AppCompat_Widget_Button_Borderless_Colored
+style TextAppearance_AppCompat_Widget_Button_Colored
+style TextAppearance_AppCompat_Widget_Button_Inverse
+style TextAppearance_AppCompat_Widget_DropDownItem
+style TextAppearance_AppCompat_Widget_PopupMenu_Header
+style TextAppearance_AppCompat_Widget_PopupMenu_Large
+style TextAppearance_AppCompat_Widget_PopupMenu_Small
+style TextAppearance_AppCompat_Widget_Switch
+style TextAppearance_AppCompat_Widget_TextView_SpinnerItem
+style TextAppearance_Compat_Notification
+style TextAppearance_Compat_Notification_Info
+style TextAppearance_Compat_Notification_Line2
+style TextAppearance_Compat_Notification_Time
+style TextAppearance_Compat_Notification_Title
+style TextAppearance_Design_CollapsingToolbar_Expanded
+style TextAppearance_Design_Counter
+style TextAppearance_Design_Counter_Overflow
+style TextAppearance_Design_Error
+style TextAppearance_Design_HelperText
+style TextAppearance_Design_Hint
+style TextAppearance_Design_Placeholder
+style TextAppearance_Design_Prefix
+style TextAppearance_Design_Snackbar_Message
+style TextAppearance_Design_Suffix
+style TextAppearance_Design_Tab
+style TextAppearance_M3_Sys_Typescale_BodyLarge
+style TextAppearance_M3_Sys_Typescale_BodyMedium
+style TextAppearance_M3_Sys_Typescale_BodySmall
+style TextAppearance_M3_Sys_Typescale_DisplayLarge
+style TextAppearance_M3_Sys_Typescale_DisplayMedium
+style TextAppearance_M3_Sys_Typescale_DisplaySmall
+style TextAppearance_M3_Sys_Typescale_HeadlineLarge
+style TextAppearance_M3_Sys_Typescale_HeadlineMedium
+style TextAppearance_M3_Sys_Typescale_HeadlineSmall
+style TextAppearance_M3_Sys_Typescale_LabelLarge
+style TextAppearance_M3_Sys_Typescale_LabelMedium
+style TextAppearance_M3_Sys_Typescale_LabelSmall
+style TextAppearance_M3_Sys_Typescale_TitleLarge
+style TextAppearance_M3_Sys_Typescale_TitleMedium
+style TextAppearance_M3_Sys_Typescale_TitleSmall
+style TextAppearance_Material3_ActionBar_Subtitle
+style TextAppearance_Material3_ActionBar_Title
+style TextAppearance_Material3_BodyLarge
+style TextAppearance_Material3_BodyMedium
+style TextAppearance_Material3_BodySmall
+style TextAppearance_Material3_DisplayLarge
+style TextAppearance_Material3_DisplayMedium
+style TextAppearance_Material3_DisplaySmall
+style TextAppearance_Material3_HeadlineLarge
+style TextAppearance_Material3_HeadlineMedium
+style TextAppearance_Material3_HeadlineSmall
+style TextAppearance_Material3_LabelLarge
+style TextAppearance_Material3_LabelMedium
+style TextAppearance_Material3_LabelSmall
+style TextAppearance_Material3_MaterialTimePicker_Title
+style TextAppearance_Material3_TitleLarge
+style TextAppearance_Material3_TitleMedium
+style TextAppearance_Material3_TitleSmall
+style TextAppearance_MaterialComponents_Badge
+style TextAppearance_MaterialComponents_Body1
+style TextAppearance_MaterialComponents_Body2
+style TextAppearance_MaterialComponents_Button
+style TextAppearance_MaterialComponents_Caption
+style TextAppearance_MaterialComponents_Chip
+style TextAppearance_MaterialComponents_Headline1
+style TextAppearance_MaterialComponents_Headline2
+style TextAppearance_MaterialComponents_Headline3
+style TextAppearance_MaterialComponents_Headline4
+style TextAppearance_MaterialComponents_Headline5
+style TextAppearance_MaterialComponents_Headline6
+style TextAppearance_MaterialComponents_Overline
+style TextAppearance_MaterialComponents_Subtitle1
+style TextAppearance_MaterialComponents_Subtitle2
+style TextAppearance_MaterialComponents_TimePicker_Title
+style TextAppearance_MaterialComponents_Tooltip
+style TextAppearance_Widget_AppCompat_ExpandedMenu_Item
+style TextAppearance_Widget_AppCompat_Toolbar_Subtitle
+style TextAppearance_Widget_AppCompat_Toolbar_Title
+style ThemeOverlay_AppCompat
+style ThemeOverlay_AppCompat_ActionBar
+style ThemeOverlay_AppCompat_Dark
+style ThemeOverlay_AppCompat_Dark_ActionBar
+style ThemeOverlay_AppCompat_DayNight
+style ThemeOverlay_AppCompat_DayNight_ActionBar
+style ThemeOverlay_AppCompat_Dialog
+style ThemeOverlay_AppCompat_Dialog_Alert
+style ThemeOverlay_AppCompat_Light
+style ThemeOverlay_Design_TextInputEditText
+style ThemeOverlay_Material3
+style ThemeOverlay_Material3_ActionBar
+style ThemeOverlay_Material3_AutoCompleteTextView
+style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox
+style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense
+style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox
+style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense
+style ThemeOverlay_Material3_BottomAppBar
+style ThemeOverlay_Material3_BottomAppBar_Legacy
+style ThemeOverlay_Material3_BottomSheetDialog
+style ThemeOverlay_Material3_Button
+style ThemeOverlay_Material3_Button_ElevatedButton
+style ThemeOverlay_Material3_Button_IconButton
+style ThemeOverlay_Material3_Button_IconButton_Filled
+style ThemeOverlay_Material3_Button_IconButton_Filled_Tonal
+style ThemeOverlay_Material3_Button_TextButton
+style ThemeOverlay_Material3_Button_TextButton_Snackbar
+style ThemeOverlay_Material3_Button_TonalButton
+style ThemeOverlay_Material3_Chip
+style ThemeOverlay_Material3_Chip_Assist
+style ThemeOverlay_Material3_Dark
+style ThemeOverlay_Material3_Dark_ActionBar
+style ThemeOverlay_Material3_DayNight_BottomSheetDialog
+style ThemeOverlay_Material3_Dialog
+style ThemeOverlay_Material3_Dialog_Alert
+style ThemeOverlay_Material3_Dialog_Alert_Framework
+style ThemeOverlay_Material3_DynamicColors_Dark
+style ThemeOverlay_Material3_DynamicColors_DayNight
+style ThemeOverlay_Material3_DynamicColors_Light
+style ThemeOverlay_Material3_ExtendedFloatingActionButton_Primary
+style ThemeOverlay_Material3_ExtendedFloatingActionButton_Secondary
+style ThemeOverlay_Material3_ExtendedFloatingActionButton_Surface
+style ThemeOverlay_Material3_ExtendedFloatingActionButton_Tertiary
+style ThemeOverlay_Material3_FloatingActionButton_Primary
+style ThemeOverlay_Material3_FloatingActionButton_Secondary
+style ThemeOverlay_Material3_FloatingActionButton_Surface
+style ThemeOverlay_Material3_FloatingActionButton_Tertiary
+style ThemeOverlay_Material3_HarmonizedColors
+style ThemeOverlay_Material3_HarmonizedColors_Empty
+style ThemeOverlay_Material3_Light
+style ThemeOverlay_Material3_Light_Dialog_Alert_Framework
+style ThemeOverlay_Material3_MaterialAlertDialog
+style ThemeOverlay_Material3_MaterialAlertDialog_Centered
+style ThemeOverlay_Material3_MaterialCalendar
+style ThemeOverlay_Material3_MaterialCalendar_Fullscreen
+style ThemeOverlay_Material3_MaterialCalendar_HeaderCancelButton
+style ThemeOverlay_Material3_MaterialTimePicker
+style ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText
+style ThemeOverlay_Material3_NavigationView
+style ThemeOverlay_Material3_Snackbar
+style ThemeOverlay_Material3_TextInputEditText
+style ThemeOverlay_Material3_TextInputEditText_FilledBox
+style ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense
+style ThemeOverlay_Material3_TextInputEditText_OutlinedBox
+style ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense
+style ThemeOverlay_Material3_Toolbar_Surface
+style ThemeOverlay_MaterialAlertDialog_Material3_Title_Icon
+style ThemeOverlay_MaterialComponents
+style ThemeOverlay_MaterialComponents_ActionBar
+style ThemeOverlay_MaterialComponents_ActionBar_Primary
+style ThemeOverlay_MaterialComponents_ActionBar_Surface
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox
+style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense
+style ThemeOverlay_MaterialComponents_BottomAppBar_Primary
+style ThemeOverlay_MaterialComponents_BottomAppBar_Surface
+style ThemeOverlay_MaterialComponents_BottomSheetDialog
+style ThemeOverlay_MaterialComponents_Dark
+style ThemeOverlay_MaterialComponents_Dark_ActionBar
+style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog
+style ThemeOverlay_MaterialComponents_Dialog
+style ThemeOverlay_MaterialComponents_Dialog_Alert
+style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework
+style ThemeOverlay_MaterialComponents_Light
+style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day
+style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner
+style ThemeOverlay_MaterialComponents_MaterialCalendar
+style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen
+style ThemeOverlay_MaterialComponents_TextInputEditText
+style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox
+style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense
+style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox
+style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense
+style ThemeOverlay_MaterialComponents_TimePicker
+style ThemeOverlay_MaterialComponents_TimePicker_Display
+style ThemeOverlay_MaterialComponents_TimePicker_Display_TextInputEditText
+style ThemeOverlay_MaterialComponents_Toolbar_Popup_Primary
+style ThemeOverlay_MaterialComponents_Toolbar_Primary
+style ThemeOverlay_MaterialComponents_Toolbar_Surface
+style Theme_AppCompat
+style Theme_AppCompat_CompactMenu
+style Theme_AppCompat_DayNight
+style Theme_AppCompat_DayNight_DarkActionBar
+style Theme_AppCompat_DayNight_Dialog
+style Theme_AppCompat_DayNight_DialogWhenLarge
+style Theme_AppCompat_DayNight_Dialog_Alert
+style Theme_AppCompat_DayNight_Dialog_MinWidth
+style Theme_AppCompat_DayNight_NoActionBar
+style Theme_AppCompat_Dialog
+style Theme_AppCompat_DialogWhenLarge
+style Theme_AppCompat_Dialog_Alert
+style Theme_AppCompat_Dialog_MinWidth
+style Theme_AppCompat_Empty
+style Theme_AppCompat_Light
+style Theme_AppCompat_Light_DarkActionBar
+style Theme_AppCompat_Light_Dialog
+style Theme_AppCompat_Light_DialogWhenLarge
+style Theme_AppCompat_Light_Dialog_Alert
+style Theme_AppCompat_Light_Dialog_MinWidth
+style Theme_AppCompat_Light_NoActionBar
+style Theme_AppCompat_NoActionBar
+style Theme_Design
+style Theme_Design_BottomSheetDialog
+style Theme_Design_Light
+style Theme_Design_Light_BottomSheetDialog
+style Theme_Design_Light_NoActionBar
+style Theme_Design_NoActionBar
+style Theme_Material3_Dark
+style Theme_Material3_Dark_BottomSheetDialog
+style Theme_Material3_Dark_Dialog
+style Theme_Material3_Dark_DialogWhenLarge
+style Theme_Material3_Dark_Dialog_Alert
+style Theme_Material3_Dark_Dialog_MinWidth
+style Theme_Material3_Dark_NoActionBar
+style Theme_Material3_DayNight
+style Theme_Material3_DayNight_BottomSheetDialog
+style Theme_Material3_DayNight_Dialog
+style Theme_Material3_DayNight_DialogWhenLarge
+style Theme_Material3_DayNight_Dialog_Alert
+style Theme_Material3_DayNight_Dialog_MinWidth
+style Theme_Material3_DayNight_NoActionBar
+style Theme_Material3_DynamicColors_Dark
+style Theme_Material3_DynamicColors_DayNight
+style Theme_Material3_DynamicColors_Light
+style Theme_Material3_Light
+style Theme_Material3_Light_BottomSheetDialog
+style Theme_Material3_Light_Dialog
+style Theme_Material3_Light_DialogWhenLarge
+style Theme_Material3_Light_Dialog_Alert
+style Theme_Material3_Light_Dialog_MinWidth
+style Theme_Material3_Light_NoActionBar
+style Theme_MaterialComponents
+style Theme_MaterialComponents_BottomSheetDialog
+style Theme_MaterialComponents_Bridge
+style Theme_MaterialComponents_CompactMenu
+style Theme_MaterialComponents_DayNight
+style Theme_MaterialComponents_DayNight_BottomSheetDialog
+style Theme_MaterialComponents_DayNight_Bridge
+style Theme_MaterialComponents_DayNight_DarkActionBar
+style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge
+style Theme_MaterialComponents_DayNight_Dialog
+style Theme_MaterialComponents_DayNight_DialogWhenLarge
+style Theme_MaterialComponents_DayNight_Dialog_Alert
+style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_FixedSize
+style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_MinWidth
+style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_DayNight_NoActionBar
+style Theme_MaterialComponents_DayNight_NoActionBar_Bridge
+style Theme_MaterialComponents_Dialog
+style Theme_MaterialComponents_DialogWhenLarge
+style Theme_MaterialComponents_Dialog_Alert
+style Theme_MaterialComponents_Dialog_Alert_Bridge
+style Theme_MaterialComponents_Dialog_Bridge
+style Theme_MaterialComponents_Dialog_FixedSize
+style Theme_MaterialComponents_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_Dialog_MinWidth
+style Theme_MaterialComponents_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_Light
+style Theme_MaterialComponents_Light_BottomSheetDialog
+style Theme_MaterialComponents_Light_Bridge
+style Theme_MaterialComponents_Light_DarkActionBar
+style Theme_MaterialComponents_Light_DarkActionBar_Bridge
+style Theme_MaterialComponents_Light_Dialog
+style Theme_MaterialComponents_Light_DialogWhenLarge
+style Theme_MaterialComponents_Light_Dialog_Alert
+style Theme_MaterialComponents_Light_Dialog_Alert_Bridge
+style Theme_MaterialComponents_Light_Dialog_Bridge
+style Theme_MaterialComponents_Light_Dialog_FixedSize
+style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_Light_Dialog_MinWidth
+style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_Light_NoActionBar
+style Theme_MaterialComponents_Light_NoActionBar_Bridge
+style Theme_MaterialComponents_NoActionBar
+style Theme_MaterialComponents_NoActionBar_Bridge
+style Widget_AppCompat_ActionBar
+style Widget_AppCompat_ActionBar_Solid
+style Widget_AppCompat_ActionBar_TabBar
+style Widget_AppCompat_ActionBar_TabText
+style Widget_AppCompat_ActionBar_TabView
+style Widget_AppCompat_ActionButton
+style Widget_AppCompat_ActionButton_CloseMode
+style Widget_AppCompat_ActionButton_Overflow
+style Widget_AppCompat_ActionMode
+style Widget_AppCompat_ActivityChooserView
+style Widget_AppCompat_AutoCompleteTextView
+style Widget_AppCompat_Button
+style Widget_AppCompat_ButtonBar
+style Widget_AppCompat_ButtonBar_AlertDialog
+style Widget_AppCompat_Button_Borderless
+style Widget_AppCompat_Button_Borderless_Colored
+style Widget_AppCompat_Button_ButtonBar_AlertDialog
+style Widget_AppCompat_Button_Colored
+style Widget_AppCompat_Button_Small
+style Widget_AppCompat_CompoundButton_CheckBox
+style Widget_AppCompat_CompoundButton_RadioButton
+style Widget_AppCompat_CompoundButton_Switch
+style Widget_AppCompat_DrawerArrowToggle
+style Widget_AppCompat_DropDownItem_Spinner
+style Widget_AppCompat_EditText
+style Widget_AppCompat_ImageButton
+style Widget_AppCompat_Light_ActionBar
+style Widget_AppCompat_Light_ActionBar_Solid
+style Widget_AppCompat_Light_ActionBar_Solid_Inverse
+style Widget_AppCompat_Light_ActionBar_TabBar
+style Widget_AppCompat_Light_ActionBar_TabBar_Inverse
+style Widget_AppCompat_Light_ActionBar_TabText
+style Widget_AppCompat_Light_ActionBar_TabText_Inverse
+style Widget_AppCompat_Light_ActionBar_TabView
+style Widget_AppCompat_Light_ActionBar_TabView_Inverse
+style Widget_AppCompat_Light_ActionButton
+style Widget_AppCompat_Light_ActionButton_CloseMode
+style Widget_AppCompat_Light_ActionButton_Overflow
+style Widget_AppCompat_Light_ActionMode_Inverse
+style Widget_AppCompat_Light_ActivityChooserView
+style Widget_AppCompat_Light_AutoCompleteTextView
+style Widget_AppCompat_Light_DropDownItem_Spinner
+style Widget_AppCompat_Light_ListPopupWindow
+style Widget_AppCompat_Light_ListView_DropDown
+style Widget_AppCompat_Light_PopupMenu
+style Widget_AppCompat_Light_PopupMenu_Overflow
+style Widget_AppCompat_Light_SearchView
+style Widget_AppCompat_Light_Spinner_DropDown_ActionBar
+style Widget_AppCompat_ListMenuView
+style Widget_AppCompat_ListPopupWindow
+style Widget_AppCompat_ListView
+style Widget_AppCompat_ListView_DropDown
+style Widget_AppCompat_ListView_Menu
+style Widget_AppCompat_PopupMenu
+style Widget_AppCompat_PopupMenu_Overflow
+style Widget_AppCompat_PopupWindow
+style Widget_AppCompat_ProgressBar
+style Widget_AppCompat_ProgressBar_Horizontal
+style Widget_AppCompat_RatingBar
+style Widget_AppCompat_RatingBar_Indicator
+style Widget_AppCompat_RatingBar_Small
+style Widget_AppCompat_SearchView
+style Widget_AppCompat_SearchView_ActionBar
+style Widget_AppCompat_SeekBar
+style Widget_AppCompat_SeekBar_Discrete
+style Widget_AppCompat_Spinner
+style Widget_AppCompat_Spinner_DropDown
+style Widget_AppCompat_Spinner_DropDown_ActionBar
+style Widget_AppCompat_Spinner_Underlined
+style Widget_AppCompat_TextView
+style Widget_AppCompat_TextView_SpinnerItem
+style Widget_AppCompat_Toolbar
+style Widget_AppCompat_Toolbar_Button_Navigation
+style Widget_Compat_NotificationActionContainer
+style Widget_Compat_NotificationActionText
+style Widget_Design_AppBarLayout
+style Widget_Design_BottomNavigationView
+style Widget_Design_BottomSheet_Modal
+style Widget_Design_CollapsingToolbar
+style Widget_Design_FloatingActionButton
+style Widget_Design_NavigationView
+style Widget_Design_ScrimInsetsFrameLayout
+style Widget_Design_Snackbar
+style Widget_Design_TabLayout
+style Widget_Design_TextInputEditText
+style Widget_Design_TextInputLayout
+style Widget_Material3_ActionBar_Solid
+style Widget_Material3_ActionMode
+style Widget_Material3_AppBarLayout
+style Widget_Material3_AutoCompleteTextView_FilledBox
+style Widget_Material3_AutoCompleteTextView_FilledBox_Dense
+style Widget_Material3_AutoCompleteTextView_OutlinedBox
+style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense
+style Widget_Material3_Badge
+style Widget_Material3_BottomAppBar
+style Widget_Material3_BottomAppBar_Button_Navigation
+style Widget_Material3_BottomAppBar_Legacy
+style Widget_Material3_BottomNavigationView
+style Widget_Material3_BottomNavigationView_ActiveIndicator
+style Widget_Material3_BottomSheet
+style Widget_Material3_BottomSheet_DragHandle
+style Widget_Material3_BottomSheet_Modal
+style Widget_Material3_Button
+style Widget_Material3_Button_ElevatedButton
+style Widget_Material3_Button_ElevatedButton_Icon
+style Widget_Material3_Button_Icon
+style Widget_Material3_Button_IconButton
+style Widget_Material3_Button_IconButton_Filled
+style Widget_Material3_Button_IconButton_Filled_Tonal
+style Widget_Material3_Button_IconButton_Outlined
+style Widget_Material3_Button_OutlinedButton
+style Widget_Material3_Button_OutlinedButton_Icon
+style Widget_Material3_Button_TextButton
+style Widget_Material3_Button_TextButton_Dialog
+style Widget_Material3_Button_TextButton_Dialog_Flush
+style Widget_Material3_Button_TextButton_Dialog_Icon
+style Widget_Material3_Button_TextButton_Icon
+style Widget_Material3_Button_TextButton_Snackbar
+style Widget_Material3_Button_TonalButton
+style Widget_Material3_Button_TonalButton_Icon
+style Widget_Material3_Button_UnelevatedButton
+style Widget_Material3_CardView_Elevated
+style Widget_Material3_CardView_Filled
+style Widget_Material3_CardView_Outlined
+style Widget_Material3_CheckedTextView
+style Widget_Material3_ChipGroup
+style Widget_Material3_Chip_Assist
+style Widget_Material3_Chip_Assist_Elevated
+style Widget_Material3_Chip_Filter
+style Widget_Material3_Chip_Filter_Elevated
+style Widget_Material3_Chip_Input
+style Widget_Material3_Chip_Input_Elevated
+style Widget_Material3_Chip_Input_Icon
+style Widget_Material3_Chip_Input_Icon_Elevated
+style Widget_Material3_Chip_Suggestion
+style Widget_Material3_Chip_Suggestion_Elevated
+style Widget_Material3_CircularProgressIndicator
+style Widget_Material3_CircularProgressIndicator_ExtraSmall
+style Widget_Material3_CircularProgressIndicator_Medium
+style Widget_Material3_CircularProgressIndicator_Small
+style Widget_Material3_CollapsingToolbar
+style Widget_Material3_CollapsingToolbar_Large
+style Widget_Material3_CollapsingToolbar_Medium
+style Widget_Material3_CompoundButton_CheckBox
+style Widget_Material3_CompoundButton_MaterialSwitch
+style Widget_Material3_CompoundButton_RadioButton
+style Widget_Material3_CompoundButton_Switch
+style Widget_Material3_DrawerLayout
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Primary
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Surface
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary
+style Widget_Material3_ExtendedFloatingActionButton_Primary
+style Widget_Material3_ExtendedFloatingActionButton_Secondary
+style Widget_Material3_ExtendedFloatingActionButton_Surface
+style Widget_Material3_ExtendedFloatingActionButton_Tertiary
+style Widget_Material3_FloatingActionButton_Large_Primary
+style Widget_Material3_FloatingActionButton_Large_Secondary
+style Widget_Material3_FloatingActionButton_Large_Surface
+style Widget_Material3_FloatingActionButton_Large_Tertiary
+style Widget_Material3_FloatingActionButton_Primary
+style Widget_Material3_FloatingActionButton_Secondary
+style Widget_Material3_FloatingActionButton_Small_Primary
+style Widget_Material3_FloatingActionButton_Small_Secondary
+style Widget_Material3_FloatingActionButton_Small_Surface
+style Widget_Material3_FloatingActionButton_Small_Tertiary
+style Widget_Material3_FloatingActionButton_Surface
+style Widget_Material3_FloatingActionButton_Tertiary
+style Widget_Material3_Light_ActionBar_Solid
+style Widget_Material3_LinearProgressIndicator
+style Widget_Material3_MaterialCalendar
+style Widget_Material3_MaterialCalendar_Day
+style Widget_Material3_MaterialCalendar_DayOfWeekLabel
+style Widget_Material3_MaterialCalendar_DayTextView
+style Widget_Material3_MaterialCalendar_Day_Invalid
+style Widget_Material3_MaterialCalendar_Day_Selected
+style Widget_Material3_MaterialCalendar_Day_Today
+style Widget_Material3_MaterialCalendar_Fullscreen
+style Widget_Material3_MaterialCalendar_HeaderCancelButton
+style Widget_Material3_MaterialCalendar_HeaderDivider
+style Widget_Material3_MaterialCalendar_HeaderLayout
+style Widget_Material3_MaterialCalendar_HeaderSelection
+style Widget_Material3_MaterialCalendar_HeaderSelection_Fullscreen
+style Widget_Material3_MaterialCalendar_HeaderTitle
+style Widget_Material3_MaterialCalendar_HeaderToggleButton
+style Widget_Material3_MaterialCalendar_Item
+style Widget_Material3_MaterialCalendar_MonthNavigationButton
+style Widget_Material3_MaterialCalendar_MonthTextView
+style Widget_Material3_MaterialCalendar_Year
+style Widget_Material3_MaterialCalendar_YearNavigationButton
+style Widget_Material3_MaterialCalendar_Year_Selected
+style Widget_Material3_MaterialCalendar_Year_Today
+style Widget_Material3_MaterialDivider
+style Widget_Material3_MaterialDivider_Heavy
+style Widget_Material3_MaterialTimePicker
+style Widget_Material3_MaterialTimePicker_Button
+style Widget_Material3_MaterialTimePicker_Clock
+style Widget_Material3_MaterialTimePicker_Display
+style Widget_Material3_MaterialTimePicker_Display_Divider
+style Widget_Material3_MaterialTimePicker_Display_HelperText
+style Widget_Material3_MaterialTimePicker_Display_TextInputEditText
+style Widget_Material3_MaterialTimePicker_Display_TextInputLayout
+style Widget_Material3_MaterialTimePicker_ImageButton
+style Widget_Material3_NavigationRailView
+style Widget_Material3_NavigationRailView_ActiveIndicator
+style Widget_Material3_NavigationView
+style Widget_Material3_PopupMenu
+style Widget_Material3_PopupMenu_ContextMenu
+style Widget_Material3_PopupMenu_ListPopupWindow
+style Widget_Material3_PopupMenu_Overflow
+style Widget_Material3_Slider
+style Widget_Material3_Snackbar
+style Widget_Material3_Snackbar_FullWidth
+style Widget_Material3_Snackbar_TextView
+style Widget_Material3_TabLayout
+style Widget_Material3_TabLayout_OnSurface
+style Widget_Material3_TabLayout_Secondary
+style Widget_Material3_TextInputEditText_FilledBox
+style Widget_Material3_TextInputEditText_FilledBox_Dense
+style Widget_Material3_TextInputEditText_OutlinedBox
+style Widget_Material3_TextInputEditText_OutlinedBox_Dense
+style Widget_Material3_TextInputLayout_FilledBox
+style Widget_Material3_TextInputLayout_FilledBox_Dense
+style Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu
+style Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu
+style Widget_Material3_TextInputLayout_OutlinedBox
+style Widget_Material3_TextInputLayout_OutlinedBox_Dense
+style Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu
+style Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu
+style Widget_Material3_Toolbar
+style Widget_Material3_Toolbar_OnSurface
+style Widget_Material3_Toolbar_Surface
+style Widget_Material3_Tooltip
+style Widget_MaterialComponents_ActionBar_Primary
+style Widget_MaterialComponents_ActionBar_PrimarySurface
+style Widget_MaterialComponents_ActionBar_Solid
+style Widget_MaterialComponents_ActionBar_Surface
+style Widget_MaterialComponents_ActionMode
+style Widget_MaterialComponents_AppBarLayout_Primary
+style Widget_MaterialComponents_AppBarLayout_PrimarySurface
+style Widget_MaterialComponents_AppBarLayout_Surface
+style Widget_MaterialComponents_AutoCompleteTextView_FilledBox
+style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense
+style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox
+style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense
+style Widget_MaterialComponents_Badge
+style Widget_MaterialComponents_BottomAppBar
+style Widget_MaterialComponents_BottomAppBar_Colored
+style Widget_MaterialComponents_BottomAppBar_PrimarySurface
+style Widget_MaterialComponents_BottomNavigationView
+style Widget_MaterialComponents_BottomNavigationView_Colored
+style Widget_MaterialComponents_BottomNavigationView_PrimarySurface
+style Widget_MaterialComponents_BottomSheet
+style Widget_MaterialComponents_BottomSheet_Modal
+style Widget_MaterialComponents_Button
+style Widget_MaterialComponents_Button_Icon
+style Widget_MaterialComponents_Button_OutlinedButton
+style Widget_MaterialComponents_Button_OutlinedButton_Icon
+style Widget_MaterialComponents_Button_TextButton
+style Widget_MaterialComponents_Button_TextButton_Dialog
+style Widget_MaterialComponents_Button_TextButton_Dialog_Flush
+style Widget_MaterialComponents_Button_TextButton_Dialog_Icon
+style Widget_MaterialComponents_Button_TextButton_Icon
+style Widget_MaterialComponents_Button_TextButton_Snackbar
+style Widget_MaterialComponents_Button_UnelevatedButton
+style Widget_MaterialComponents_Button_UnelevatedButton_Icon
+style Widget_MaterialComponents_CardView
+style Widget_MaterialComponents_CheckedTextView
+style Widget_MaterialComponents_ChipGroup
+style Widget_MaterialComponents_Chip_Action
+style Widget_MaterialComponents_Chip_Choice
+style Widget_MaterialComponents_Chip_Entry
+style Widget_MaterialComponents_Chip_Filter
+style Widget_MaterialComponents_CircularProgressIndicator
+style Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall
+style Widget_MaterialComponents_CircularProgressIndicator_Medium
+style Widget_MaterialComponents_CircularProgressIndicator_Small
+style Widget_MaterialComponents_CollapsingToolbar
+style Widget_MaterialComponents_CompoundButton_CheckBox
+style Widget_MaterialComponents_CompoundButton_RadioButton
+style Widget_MaterialComponents_CompoundButton_Switch
+style Widget_MaterialComponents_ExtendedFloatingActionButton
+style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon
+style Widget_MaterialComponents_FloatingActionButton
+style Widget_MaterialComponents_Light_ActionBar_Solid
+style Widget_MaterialComponents_LinearProgressIndicator
+style Widget_MaterialComponents_MaterialButtonToggleGroup
+style Widget_MaterialComponents_MaterialCalendar
+style Widget_MaterialComponents_MaterialCalendar_Day
+style Widget_MaterialComponents_MaterialCalendar_DayOfWeekLabel
+style Widget_MaterialComponents_MaterialCalendar_DayTextView
+style Widget_MaterialComponents_MaterialCalendar_Day_Invalid
+style Widget_MaterialComponents_MaterialCalendar_Day_Selected
+style Widget_MaterialComponents_MaterialCalendar_Day_Today
+style Widget_MaterialComponents_MaterialCalendar_Fullscreen
+style Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton
+style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton
+style Widget_MaterialComponents_MaterialCalendar_HeaderDivider
+style Widget_MaterialComponents_MaterialCalendar_HeaderLayout
+style Widget_MaterialComponents_MaterialCalendar_HeaderSelection
+style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen
+style Widget_MaterialComponents_MaterialCalendar_HeaderTitle
+style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton
+style Widget_MaterialComponents_MaterialCalendar_Item
+style Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton
+style Widget_MaterialComponents_MaterialCalendar_MonthTextView
+style Widget_MaterialComponents_MaterialCalendar_Year
+style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton
+style Widget_MaterialComponents_MaterialCalendar_Year_Selected
+style Widget_MaterialComponents_MaterialCalendar_Year_Today
+style Widget_MaterialComponents_MaterialDivider
+style Widget_MaterialComponents_NavigationRailView
+style Widget_MaterialComponents_NavigationRailView_Colored
+style Widget_MaterialComponents_NavigationRailView_Colored_Compact
+style Widget_MaterialComponents_NavigationRailView_Compact
+style Widget_MaterialComponents_NavigationRailView_PrimarySurface
+style Widget_MaterialComponents_NavigationView
+style Widget_MaterialComponents_PopupMenu
+style Widget_MaterialComponents_PopupMenu_ContextMenu
+style Widget_MaterialComponents_PopupMenu_ListPopupWindow
+style Widget_MaterialComponents_PopupMenu_Overflow
+style Widget_MaterialComponents_ProgressIndicator
+style Widget_MaterialComponents_ShapeableImageView
+style Widget_MaterialComponents_Slider
+style Widget_MaterialComponents_Snackbar
+style Widget_MaterialComponents_Snackbar_FullWidth
+style Widget_MaterialComponents_Snackbar_TextView
+style Widget_MaterialComponents_TabLayout
+style Widget_MaterialComponents_TabLayout_Colored
+style Widget_MaterialComponents_TabLayout_PrimarySurface
+style Widget_MaterialComponents_TextInputEditText_FilledBox
+style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense
+style Widget_MaterialComponents_TextInputEditText_OutlinedBox
+style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense
+style Widget_MaterialComponents_TextInputLayout_FilledBox
+style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense
+style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu
+style Widget_MaterialComponents_TextView
+style Widget_MaterialComponents_TimePicker
+style Widget_MaterialComponents_TimePicker_Button
+style Widget_MaterialComponents_TimePicker_Clock
+style Widget_MaterialComponents_TimePicker_Display
+style Widget_MaterialComponents_TimePicker_Display_Divider
+style Widget_MaterialComponents_TimePicker_Display_HelperText
+style Widget_MaterialComponents_TimePicker_Display_TextInputEditText
+style Widget_MaterialComponents_TimePicker_Display_TextInputLayout
+style Widget_MaterialComponents_TimePicker_ImageButton
+style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance
+style Widget_MaterialComponents_Toolbar
+style Widget_MaterialComponents_Toolbar_Primary
+style Widget_MaterialComponents_Toolbar_PrimarySurface
+style Widget_MaterialComponents_Toolbar_Surface
+style Widget_MaterialComponents_Tooltip
+style Widget_Support_CoordinatorLayout
+styleable ActionBar background backgroundSplit backgroundStacked contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation customNavigationLayout displayOptions divider elevation height hideOnContentScroll homeAsUpIndicator homeLayout icon indeterminateProgressStyle itemPadding logo navigationMode popupTheme progressBarPadding progressBarStyle subtitle subtitleTextStyle title titleTextStyle
+styleable ActionBarLayout android_layout_gravity
+styleable ActionMenuItemView android_minWidth
+styleable ActionMenuView
+styleable ActionMode background backgroundSplit closeItemLayout height subtitleTextStyle titleTextStyle
+styleable ActivityChooserView expandActivityOverflowButtonDrawable initialActivityCount
+styleable AlertDialog android_layout buttonIconDimen buttonPanelSideLayout listItemLayout listLayout multiChoiceItemLayout showTitle singleChoiceItemLayout
+styleable AnimatedStateListDrawableCompat android_constantSize android_dither android_enterFadeDuration android_exitFadeDuration android_variablePadding android_visible
+styleable AnimatedStateListDrawableItem android_drawable android_id
+styleable AnimatedStateListDrawableTransition android_drawable android_fromId android_reversible android_toId
+styleable AppBarLayout android_background android_keyboardNavigationCluster android_touchscreenBlocksFocus elevation expanded liftOnScroll liftOnScrollTargetViewId statusBarForeground
+styleable AppBarLayoutStates state_collapsed state_collapsible state_liftable state_lifted
+styleable AppBarLayout_Layout layout_scrollEffect layout_scrollFlags layout_scrollInterpolator
+styleable AppCompatEmojiHelper
+styleable AppCompatImageView android_src srcCompat tint tintMode
+styleable AppCompatSeekBar android_thumb tickMark tickMarkTint tickMarkTintMode
+styleable AppCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
+styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat emojiCompatEnabled firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale
+styleable AppCompatTheme actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseContentDescription actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle actionModeTheme actionModeWebSearchDrawable actionOverflowButtonStyle actionOverflowMenuStyle activityChooserViewStyle alertDialogButtonGroupStyle alertDialogCenterButtons alertDialogStyle alertDialogTheme android_windowAnimationStyle android_windowIsFloating autoCompleteTextViewStyle borderlessButtonStyle buttonBarButtonStyle buttonBarNegativeButtonStyle buttonBarNeutralButtonStyle buttonBarPositiveButtonStyle buttonBarStyle buttonStyle buttonStyleSmall checkboxStyle checkedTextViewStyle colorAccent colorBackgroundFloating colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorError colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogCornerRadius dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle ratingBarStyleIndicator ratingBarStyleSmall searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSecondary textAppearanceListItemSmall textAppearancePopupMenuHeader textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle tooltipForegroundColor tooltipFrameBackground viewInflaterClass windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle
+styleable Badge backgroundColor badgeGravity badgeRadius badgeTextColor badgeWidePadding badgeWithTextRadius horizontalOffset horizontalOffsetWithText maxCharacterCount number verticalOffset verticalOffsetWithText
+styleable BaseProgressIndicator android_indeterminate hideAnimationBehavior indicatorColor minHideDelay showAnimationBehavior showDelay trackColor trackCornerRadius trackThickness
+styleable BottomAppBar backgroundTint elevation fabAlignmentMode fabAlignmentModeEndMargin fabAnchorMode fabAnimationMode fabCradleMargin fabCradleRoundedCornerRadius fabCradleVerticalOffset hideOnScroll menuAlignmentMode navigationIconTint paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets removeEmbeddedFabElevation
+styleable BottomNavigationView android_minHeight itemHorizontalTranslationEnabled
+styleable BottomSheetBehavior_Layout android_elevation android_maxHeight android_maxWidth backgroundTint behavior_draggable behavior_expandedOffset behavior_fitToContents behavior_halfExpandedRatio behavior_hideable behavior_peekHeight behavior_saveFlags behavior_skipCollapsed gestureInsetBottomIgnored marginLeftSystemWindowInsets marginRightSystemWindowInsets marginTopSystemWindowInsets paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets shapeAppearance shapeAppearanceOverlay
+styleable ButtonBarLayout allowStacking
+styleable Capability queryPatterns shortcutMatchRequired
+styleable CardView android_minHeight android_minWidth cardBackgroundColor cardCornerRadius cardElevation cardMaxElevation cardPreventCornerOverlap cardUseCompatPadding contentPadding contentPaddingBottom contentPaddingLeft contentPaddingRight contentPaddingTop
+styleable CheckedTextView android_checkMark checkMarkCompat checkMarkTint checkMarkTintMode
+styleable Chip android_checkable android_ellipsize android_maxWidth android_text android_textAppearance android_textColor android_textSize checkedIcon checkedIconEnabled checkedIconTint checkedIconVisible chipBackgroundColor chipCornerRadius chipEndPadding chipIcon chipIconEnabled chipIconSize chipIconTint chipIconVisible chipMinHeight chipMinTouchTargetSize chipStartPadding chipStrokeColor chipStrokeWidth chipSurfaceColor closeIcon closeIconEnabled closeIconEndPadding closeIconSize closeIconStartPadding closeIconTint closeIconVisible ensureMinTouchTargetSize hideMotionSpec iconEndPadding iconStartPadding rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec textEndPadding textStartPadding
+styleable ChipGroup checkedChip chipSpacing chipSpacingHorizontal chipSpacingVertical selectionRequired singleLine singleSelection
+styleable CircularProgressIndicator indicatorDirectionCircular indicatorInset indicatorSize
+styleable ClockFaceView clockFaceBackgroundColor clockNumberTextColor
+styleable ClockHandView clockHandColor materialCircleRadius selectorSize
+styleable CollapsingToolbarLayout collapsedTitleGravity collapsedTitleTextAppearance collapsedTitleTextColor contentScrim expandedTitleGravity expandedTitleMargin expandedTitleMarginBottom expandedTitleMarginEnd expandedTitleMarginStart expandedTitleMarginTop expandedTitleTextAppearance expandedTitleTextColor extraMultilineHeightEnabled forceApplySystemWindowInsetTop maxLines scrimAnimationDuration scrimVisibleHeightTrigger statusBarScrim title titleCollapseMode titleEnabled titlePositionInterpolator titleTextEllipsize toolbarId
+styleable CollapsingToolbarLayout_Layout layout_collapseMode layout_collapseParallaxMultiplier
+styleable ColorStateListItem alpha android_alpha android_color android_lStar lStar
+styleable CompoundButton android_button buttonCompat buttonTint buttonTintMode
+styleable Constraint android_alpha android_elevation android_id android_layout_height android_layout_marginBottom android_layout_marginEnd android_layout_marginLeft android_layout_marginRight android_layout_marginStart android_layout_marginTop android_layout_width android_maxHeight android_maxWidth android_minHeight android_minWidth android_orientation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_transformPivotX android_transformPivotY android_translationX android_translationY android_translationZ android_visibility animate_relativeTo barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraint_referenced_ids drawPath flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop motionProgress motionStagger pathMotionArc pivotAnchor transitionEasing transitionPathRotate visibilityMode
+styleable ConstraintLayout_Layout android_elevation android_maxHeight android_maxWidth android_minHeight android_minWidth android_orientation android_padding android_paddingBottom android_paddingEnd android_paddingLeft android_paddingRight android_paddingStart android_paddingTop android_visibility barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraintSet constraint_referenced_ids flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode layoutDescription layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_optimizationLevel
+styleable ConstraintLayout_placeholder content placeholder_emptyVisibility
+styleable ConstraintSet android_alpha android_elevation android_id android_layout_height android_layout_marginBottom android_layout_marginEnd android_layout_marginLeft android_layout_marginRight android_layout_marginStart android_layout_marginTop android_layout_width android_maxHeight android_maxWidth android_minHeight android_minWidth android_orientation android_pivotX android_pivotY android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_transformPivotX android_transformPivotY android_translationX android_translationY android_translationZ android_visibility animate_relativeTo barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraint_referenced_ids deriveConstraintsFrom drawPath flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop motionProgress motionStagger pathMotionArc pivotAnchor transitionEasing transitionPathRotate
+styleable CoordinatorLayout keylines statusBarBackground
+styleable CoordinatorLayout_Layout android_layout_gravity layout_anchor layout_anchorGravity layout_behavior layout_dodgeInsetEdges layout_insetEdge layout_keyline
+styleable CustomAttribute attributeName customBoolean customColorDrawableValue customColorValue customDimension customFloatValue customIntegerValue customPixelDimension customStringValue
+styleable DrawerArrowToggle arrowHeadLength arrowShaftLength barLength color drawableSize gapBetweenBars spinBars thickness
+styleable DrawerLayout elevation
+styleable ExtendedFloatingActionButton collapsedSize elevation extendMotionSpec hideMotionSpec showMotionSpec shrinkMotionSpec
+styleable ExtendedFloatingActionButton_Behavior_Layout behavior_autoHide behavior_autoShrink
+styleable FloatingActionButton android_enabled backgroundTint backgroundTintMode borderWidth elevation ensureMinTouchTargetSize fabCustomSize fabSize hideMotionSpec hoveredFocusedTranslationZ maxImageSize pressedTranslationZ rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec useCompatPadding
+styleable FloatingActionButton_Behavior_Layout behavior_autoHide
+styleable FlowLayout itemSpacing lineSpacing
+styleable FontFamily fontProviderAuthority fontProviderCerts fontProviderFetchStrategy fontProviderFetchTimeout fontProviderPackage fontProviderQuery fontProviderSystemFontFamily
+styleable FontFamilyFont android_font android_fontStyle android_fontVariationSettings android_fontWeight android_ttcIndex font fontStyle fontVariationSettings fontWeight ttcIndex
+styleable ForegroundLinearLayout android_foreground android_foregroundGravity foregroundInsidePadding
+styleable Fragment android_id android_name android_tag
+styleable FragmentContainerView android_name android_tag
+styleable GradientColor android_centerColor android_centerX android_centerY android_endColor android_endX android_endY android_gradientRadius android_startColor android_startX android_startY android_tileMode android_type
+styleable GradientColorItem android_color android_offset
+styleable ImageFilterView altSrc brightness contrast crossfade overlay round roundPercent saturation warmth
+styleable Insets marginLeftSystemWindowInsets marginRightSystemWindowInsets marginTopSystemWindowInsets paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets
+styleable KeyAttribute android_alpha android_elevation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_transformPivotX android_transformPivotY android_translationX android_translationY android_translationZ curveFit framePosition motionProgress motionTarget transitionEasing transitionPathRotate
+styleable KeyCycle android_alpha android_elevation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_translationX android_translationY android_translationZ curveFit framePosition motionProgress motionTarget transitionEasing transitionPathRotate waveOffset wavePeriod waveShape waveVariesBy
+styleable KeyPosition curveFit drawPath framePosition keyPositionType motionTarget pathMotionArc percentHeight percentWidth percentX percentY sizePercent transitionEasing
+styleable KeyTimeCycle android_alpha android_elevation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_translationX android_translationY android_translationZ curveFit framePosition motionProgress motionTarget transitionEasing transitionPathRotate waveDecay waveOffset wavePeriod waveShape
+styleable KeyTrigger framePosition motionTarget motion_postLayoutCollision motion_triggerOnCollision onCross onNegativeCross onPositiveCross triggerId triggerReceiver triggerSlack
+styleable Layout android_layout_height android_layout_marginBottom android_layout_marginEnd android_layout_marginLeft android_layout_marginRight android_layout_marginStart android_layout_marginTop android_layout_width android_orientation barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraint_referenced_ids layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop maxHeight maxWidth minHeight minWidth
+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 LinearProgressIndicator indeterminateAnimationType indicatorDirectionLinear
+styleable ListPopupWindow android_dropDownHorizontalOffset android_dropDownVerticalOffset
+styleable MaterialAlertDialog backgroundInsetBottom backgroundInsetEnd backgroundInsetStart backgroundInsetTop
+styleable MaterialAlertDialogTheme materialAlertDialogBodyTextStyle materialAlertDialogButtonSpacerVisibility materialAlertDialogTheme materialAlertDialogTitleIconStyle materialAlertDialogTitlePanelStyle materialAlertDialogTitleTextStyle
+styleable MaterialAutoCompleteTextView android_inputType android_popupElevation simpleItemLayout simpleItemSelectedColor simpleItemSelectedRippleColor simpleItems
+styleable MaterialButton android_background android_checkable android_insetBottom android_insetLeft android_insetRight android_insetTop backgroundTint backgroundTintMode cornerRadius elevation icon iconGravity iconPadding iconSize iconTint iconTintMode rippleColor shapeAppearance shapeAppearanceOverlay strokeColor strokeWidth toggleCheckedStateOnClick
+styleable MaterialButtonToggleGroup checkedButton selectionRequired singleSelection
+styleable MaterialCalendar android_windowFullscreen dayInvalidStyle daySelectedStyle dayStyle dayTodayStyle nestedScrollable rangeFillColor yearSelectedStyle yearStyle yearTodayStyle
+styleable MaterialCalendarItem android_insetBottom android_insetLeft android_insetRight android_insetTop itemFillColor itemShapeAppearance itemShapeAppearanceOverlay itemStrokeColor itemStrokeWidth itemTextColor
+styleable MaterialCardView android_checkable cardForegroundColor checkedIcon checkedIconGravity checkedIconMargin checkedIconSize checkedIconTint rippleColor shapeAppearance shapeAppearanceOverlay state_dragged strokeColor strokeWidth
+styleable MaterialCheckBox android_button buttonCompat buttonIcon buttonIconTint buttonIconTintMode buttonTint centerIfNoTextEnabled checkedState errorAccessibilityLabel errorShown useMaterialThemeColors
+styleable MaterialCheckBoxStates state_error state_indeterminate
+styleable MaterialDivider dividerColor dividerInsetEnd dividerInsetStart dividerThickness lastItemDecorated
+styleable MaterialRadioButton buttonTint useMaterialThemeColors
+styleable MaterialShape shapeAppearance shapeAppearanceOverlay
+styleable MaterialSwitch thumbIcon thumbIconTint thumbIconTintMode trackDecoration trackDecorationTint trackDecorationTintMode
+styleable MaterialTextAppearance android_letterSpacing android_lineHeight lineHeight
+styleable MaterialTextView android_lineHeight android_textAppearance lineHeight
+styleable MaterialTimePicker clockIcon keyboardIcon
+styleable MaterialToolbar logoAdjustViewBounds logoScaleType navigationIconTint subtitleCentered titleCentered
+styleable MenuGroup android_checkableBehavior android_enabled android_id android_menuCategory android_orderInCategory android_visible
+styleable MenuItem actionLayout actionProviderClass actionViewClass alphabeticModifiers android_alphabeticShortcut android_checkable android_checked android_enabled android_icon android_id android_menuCategory android_numericShortcut android_onClick android_orderInCategory android_title android_titleCondensed android_visible contentDescription iconTint iconTintMode numericModifiers showAsAction tooltipText
+styleable MenuView android_headerBackground android_horizontalDivider android_itemBackground android_itemIconDisabledAlpha android_itemTextAppearance android_verticalDivider android_windowAnimationStyle preserveIconSpacing subMenuArrow
+styleable MockView mock_diagonalsColor mock_label mock_labelBackgroundColor mock_labelColor mock_showDiagonals mock_showLabel
+styleable Motion animate_relativeTo drawPath motionPathRotate motionStagger pathMotionArc transitionEasing
+styleable MotionHelper onHide onShow
+styleable MotionLayout applyMotionScene currentState layoutDescription motionDebug motionProgress showPaths
+styleable MotionScene defaultDuration layoutDuringTransition
+styleable MotionTelltales telltales_tailColor telltales_tailScale telltales_velocityMode
+styleable NavigationBarActiveIndicator android_color android_height android_width marginHorizontal shapeAppearance
+styleable NavigationBarView backgroundTint elevation itemActiveIndicatorStyle itemBackground itemIconSize itemIconTint itemPaddingBottom itemPaddingTop itemRippleColor itemTextAppearanceActive itemTextAppearanceInactive itemTextColor labelVisibilityMode menu
+styleable NavigationRailView headerLayout itemMinHeight menuGravity paddingBottomSystemWindowInsets paddingTopSystemWindowInsets
+styleable NavigationView android_background android_fitsSystemWindows android_layout_gravity android_maxWidth bottomInsetScrimEnabled dividerInsetEnd dividerInsetStart drawerLayoutCornerSize elevation headerLayout itemBackground itemHorizontalPadding itemIconPadding itemIconSize itemIconTint itemMaxLines itemRippleColor itemShapeAppearance itemShapeAppearanceOverlay itemShapeFillColor itemShapeInsetBottom itemShapeInsetEnd itemShapeInsetStart itemShapeInsetTop itemTextAppearance itemTextColor itemVerticalPadding menu shapeAppearance shapeAppearanceOverlay subheaderColor subheaderInsetEnd subheaderInsetStart subheaderTextAppearance topInsetScrimEnabled
+styleable OnClick clickAction targetId
+styleable OnSwipe dragDirection dragScale dragThreshold limitBoundsTo maxAcceleration maxVelocity moveWhenScrollAtTop nestedScrollFlags onTouchUp touchAnchorId touchAnchorSide touchRegionId
+styleable PopupWindow android_popupAnimationStyle android_popupBackground overlapAnchor
+styleable PopupWindowBackgroundState state_above_anchor
+styleable PropertySet android_alpha android_visibility layout_constraintTag motionProgress visibilityMode
+styleable RadialViewGroup materialCircleRadius
+styleable RangeSlider minSeparation values
+styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle
+styleable RecyclerView android_clipToPadding android_descendantFocusability android_orientation fastScrollEnabled fastScrollHorizontalThumbDrawable fastScrollHorizontalTrackDrawable fastScrollVerticalThumbDrawable fastScrollVerticalTrackDrawable layoutManager reverseLayout spanCount stackFromEnd
+styleable ScrimInsetsFrameLayout insetForeground
+styleable ScrollingViewBehavior_Layout behavior_overlapTop
+styleable SearchView android_focusable android_imeOptions android_inputType android_maxWidth closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon
+styleable ShapeAppearance cornerFamily cornerFamilyBottomLeft cornerFamilyBottomRight cornerFamilyTopLeft cornerFamilyTopRight cornerSize cornerSizeBottomLeft cornerSizeBottomRight cornerSizeTopLeft cornerSizeTopRight
+styleable ShapeableImageView contentPadding contentPaddingBottom contentPaddingEnd contentPaddingLeft contentPaddingRight contentPaddingStart contentPaddingTop shapeAppearance shapeAppearanceOverlay strokeColor strokeWidth
+styleable Slider android_enabled android_stepSize android_value android_valueFrom android_valueTo haloColor haloRadius labelBehavior labelStyle thumbColor thumbElevation thumbRadius thumbStrokeColor thumbStrokeWidth tickColor tickColorActive tickColorInactive tickVisible trackColor trackColorActive trackColorInactive trackHeight
+styleable Snackbar snackbarButtonStyle snackbarStyle snackbarTextViewStyle
+styleable SnackbarLayout actionTextColorAlpha android_maxWidth animationMode backgroundOverlayColorAlpha backgroundTint backgroundTintMode elevation maxActionInlineWidth shapeAppearance shapeAppearanceOverlay
+styleable Spinner android_dropDownWidth android_entries android_popupBackground android_prompt popupTheme
+styleable State android_id constraints
+styleable StateListDrawable android_constantSize android_dither android_enterFadeDuration android_exitFadeDuration android_variablePadding android_visible
+styleable StateListDrawableItem android_drawable
+styleable StateSet defaultState
+styleable SwitchCompat android_textOff android_textOn android_thumb showText splitTrack switchMinWidth switchPadding switchTextAppearance thumbTextPadding thumbTint thumbTintMode track trackTint trackTintMode
+styleable SwitchMaterial useMaterialThemeColors
+styleable TabItem android_icon android_layout android_text
+styleable TabLayout tabBackground tabContentStart tabGravity tabIconTint tabIconTintMode tabIndicator tabIndicatorAnimationDuration tabIndicatorAnimationMode tabIndicatorColor tabIndicatorFullWidth tabIndicatorGravity tabIndicatorHeight tabInlineLabel tabMaxWidth tabMinWidth tabMode tabPadding tabPaddingBottom tabPaddingEnd tabPaddingStart tabPaddingTop tabRippleColor tabSelectedTextColor tabTextAppearance tabTextColor tabUnboundedRipple
+styleable TextAppearance android_fontFamily android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textColorLink android_textFontWeight android_textSize android_textStyle android_typeface fontFamily fontVariationSettings textAllCaps textLocale
+styleable TextInputEditText textInputLayoutFocusedRectEnabled
+styleable TextInputLayout android_enabled android_hint android_maxEms android_maxWidth android_minEms android_minWidth android_textColorHint boxBackgroundColor boxBackgroundMode boxCollapsedPaddingTop boxCornerRadiusBottomEnd boxCornerRadiusBottomStart boxCornerRadiusTopEnd boxCornerRadiusTopStart boxStrokeColor boxStrokeErrorColor boxStrokeWidth boxStrokeWidthFocused counterEnabled counterMaxLength counterOverflowTextAppearance counterOverflowTextColor counterTextAppearance counterTextColor endIconCheckable endIconContentDescription endIconDrawable endIconMode endIconTint endIconTintMode errorContentDescription errorEnabled errorIconDrawable errorIconTint errorIconTintMode errorTextAppearance errorTextColor expandedHintEnabled helperText helperTextEnabled helperTextTextAppearance helperTextTextColor hintAnimationEnabled hintEnabled hintTextAppearance hintTextColor passwordToggleContentDescription passwordToggleDrawable passwordToggleEnabled passwordToggleTint passwordToggleTintMode placeholderText placeholderTextAppearance placeholderTextColor prefixText prefixTextAppearance prefixTextColor shapeAppearance shapeAppearanceOverlay startIconCheckable startIconContentDescription startIconDrawable startIconTint startIconTintMode suffixText suffixTextAppearance suffixTextColor
+styleable ThemeEnforcement android_textAppearance enforceMaterialTheme enforceTextAppearance
+styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight menu navigationContentDescription navigationIcon popupTheme subtitle subtitleTextAppearance subtitleTextColor title titleMargin titleMarginBottom titleMarginEnd titleMarginStart titleMarginTop titleMargins titleTextAppearance titleTextColor
+styleable Tooltip android_layout_margin android_minHeight android_minWidth android_padding android_text android_textAppearance android_textColor backgroundTint
+styleable Transform android_elevation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_transformPivotX android_transformPivotY android_translationX android_translationY android_translationZ
+styleable Transition android_id autoTransition constraintSetEnd constraintSetStart duration layoutDuringTransition motionInterpolator pathMotionArc staggered transitionDisable transitionFlags
+styleable Variant constraints region_heightLessThan region_heightMoreThan region_widthLessThan region_widthMoreThan
+styleable View android_focusable android_theme paddingEnd paddingStart theme
+styleable ViewBackgroundHelper android_background backgroundTint backgroundTintMode
+styleable ViewPager2 android_orientation
+styleable ViewStubCompat android_id android_inflatedId android_layout
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab
new file mode 100644
index 00000000..bdf584a8
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream
new file mode 100644
index 00000000..b9735c16
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len
new file mode 100644
index 00000000..f8579f56
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len
new file mode 100644
index 00000000..2a17e6e5
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at
new file mode 100644
index 00000000..1a35fd79
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i
new file mode 100644
index 00000000..a0aa29d6
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len
new file mode 100644
index 00000000..131e2657
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab
new file mode 100644
index 00000000..bdf584a8
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream
new file mode 100644
index 00000000..9be39d4a
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len
new file mode 100644
index 00000000..4b05c556
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len
new file mode 100644
index 00000000..2a17e6e5
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at
new file mode 100644
index 00000000..53b2d29f
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i
new file mode 100644
index 00000000..df251821
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len
new file mode 100644
index 00000000..131e2657
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab
new file mode 100644
index 00000000..bdf584a8
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream
new file mode 100644
index 00000000..9be39d4a
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len
new file mode 100644
index 00000000..4b05c556
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len
new file mode 100644
index 00000000..2a17e6e5
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at
new file mode 100644
index 00000000..69d4a81b
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i
new file mode 100644
index 00000000..df251821
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len
new file mode 100644
index 00000000..131e2657
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab
new file mode 100644
index 00000000..bdf584a8
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream
new file mode 100644
index 00000000..0bb8c4d2
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len
new file mode 100644
index 00000000..4b05c556
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len
new file mode 100644
index 00000000..2a17e6e5
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at
new file mode 100644
index 00000000..69d4a81b
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i
new file mode 100644
index 00000000..f8d9940a
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len
new file mode 100644
index 00000000..131e2657
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab
new file mode 100644
index 00000000..db326d2c
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream
new file mode 100644
index 00000000..17df6a37
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len
new file mode 100644
index 00000000..1c209ae2
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len
new file mode 100644
index 00000000..01bdaa1d
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at
new file mode 100644
index 00000000..3f89c481
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i
new file mode 100644
index 00000000..179e580c
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len
new file mode 100644
index 00000000..131e2657
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab
new file mode 100644
index 00000000..bdf584a8
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream
new file mode 100644
index 00000000..b9735c16
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len
new file mode 100644
index 00000000..f8579f56
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len
new file mode 100644
index 00000000..2a17e6e5
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at
new file mode 100644
index 00000000..11996783
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i
new file mode 100644
index 00000000..a0aa29d6
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len
new file mode 100644
index 00000000..131e2657
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab
new file mode 100644
index 00000000..166c0578
--- /dev/null
+++ b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab
@@ -0,0 +1,2 @@
+1
+0
\ No newline at end of file
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab
new file mode 100644
index 00000000..bdf584a8
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream
new file mode 100644
index 00000000..b9735c16
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len
new file mode 100644
index 00000000..f8579f56
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len
new file mode 100644
index 00000000..2a17e6e5
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at
new file mode 100644
index 00000000..58753723
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i
new file mode 100644
index 00000000..cd924553
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len
new file mode 100644
index 00000000..131e2657
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab
new file mode 100644
index 00000000..8aad32b3
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream
new file mode 100644
index 00000000..08e7df17
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len
new file mode 100644
index 00000000..b7da01d9
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len
new file mode 100644
index 00000000..2a17e6e5
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at
new file mode 100644
index 00000000..69d4a81b
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab
new file mode 100644
index 00000000..cf860fa4
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream
new file mode 100644
index 00000000..4eb95b60
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len
new file mode 100644
index 00000000..81438499
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len
new file mode 100644
index 00000000..eb0b8a06
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at
new file mode 100644
index 00000000..886e38e9
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i
new file mode 100644
index 00000000..cd0fd950
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len
new file mode 100644
index 00000000..131e2657
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/cacheable/last-build.bin b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/last-build.bin
new file mode 100644
index 00000000..0d1db0ad
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/cacheable/last-build.bin differ
diff --git a/mylibrary/build/kotlin/compileDebugKotlin/local-state/build-history.bin b/mylibrary/build/kotlin/compileDebugKotlin/local-state/build-history.bin
new file mode 100644
index 00000000..74a3952b
Binary files /dev/null and b/mylibrary/build/kotlin/compileDebugKotlin/local-state/build-history.bin differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab
new file mode 100644
index 00000000..bdf584a8
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream
new file mode 100644
index 00000000..b9735c16
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len
new file mode 100644
index 00000000..f8579f56
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len
new file mode 100644
index 00000000..2a17e6e5
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at
new file mode 100644
index 00000000..dbdb2731
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i
new file mode 100644
index 00000000..a0aa29d6
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len
new file mode 100644
index 00000000..131e2657
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab
new file mode 100644
index 00000000..bdf584a8
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream
new file mode 100644
index 00000000..9be39d4a
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len
new file mode 100644
index 00000000..4b05c556
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len
new file mode 100644
index 00000000..2a17e6e5
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at
new file mode 100644
index 00000000..53b2d29f
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i
new file mode 100644
index 00000000..df251821
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len
new file mode 100644
index 00000000..131e2657
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab
new file mode 100644
index 00000000..bdf584a8
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream
new file mode 100644
index 00000000..9be39d4a
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len
new file mode 100644
index 00000000..4b05c556
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len
new file mode 100644
index 00000000..2a17e6e5
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at
new file mode 100644
index 00000000..69d4a81b
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i
new file mode 100644
index 00000000..df251821
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len
new file mode 100644
index 00000000..131e2657
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab
new file mode 100644
index 00000000..bdf584a8
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream
new file mode 100644
index 00000000..0bb8c4d2
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len
new file mode 100644
index 00000000..4b05c556
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len
new file mode 100644
index 00000000..2a17e6e5
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at
new file mode 100644
index 00000000..69d4a81b
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i
new file mode 100644
index 00000000..f8d9940a
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len
new file mode 100644
index 00000000..131e2657
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab
new file mode 100644
index 00000000..ed0740d0
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream
new file mode 100644
index 00000000..17df6a37
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len
new file mode 100644
index 00000000..1c209ae2
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len
new file mode 100644
index 00000000..01bdaa1d
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at
new file mode 100644
index 00000000..b39b4433
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i
new file mode 100644
index 00000000..179e580c
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len
new file mode 100644
index 00000000..131e2657
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab
new file mode 100644
index 00000000..bdf584a8
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream
new file mode 100644
index 00000000..b9735c16
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len
new file mode 100644
index 00000000..f8579f56
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len
new file mode 100644
index 00000000..2a17e6e5
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at
new file mode 100644
index 00000000..11996783
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i
new file mode 100644
index 00000000..a0aa29d6
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len
new file mode 100644
index 00000000..131e2657
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/counters.tab b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/counters.tab
new file mode 100644
index 00000000..166c0578
--- /dev/null
+++ b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/counters.tab
@@ -0,0 +1,2 @@
+1
+0
\ No newline at end of file
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab
new file mode 100644
index 00000000..bdf584a8
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream
new file mode 100644
index 00000000..b9735c16
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len
new file mode 100644
index 00000000..f8579f56
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len
new file mode 100644
index 00000000..2a17e6e5
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at
new file mode 100644
index 00000000..58753723
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i
new file mode 100644
index 00000000..cd924553
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len
new file mode 100644
index 00000000..131e2657
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab
new file mode 100644
index 00000000..8aad32b3
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream
new file mode 100644
index 00000000..08e7df17
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len
new file mode 100644
index 00000000..b7da01d9
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len
new file mode 100644
index 00000000..2a17e6e5
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at
new file mode 100644
index 00000000..69d4a81b
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab
new file mode 100644
index 00000000..cf860fa4
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream
new file mode 100644
index 00000000..4eb95b60
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len
new file mode 100644
index 00000000..81438499
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab.len
new file mode 100644
index 00000000..eb0b8a06
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at
new file mode 100644
index 00000000..886e38e9
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab_i b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab_i
new file mode 100644
index 00000000..cd0fd950
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab_i differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len
new file mode 100644
index 00000000..131e2657
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/last-build.bin b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/last-build.bin
new file mode 100644
index 00000000..f17625c2
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/cacheable/last-build.bin differ
diff --git a/mylibrary/build/kotlin/compileReleaseKotlin/local-state/build-history.bin b/mylibrary/build/kotlin/compileReleaseKotlin/local-state/build-history.bin
new file mode 100644
index 00000000..e358b2cb
Binary files /dev/null and b/mylibrary/build/kotlin/compileReleaseKotlin/local-state/build-history.bin differ
diff --git a/mylibrary/build/outputs/aar/mylibrary-debug.aar b/mylibrary/build/outputs/aar/mylibrary-debug.aar
new file mode 100644
index 00000000..936eee09
Binary files /dev/null and b/mylibrary/build/outputs/aar/mylibrary-debug.aar differ
diff --git a/mylibrary/build/outputs/aar/mylibrary-release.aar b/mylibrary/build/outputs/aar/mylibrary-release.aar
new file mode 100644
index 00000000..8cf6dc7a
Binary files /dev/null and b/mylibrary/build/outputs/aar/mylibrary-release.aar differ
diff --git a/mylibrary/build/outputs/logs/manifest-merger-debug-report.txt b/mylibrary/build/outputs/logs/manifest-merger-debug-report.txt
new file mode 100644
index 00000000..e628f42a
--- /dev/null
+++ b/mylibrary/build/outputs/logs/manifest-merger-debug-report.txt
@@ -0,0 +1,25 @@
+-- Merging decision tree log ---
+manifest
+ADDED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml:2:1-5:12
+INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml:2:1-5:12
+INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml:2:1-5:12
+ package
+ ADDED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml:3:5-36
+ INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+ xmlns:android
+ ADDED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml:2:11-69
+uses-sdk
+INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml reason: use-sdk injection requested
+INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+ android:targetSdkVersion
+ INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+ ADDED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+ android:minSdkVersion
+ INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+ ADDED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
diff --git a/mylibrary/build/outputs/logs/manifest-merger-release-report.txt b/mylibrary/build/outputs/logs/manifest-merger-release-report.txt
new file mode 100644
index 00000000..e628f42a
--- /dev/null
+++ b/mylibrary/build/outputs/logs/manifest-merger-release-report.txt
@@ -0,0 +1,25 @@
+-- Merging decision tree log ---
+manifest
+ADDED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml:2:1-5:12
+INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml:2:1-5:12
+INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml:2:1-5:12
+ package
+ ADDED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml:3:5-36
+ INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+ xmlns:android
+ ADDED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml:2:11-69
+uses-sdk
+INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml reason: use-sdk injection requested
+INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+ android:targetSdkVersion
+ INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+ ADDED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+ android:minSdkVersion
+ INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+ ADDED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\sergiodt\AndroidStudioProjects\vn-warehouseManager\mylibrary\src\main\AndroidManifest.xml
diff --git a/mylibrary/build/tmp/compileDebugJavaWithJavac/source-classes-mapping.txt b/mylibrary/build/tmp/compileDebugJavaWithJavac/source-classes-mapping.txt
new file mode 100644
index 00000000..d52aaa87
--- /dev/null
+++ b/mylibrary/build/tmp/compileDebugJavaWithJavac/source-classes-mapping.txt
@@ -0,0 +1,2 @@
+com/example/mylibrary/BuildConfig.java
+ com.example.mylibrary.BuildConfig
diff --git a/mylibrary/build/tmp/compileReleaseJavaWithJavac/source-classes-mapping.txt b/mylibrary/build/tmp/compileReleaseJavaWithJavac/source-classes-mapping.txt
new file mode 100644
index 00000000..d52aaa87
--- /dev/null
+++ b/mylibrary/build/tmp/compileReleaseJavaWithJavac/source-classes-mapping.txt
@@ -0,0 +1,2 @@
+com/example/mylibrary/BuildConfig.java
+ com.example.mylibrary.BuildConfig
diff --git a/mylibrary/build/tmp/kotlin-classes/debug/META-INF/mylibrary_debug.kotlin_module b/mylibrary/build/tmp/kotlin-classes/debug/META-INF/mylibrary_debug.kotlin_module
new file mode 100644
index 00000000..8c840ddb
Binary files /dev/null and b/mylibrary/build/tmp/kotlin-classes/debug/META-INF/mylibrary_debug.kotlin_module differ
diff --git a/mylibrary/build/tmp/kotlin-classes/debug/com/example/mylibrary/testLibrary.class b/mylibrary/build/tmp/kotlin-classes/debug/com/example/mylibrary/testLibrary.class
new file mode 100644
index 00000000..f32ae0e6
Binary files /dev/null and b/mylibrary/build/tmp/kotlin-classes/debug/com/example/mylibrary/testLibrary.class differ
diff --git a/mylibrary/build/tmp/kotlin-classes/release/META-INF/mylibrary_release.kotlin_module b/mylibrary/build/tmp/kotlin-classes/release/META-INF/mylibrary_release.kotlin_module
new file mode 100644
index 00000000..8c840ddb
Binary files /dev/null and b/mylibrary/build/tmp/kotlin-classes/release/META-INF/mylibrary_release.kotlin_module differ
diff --git a/mylibrary/build/tmp/kotlin-classes/release/com/example/mylibrary/testLibrary.class b/mylibrary/build/tmp/kotlin-classes/release/com/example/mylibrary/testLibrary.class
new file mode 100644
index 00000000..b6744d0b
Binary files /dev/null and b/mylibrary/build/tmp/kotlin-classes/release/com/example/mylibrary/testLibrary.class differ