You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

R.java 82KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368
  1. /* AUTO-GENERATED FILE. DO NOT MODIFY.
  2. *
  3. * This class was automatically generated by the
  4. * aapt tool from the resource data it found. It
  5. * should not be modified by hand.
  6. */
  7. package com.facebook.react;
  8. public final class R {
  9. public static final class anim {
  10. public static int abc_fade_in = 0x7f040000;
  11. public static int abc_fade_out = 0x7f040001;
  12. public static int abc_grow_fade_in_from_bottom = 0x7f040002;
  13. public static int abc_popup_enter = 0x7f040003;
  14. public static int abc_popup_exit = 0x7f040004;
  15. public static int abc_shrink_fade_out_from_bottom = 0x7f040005;
  16. public static int abc_slide_in_bottom = 0x7f040006;
  17. public static int abc_slide_in_top = 0x7f040007;
  18. public static int abc_slide_out_bottom = 0x7f040008;
  19. public static int abc_slide_out_top = 0x7f040009;
  20. public static int catalyst_push_up_in = 0x7f04000a;
  21. public static int catalyst_push_up_out = 0x7f04000b;
  22. public static int fade_in = 0x7f04000c;
  23. public static int fade_out = 0x7f04000d;
  24. public static int slide_down = 0x7f04000e;
  25. public static int slide_up = 0x7f04000f;
  26. }
  27. public static final class attr {
  28. public static int actionBarDivider = 0x7f01007d;
  29. public static int actionBarItemBackground = 0x7f01007e;
  30. public static int actionBarPopupTheme = 0x7f010077;
  31. public static int actionBarSize = 0x7f01007c;
  32. public static int actionBarSplitStyle = 0x7f010079;
  33. public static int actionBarStyle = 0x7f010078;
  34. public static int actionBarTabBarStyle = 0x7f010073;
  35. public static int actionBarTabStyle = 0x7f010072;
  36. public static int actionBarTabTextStyle = 0x7f010074;
  37. public static int actionBarTheme = 0x7f01007a;
  38. public static int actionBarWidgetTheme = 0x7f01007b;
  39. public static int actionButtonStyle = 0x7f010097;
  40. public static int actionDropDownStyle = 0x7f010093;
  41. public static int actionLayout = 0x7f01004c;
  42. public static int actionMenuTextAppearance = 0x7f01007f;
  43. public static int actionMenuTextColor = 0x7f010080;
  44. public static int actionModeBackground = 0x7f010083;
  45. public static int actionModeCloseButtonStyle = 0x7f010082;
  46. public static int actionModeCloseDrawable = 0x7f010085;
  47. public static int actionModeCopyDrawable = 0x7f010087;
  48. public static int actionModeCutDrawable = 0x7f010086;
  49. public static int actionModeFindDrawable = 0x7f01008b;
  50. public static int actionModePasteDrawable = 0x7f010088;
  51. public static int actionModePopupWindowStyle = 0x7f01008d;
  52. public static int actionModeSelectAllDrawable = 0x7f010089;
  53. public static int actionModeShareDrawable = 0x7f01008a;
  54. public static int actionModeSplitBackground = 0x7f010084;
  55. public static int actionModeStyle = 0x7f010081;
  56. public static int actionModeWebSearchDrawable = 0x7f01008c;
  57. public static int actionOverflowButtonStyle = 0x7f010075;
  58. public static int actionOverflowMenuStyle = 0x7f010076;
  59. public static int actionProviderClass = 0x7f01004e;
  60. public static int actionViewClass = 0x7f01004d;
  61. public static int activityChooserViewStyle = 0x7f01009f;
  62. public static int actualImageResource = 0x7f010060;
  63. public static int actualImageScaleType = 0x7f01003a;
  64. public static int actualImageUri = 0x7f01005f;
  65. public static int alertDialogButtonGroupStyle = 0x7f0100c1;
  66. public static int alertDialogCenterButtons = 0x7f0100c2;
  67. public static int alertDialogStyle = 0x7f0100c0;
  68. public static int alertDialogTheme = 0x7f0100c3;
  69. public static int arrowHeadLength = 0x7f01002b;
  70. public static int arrowShaftLength = 0x7f01002c;
  71. public static int autoCompleteTextViewStyle = 0x7f0100c8;
  72. public static int background = 0x7f01000c;
  73. public static int backgroundImage = 0x7f01003b;
  74. public static int backgroundSplit = 0x7f01000e;
  75. public static int backgroundStacked = 0x7f01000d;
  76. public static int backgroundTint = 0x7f0100e4;
  77. public static int backgroundTintMode = 0x7f0100e5;
  78. public static int barLength = 0x7f01002d;
  79. public static int borderlessButtonStyle = 0x7f01009c;
  80. public static int buttonBarButtonStyle = 0x7f010099;
  81. public static int buttonBarNegativeButtonStyle = 0x7f0100c6;
  82. public static int buttonBarNeutralButtonStyle = 0x7f0100c7;
  83. public static int buttonBarPositiveButtonStyle = 0x7f0100c5;
  84. public static int buttonBarStyle = 0x7f010098;
  85. public static int buttonPanelSideLayout = 0x7f01001f;
  86. public static int buttonStyle = 0x7f0100c9;
  87. public static int buttonStyleSmall = 0x7f0100ca;
  88. public static int buttonTint = 0x7f010025;
  89. public static int buttonTintMode = 0x7f010026;
  90. public static int checkboxStyle = 0x7f0100cb;
  91. public static int checkedTextViewStyle = 0x7f0100cc;
  92. public static int closeIcon = 0x7f010056;
  93. public static int closeItemLayout = 0x7f01001c;
  94. public static int collapseContentDescription = 0x7f0100db;
  95. public static int collapseIcon = 0x7f0100da;
  96. public static int color = 0x7f010027;
  97. public static int colorAccent = 0x7f0100b9;
  98. public static int colorButtonNormal = 0x7f0100bd;
  99. public static int colorControlActivated = 0x7f0100bb;
  100. public static int colorControlHighlight = 0x7f0100bc;
  101. public static int colorControlNormal = 0x7f0100ba;
  102. public static int colorPrimary = 0x7f0100b7;
  103. public static int colorPrimaryDark = 0x7f0100b8;
  104. public static int colorSwitchThumbNormal = 0x7f0100be;
  105. public static int commitIcon = 0x7f01005b;
  106. public static int contentInsetEnd = 0x7f010017;
  107. public static int contentInsetLeft = 0x7f010018;
  108. public static int contentInsetRight = 0x7f010019;
  109. public static int contentInsetStart = 0x7f010016;
  110. public static int controlBackground = 0x7f0100bf;
  111. public static int customNavigationLayout = 0x7f01000f;
  112. public static int defaultQueryHint = 0x7f010055;
  113. public static int dialogPreferredPadding = 0x7f010091;
  114. public static int dialogTheme = 0x7f010090;
  115. public static int displayOptions = 0x7f010005;
  116. public static int divider = 0x7f01000b;
  117. public static int dividerHorizontal = 0x7f01009e;
  118. public static int dividerPadding = 0x7f01004a;
  119. public static int dividerVertical = 0x7f01009d;
  120. public static int drawableSize = 0x7f010029;
  121. public static int drawerArrowStyle = 0x7f010000;
  122. public static int dropDownListViewStyle = 0x7f0100af;
  123. public static int dropdownListPreferredItemHeight = 0x7f010094;
  124. public static int editTextBackground = 0x7f0100a5;
  125. public static int editTextColor = 0x7f0100a4;
  126. public static int editTextStyle = 0x7f0100cd;
  127. public static int elevation = 0x7f01001a;
  128. public static int expandActivityOverflowButtonDrawable = 0x7f01001e;
  129. public static int fadeDuration = 0x7f01002f;
  130. public static int failureImage = 0x7f010035;
  131. public static int failureImageScaleType = 0x7f010036;
  132. public static int gapBetweenBars = 0x7f01002a;
  133. public static int goIcon = 0x7f010057;
  134. public static int height = 0x7f010001;
  135. public static int hideOnContentScroll = 0x7f010015;
  136. public static int homeAsUpIndicator = 0x7f010096;
  137. public static int homeLayout = 0x7f010010;
  138. public static int icon = 0x7f010009;
  139. public static int iconifiedByDefault = 0x7f010053;
  140. public static int indeterminateProgressStyle = 0x7f010012;
  141. public static int initialActivityCount = 0x7f01001d;
  142. public static int isLightTheme = 0x7f010002;
  143. public static int itemPadding = 0x7f010014;
  144. public static int layout = 0x7f010052;
  145. public static int listChoiceBackgroundIndicator = 0x7f0100b6;
  146. public static int listDividerAlertDialog = 0x7f010092;
  147. public static int listItemLayout = 0x7f010023;
  148. public static int listLayout = 0x7f010020;
  149. public static int listPopupWindowStyle = 0x7f0100b0;
  150. public static int listPreferredItemHeight = 0x7f0100aa;
  151. public static int listPreferredItemHeightLarge = 0x7f0100ac;
  152. public static int listPreferredItemHeightSmall = 0x7f0100ab;
  153. public static int listPreferredItemPaddingLeft = 0x7f0100ad;
  154. public static int listPreferredItemPaddingRight = 0x7f0100ae;
  155. public static int logo = 0x7f01000a;
  156. public static int logoDescription = 0x7f0100de;
  157. public static int maxButtonHeight = 0x7f0100d9;
  158. public static int measureWithLargestChild = 0x7f010048;
  159. public static int multiChoiceItemLayout = 0x7f010021;
  160. public static int navigationContentDescription = 0x7f0100dd;
  161. public static int navigationIcon = 0x7f0100dc;
  162. public static int navigationMode = 0x7f010004;
  163. public static int overlapAnchor = 0x7f010050;
  164. public static int overlayImage = 0x7f01003c;
  165. public static int paddingEnd = 0x7f0100e2;
  166. public static int paddingStart = 0x7f0100e1;
  167. public static int panelBackground = 0x7f0100b3;
  168. public static int panelMenuListTheme = 0x7f0100b5;
  169. public static int panelMenuListWidth = 0x7f0100b4;
  170. public static int placeholderImage = 0x7f010031;
  171. public static int placeholderImageScaleType = 0x7f010032;
  172. public static int popupMenuStyle = 0x7f0100a2;
  173. public static int popupTheme = 0x7f01001b;
  174. public static int popupWindowStyle = 0x7f0100a3;
  175. public static int preserveIconSpacing = 0x7f01004f;
  176. public static int pressedStateOverlayImage = 0x7f01003d;
  177. public static int progressBarAutoRotateInterval = 0x7f010039;
  178. public static int progressBarImage = 0x7f010037;
  179. public static int progressBarImageScaleType = 0x7f010038;
  180. public static int progressBarPadding = 0x7f010013;
  181. public static int progressBarStyle = 0x7f010011;
  182. public static int queryBackground = 0x7f01005d;
  183. public static int queryHint = 0x7f010054;
  184. public static int radioButtonStyle = 0x7f0100ce;
  185. public static int ratingBarStyle = 0x7f0100cf;
  186. public static int retryImage = 0x7f010033;
  187. public static int retryImageScaleType = 0x7f010034;
  188. public static int roundAsCircle = 0x7f01003e;
  189. public static int roundBottomLeft = 0x7f010043;
  190. public static int roundBottomRight = 0x7f010042;
  191. public static int roundTopLeft = 0x7f010040;
  192. public static int roundTopRight = 0x7f010041;
  193. public static int roundWithOverlayColor = 0x7f010044;
  194. public static int roundedCornerRadius = 0x7f01003f;
  195. public static int roundingBorderColor = 0x7f010046;
  196. public static int roundingBorderPadding = 0x7f010047;
  197. public static int roundingBorderWidth = 0x7f010045;
  198. public static int searchHintIcon = 0x7f010059;
  199. public static int searchIcon = 0x7f010058;
  200. public static int searchViewStyle = 0x7f0100a9;
  201. public static int selectableItemBackground = 0x7f01009a;
  202. public static int selectableItemBackgroundBorderless = 0x7f01009b;
  203. public static int showAsAction = 0x7f01004b;
  204. public static int showDividers = 0x7f010049;
  205. public static int showText = 0x7f010067;
  206. public static int singleChoiceItemLayout = 0x7f010022;
  207. public static int spinBars = 0x7f010028;
  208. public static int spinnerDropDownItemStyle = 0x7f010095;
  209. public static int spinnerStyle = 0x7f0100d0;
  210. public static int splitTrack = 0x7f010066;
  211. public static int state_above_anchor = 0x7f010051;
  212. public static int submitBackground = 0x7f01005e;
  213. public static int subtitle = 0x7f010006;
  214. public static int subtitleTextAppearance = 0x7f0100d3;
  215. public static int subtitleTextColor = 0x7f0100e0;
  216. public static int subtitleTextStyle = 0x7f010008;
  217. public static int suggestionRowLayout = 0x7f01005c;
  218. public static int switchMinWidth = 0x7f010064;
  219. public static int switchPadding = 0x7f010065;
  220. public static int switchStyle = 0x7f0100d1;
  221. public static int switchTextAppearance = 0x7f010063;
  222. public static int textAllCaps = 0x7f010024;
  223. public static int textAppearanceLargePopupMenu = 0x7f01008e;
  224. public static int textAppearanceListItem = 0x7f0100b1;
  225. public static int textAppearanceListItemSmall = 0x7f0100b2;
  226. public static int textAppearanceSearchResultSubtitle = 0x7f0100a7;
  227. public static int textAppearanceSearchResultTitle = 0x7f0100a6;
  228. public static int textAppearanceSmallPopupMenu = 0x7f01008f;
  229. public static int textColorAlertDialogListItem = 0x7f0100c4;
  230. public static int textColorSearchUrl = 0x7f0100a8;
  231. public static int theme = 0x7f0100e3;
  232. public static int thickness = 0x7f01002e;
  233. public static int thumbTextPadding = 0x7f010062;
  234. public static int title = 0x7f010003;
  235. public static int titleMarginBottom = 0x7f0100d8;
  236. public static int titleMarginEnd = 0x7f0100d6;
  237. public static int titleMarginStart = 0x7f0100d5;
  238. public static int titleMarginTop = 0x7f0100d7;
  239. public static int titleMargins = 0x7f0100d4;
  240. public static int titleTextAppearance = 0x7f0100d2;
  241. public static int titleTextColor = 0x7f0100df;
  242. public static int titleTextStyle = 0x7f010007;
  243. public static int toolbarNavigationButtonStyle = 0x7f0100a1;
  244. public static int toolbarStyle = 0x7f0100a0;
  245. public static int track = 0x7f010061;
  246. public static int viewAspectRatio = 0x7f010030;
  247. public static int voiceIcon = 0x7f01005a;
  248. public static int windowActionBar = 0x7f010068;
  249. public static int windowActionBarOverlay = 0x7f01006a;
  250. public static int windowActionModeOverlay = 0x7f01006b;
  251. public static int windowFixedHeightMajor = 0x7f01006f;
  252. public static int windowFixedHeightMinor = 0x7f01006d;
  253. public static int windowFixedWidthMajor = 0x7f01006c;
  254. public static int windowFixedWidthMinor = 0x7f01006e;
  255. public static int windowMinWidthMajor = 0x7f010070;
  256. public static int windowMinWidthMinor = 0x7f010071;
  257. public static int windowNoTitle = 0x7f010069;
  258. }
  259. public static final class bool {
  260. public static int abc_action_bar_embed_tabs = 0x7f090002;
  261. public static int abc_action_bar_embed_tabs_pre_jb = 0x7f090000;
  262. public static int abc_action_bar_expanded_action_views_exclusive = 0x7f090003;
  263. public static int abc_config_actionMenuItemAllCaps = 0x7f090004;
  264. public static int abc_config_allowActionMenuItemTextWithIcon = 0x7f090001;
  265. public static int abc_config_closeDialogWhenTouchOutside = 0x7f090005;
  266. public static int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f090006;
  267. }
  268. public static final class color {
  269. public static int abc_background_cache_hint_selector_material_dark = 0x7f0b003b;
  270. public static int abc_background_cache_hint_selector_material_light = 0x7f0b003c;
  271. public static int abc_color_highlight_material = 0x7f0b003d;
  272. public static int abc_input_method_navigation_guard = 0x7f0b0000;
  273. public static int abc_primary_text_disable_only_material_dark = 0x7f0b003e;
  274. public static int abc_primary_text_disable_only_material_light = 0x7f0b003f;
  275. public static int abc_primary_text_material_dark = 0x7f0b0040;
  276. public static int abc_primary_text_material_light = 0x7f0b0041;
  277. public static int abc_search_url_text = 0x7f0b0042;
  278. public static int abc_search_url_text_normal = 0x7f0b0001;
  279. public static int abc_search_url_text_pressed = 0x7f0b0002;
  280. public static int abc_search_url_text_selected = 0x7f0b0003;
  281. public static int abc_secondary_text_material_dark = 0x7f0b0043;
  282. public static int abc_secondary_text_material_light = 0x7f0b0044;
  283. public static int accent_material_dark = 0x7f0b0004;
  284. public static int accent_material_light = 0x7f0b0005;
  285. public static int background_floating_material_dark = 0x7f0b0006;
  286. public static int background_floating_material_light = 0x7f0b0007;
  287. public static int background_material_dark = 0x7f0b0008;
  288. public static int background_material_light = 0x7f0b0009;
  289. public static int bright_foreground_disabled_material_dark = 0x7f0b000a;
  290. public static int bright_foreground_disabled_material_light = 0x7f0b000b;
  291. public static int bright_foreground_inverse_material_dark = 0x7f0b000c;
  292. public static int bright_foreground_inverse_material_light = 0x7f0b000d;
  293. public static int bright_foreground_material_dark = 0x7f0b000e;
  294. public static int bright_foreground_material_light = 0x7f0b000f;
  295. public static int button_material_dark = 0x7f0b0010;
  296. public static int button_material_light = 0x7f0b0011;
  297. public static int catalyst_redbox_background = 0x7f0b0012;
  298. public static int dim_foreground_disabled_material_dark = 0x7f0b0013;
  299. public static int dim_foreground_disabled_material_light = 0x7f0b0014;
  300. public static int dim_foreground_material_dark = 0x7f0b0015;
  301. public static int dim_foreground_material_light = 0x7f0b0016;
  302. public static int foreground_material_dark = 0x7f0b0017;
  303. public static int foreground_material_light = 0x7f0b0018;
  304. public static int highlighted_text_material_dark = 0x7f0b0019;
  305. public static int highlighted_text_material_light = 0x7f0b001a;
  306. public static int hint_foreground_material_dark = 0x7f0b001b;
  307. public static int hint_foreground_material_light = 0x7f0b001c;
  308. public static int material_blue_grey_800 = 0x7f0b001d;
  309. public static int material_blue_grey_900 = 0x7f0b001e;
  310. public static int material_blue_grey_950 = 0x7f0b001f;
  311. public static int material_deep_teal_200 = 0x7f0b0020;
  312. public static int material_deep_teal_500 = 0x7f0b0021;
  313. public static int material_grey_100 = 0x7f0b0022;
  314. public static int material_grey_300 = 0x7f0b0023;
  315. public static int material_grey_50 = 0x7f0b0024;
  316. public static int material_grey_600 = 0x7f0b0025;
  317. public static int material_grey_800 = 0x7f0b0026;
  318. public static int material_grey_850 = 0x7f0b0027;
  319. public static int material_grey_900 = 0x7f0b0028;
  320. public static int primary_dark_material_dark = 0x7f0b0029;
  321. public static int primary_dark_material_light = 0x7f0b002a;
  322. public static int primary_material_dark = 0x7f0b002b;
  323. public static int primary_material_light = 0x7f0b002c;
  324. public static int primary_text_default_material_dark = 0x7f0b002d;
  325. public static int primary_text_default_material_light = 0x7f0b002e;
  326. public static int primary_text_disabled_material_dark = 0x7f0b002f;
  327. public static int primary_text_disabled_material_light = 0x7f0b0030;
  328. public static int ripple_material_dark = 0x7f0b0031;
  329. public static int ripple_material_light = 0x7f0b0032;
  330. public static int secondary_text_default_material_dark = 0x7f0b0033;
  331. public static int secondary_text_default_material_light = 0x7f0b0034;
  332. public static int secondary_text_disabled_material_dark = 0x7f0b0035;
  333. public static int secondary_text_disabled_material_light = 0x7f0b0036;
  334. public static int switch_thumb_disabled_material_dark = 0x7f0b0037;
  335. public static int switch_thumb_disabled_material_light = 0x7f0b0038;
  336. public static int switch_thumb_material_dark = 0x7f0b0045;
  337. public static int switch_thumb_material_light = 0x7f0b0046;
  338. public static int switch_thumb_normal_material_dark = 0x7f0b0039;
  339. public static int switch_thumb_normal_material_light = 0x7f0b003a;
  340. }
  341. public static final class dimen {
  342. public static int abc_action_bar_content_inset_material = 0x7f07000b;
  343. public static int abc_action_bar_default_height_material = 0x7f070001;
  344. public static int abc_action_bar_default_padding_end_material = 0x7f07000c;
  345. public static int abc_action_bar_default_padding_start_material = 0x7f07000d;
  346. public static int abc_action_bar_icon_vertical_padding_material = 0x7f07000f;
  347. public static int abc_action_bar_overflow_padding_end_material = 0x7f070010;
  348. public static int abc_action_bar_overflow_padding_start_material = 0x7f070011;
  349. public static int abc_action_bar_progress_bar_size = 0x7f070002;
  350. public static int abc_action_bar_stacked_max_height = 0x7f070012;
  351. public static int abc_action_bar_stacked_tab_max_width = 0x7f070013;
  352. public static int abc_action_bar_subtitle_bottom_margin_material = 0x7f070014;
  353. public static int abc_action_bar_subtitle_top_margin_material = 0x7f070015;
  354. public static int abc_action_button_min_height_material = 0x7f070016;
  355. public static int abc_action_button_min_width_material = 0x7f070017;
  356. public static int abc_action_button_min_width_overflow_material = 0x7f070018;
  357. public static int abc_alert_dialog_button_bar_height = 0x7f070000;
  358. public static int abc_button_inset_horizontal_material = 0x7f070019;
  359. public static int abc_button_inset_vertical_material = 0x7f07001a;
  360. public static int abc_button_padding_horizontal_material = 0x7f07001b;
  361. public static int abc_button_padding_vertical_material = 0x7f07001c;
  362. public static int abc_config_prefDialogWidth = 0x7f070005;
  363. public static int abc_control_corner_material = 0x7f07001d;
  364. public static int abc_control_inset_material = 0x7f07001e;
  365. public static int abc_control_padding_material = 0x7f07001f;
  366. public static int abc_dialog_list_padding_vertical_material = 0x7f070020;
  367. public static int abc_dialog_min_width_major = 0x7f070021;
  368. public static int abc_dialog_min_width_minor = 0x7f070022;
  369. public static int abc_dialog_padding_material = 0x7f070023;
  370. public static int abc_dialog_padding_top_material = 0x7f070024;
  371. public static int abc_disabled_alpha_material_dark = 0x7f070025;
  372. public static int abc_disabled_alpha_material_light = 0x7f070026;
  373. public static int abc_dropdownitem_icon_width = 0x7f070027;
  374. public static int abc_dropdownitem_text_padding_left = 0x7f070028;
  375. public static int abc_dropdownitem_text_padding_right = 0x7f070029;
  376. public static int abc_edit_text_inset_bottom_material = 0x7f07002a;
  377. public static int abc_edit_text_inset_horizontal_material = 0x7f07002b;
  378. public static int abc_edit_text_inset_top_material = 0x7f07002c;
  379. public static int abc_floating_window_z = 0x7f07002d;
  380. public static int abc_list_item_padding_horizontal_material = 0x7f07002e;
  381. public static int abc_panel_menu_list_width = 0x7f07002f;
  382. public static int abc_search_view_preferred_width = 0x7f070030;
  383. public static int abc_search_view_text_min_width = 0x7f070006;
  384. public static int abc_switch_padding = 0x7f07000e;
  385. public static int abc_text_size_body_1_material = 0x7f070031;
  386. public static int abc_text_size_body_2_material = 0x7f070032;
  387. public static int abc_text_size_button_material = 0x7f070033;
  388. public static int abc_text_size_caption_material = 0x7f070034;
  389. public static int abc_text_size_display_1_material = 0x7f070035;
  390. public static int abc_text_size_display_2_material = 0x7f070036;
  391. public static int abc_text_size_display_3_material = 0x7f070037;
  392. public static int abc_text_size_display_4_material = 0x7f070038;
  393. public static int abc_text_size_headline_material = 0x7f070039;
  394. public static int abc_text_size_large_material = 0x7f07003a;
  395. public static int abc_text_size_medium_material = 0x7f07003b;
  396. public static int abc_text_size_menu_material = 0x7f07003c;
  397. public static int abc_text_size_small_material = 0x7f07003d;
  398. public static int abc_text_size_subhead_material = 0x7f07003e;
  399. public static int abc_text_size_subtitle_material_toolbar = 0x7f070003;
  400. public static int abc_text_size_title_material = 0x7f07003f;
  401. public static int abc_text_size_title_material_toolbar = 0x7f070004;
  402. public static int dialog_fixed_height_major = 0x7f070007;
  403. public static int dialog_fixed_height_minor = 0x7f070008;
  404. public static int dialog_fixed_width_major = 0x7f070009;
  405. public static int dialog_fixed_width_minor = 0x7f07000a;
  406. public static int disabled_alpha_material_dark = 0x7f070040;
  407. public static int disabled_alpha_material_light = 0x7f070041;
  408. public static int highlight_alpha_material_colored = 0x7f070042;
  409. public static int highlight_alpha_material_dark = 0x7f070043;
  410. public static int highlight_alpha_material_light = 0x7f070044;
  411. public static int notification_large_icon_height = 0x7f070045;
  412. public static int notification_large_icon_width = 0x7f070046;
  413. public static int notification_subtext_size = 0x7f070047;
  414. }
  415. public static final class drawable {
  416. public static int abc_ab_share_pack_mtrl_alpha = 0x7f020000;
  417. public static int abc_action_bar_item_background_material = 0x7f020001;
  418. public static int abc_btn_borderless_material = 0x7f020002;
  419. public static int abc_btn_check_material = 0x7f020003;
  420. public static int abc_btn_check_to_on_mtrl_000 = 0x7f020004;
  421. public static int abc_btn_check_to_on_mtrl_015 = 0x7f020005;
  422. public static int abc_btn_colored_material = 0x7f020006;
  423. public static int abc_btn_default_mtrl_shape = 0x7f020007;
  424. public static int abc_btn_radio_material = 0x7f020008;
  425. public static int abc_btn_radio_to_on_mtrl_000 = 0x7f020009;
  426. public static int abc_btn_radio_to_on_mtrl_015 = 0x7f02000a;
  427. public static int abc_btn_rating_star_off_mtrl_alpha = 0x7f02000b;
  428. public static int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000c;
  429. public static int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000d;
  430. public static int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000e;
  431. public static int abc_cab_background_internal_bg = 0x7f02000f;
  432. public static int abc_cab_background_top_material = 0x7f020010;
  433. public static int abc_cab_background_top_mtrl_alpha = 0x7f020011;
  434. public static int abc_control_background_material = 0x7f020012;
  435. public static int abc_dialog_material_background_dark = 0x7f020013;
  436. public static int abc_dialog_material_background_light = 0x7f020014;
  437. public static int abc_edit_text_material = 0x7f020015;
  438. public static int abc_ic_ab_back_mtrl_am_alpha = 0x7f020016;
  439. public static int abc_ic_clear_mtrl_alpha = 0x7f020017;
  440. public static int abc_ic_commit_search_api_mtrl_alpha = 0x7f020018;
  441. public static int abc_ic_go_search_api_mtrl_alpha = 0x7f020019;
  442. public static int abc_ic_menu_copy_mtrl_am_alpha = 0x7f02001a;
  443. public static int abc_ic_menu_cut_mtrl_alpha = 0x7f02001b;
  444. public static int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f02001c;
  445. public static int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001d;
  446. public static int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001e;
  447. public static int abc_ic_menu_share_mtrl_alpha = 0x7f02001f;
  448. public static int abc_ic_search_api_mtrl_alpha = 0x7f020020;
  449. public static int abc_ic_voice_search_api_mtrl_alpha = 0x7f020021;
  450. public static int abc_item_background_holo_dark = 0x7f020022;
  451. public static int abc_item_background_holo_light = 0x7f020023;
  452. public static int abc_list_divider_mtrl_alpha = 0x7f020024;
  453. public static int abc_list_focused_holo = 0x7f020025;
  454. public static int abc_list_longpressed_holo = 0x7f020026;
  455. public static int abc_list_pressed_holo_dark = 0x7f020027;
  456. public static int abc_list_pressed_holo_light = 0x7f020028;
  457. public static int abc_list_selector_background_transition_holo_dark = 0x7f020029;
  458. public static int abc_list_selector_background_transition_holo_light = 0x7f02002a;
  459. public static int abc_list_selector_disabled_holo_dark = 0x7f02002b;
  460. public static int abc_list_selector_disabled_holo_light = 0x7f02002c;
  461. public static int abc_list_selector_holo_dark = 0x7f02002d;
  462. public static int abc_list_selector_holo_light = 0x7f02002e;
  463. public static int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002f;
  464. public static int abc_popup_background_mtrl_mult = 0x7f020030;
  465. public static int abc_ratingbar_full_material = 0x7f020031;
  466. public static int abc_spinner_mtrl_am_alpha = 0x7f020032;
  467. public static int abc_spinner_textfield_background_material = 0x7f020033;
  468. public static int abc_switch_thumb_material = 0x7f020034;
  469. public static int abc_switch_track_mtrl_alpha = 0x7f020035;
  470. public static int abc_tab_indicator_material = 0x7f020036;
  471. public static int abc_tab_indicator_mtrl_alpha = 0x7f020037;
  472. public static int abc_text_cursor_material = 0x7f020038;
  473. public static int abc_textfield_activated_mtrl_alpha = 0x7f020039;
  474. public static int abc_textfield_default_mtrl_alpha = 0x7f02003a;
  475. public static int abc_textfield_search_activated_mtrl_alpha = 0x7f02003b;
  476. public static int abc_textfield_search_default_mtrl_alpha = 0x7f02003c;
  477. public static int abc_textfield_search_material = 0x7f02003d;
  478. public static int notification_template_icon_bg = 0x7f02003e;
  479. }
  480. public static final class id {
  481. public static int action0 = 0x7f0c0058;
  482. public static int action_bar = 0x7f0c0048;
  483. public static int action_bar_activity_content = 0x7f0c0000;
  484. public static int action_bar_container = 0x7f0c0047;
  485. public static int action_bar_root = 0x7f0c0043;
  486. public static int action_bar_spinner = 0x7f0c0001;
  487. public static int action_bar_subtitle = 0x7f0c002c;
  488. public static int action_bar_title = 0x7f0c002b;
  489. public static int action_context_bar = 0x7f0c0049;
  490. public static int action_divider = 0x7f0c005c;
  491. public static int action_menu_divider = 0x7f0c0002;
  492. public static int action_menu_presenter = 0x7f0c0003;
  493. public static int action_mode_bar = 0x7f0c0045;
  494. public static int action_mode_bar_stub = 0x7f0c0044;
  495. public static int action_mode_close_button = 0x7f0c002d;
  496. public static int activity_chooser_view_content = 0x7f0c002e;
  497. public static int alertTitle = 0x7f0c0038;
  498. public static int always = 0x7f0c0025;
  499. public static int beginning = 0x7f0c0022;
  500. public static int buttonPanel = 0x7f0c003e;
  501. public static int cancel_action = 0x7f0c0059;
  502. public static int catalyst_redbox_title = 0x7f0c0067;
  503. public static int center = 0x7f0c001a;
  504. public static int centerCrop = 0x7f0c001b;
  505. public static int centerInside = 0x7f0c001c;
  506. public static int checkbox = 0x7f0c0040;
  507. public static int chronometer = 0x7f0c005f;
  508. public static int collapseActionView = 0x7f0c0026;
  509. public static int contentPanel = 0x7f0c0039;
  510. public static int custom = 0x7f0c003d;
  511. public static int customPanel = 0x7f0c003c;
  512. public static int decor_content_parent = 0x7f0c0046;
  513. public static int default_activity_button = 0x7f0c0031;
  514. public static int disableHome = 0x7f0c000e;
  515. public static int edit_query = 0x7f0c004a;
  516. public static int end = 0x7f0c0023;
  517. public static int end_padder = 0x7f0c0064;
  518. public static int expand_activities_button = 0x7f0c002f;
  519. public static int expanded_menu = 0x7f0c003f;
  520. public static int fitCenter = 0x7f0c001d;
  521. public static int fitEnd = 0x7f0c001e;
  522. public static int fitStart = 0x7f0c001f;
  523. public static int fitXY = 0x7f0c0020;
  524. public static int focusCrop = 0x7f0c0021;
  525. public static int fps_text = 0x7f0c0057;
  526. public static int home = 0x7f0c0004;
  527. public static int homeAsUp = 0x7f0c000f;
  528. public static int icon = 0x7f0c0033;
  529. public static int ifRoom = 0x7f0c0027;
  530. public static int image = 0x7f0c0030;
  531. public static int info = 0x7f0c0063;
  532. public static int line1 = 0x7f0c005d;
  533. public static int line3 = 0x7f0c0061;
  534. public static int listMode = 0x7f0c000b;
  535. public static int list_item = 0x7f0c0032;
  536. public static int media_actions = 0x7f0c005b;
  537. public static int middle = 0x7f0c0024;
  538. public static int multiply = 0x7f0c0015;
  539. public static int never = 0x7f0c0028;
  540. public static int none = 0x7f0c0010;
  541. public static int normal = 0x7f0c000c;
  542. public static int parentPanel = 0x7f0c0035;
  543. public static int progress_circular = 0x7f0c0005;
  544. public static int progress_horizontal = 0x7f0c0006;
  545. public static int radio = 0x7f0c0042;
  546. public static int react_test_id = 0x7f0c0007;
  547. public static int rn_frame_file = 0x7f0c0066;
  548. public static int rn_frame_method = 0x7f0c0065;
  549. public static int rn_redbox_copy_button = 0x7f0c006e;
  550. public static int rn_redbox_dismiss_button = 0x7f0c006c;
  551. public static int rn_redbox_line_separator = 0x7f0c0069;
  552. public static int rn_redbox_loading_indicator = 0x7f0c006a;
  553. public static int rn_redbox_reload_button = 0x7f0c006d;
  554. public static int rn_redbox_report_button = 0x7f0c006f;
  555. public static int rn_redbox_report_label = 0x7f0c006b;
  556. public static int rn_redbox_stack = 0x7f0c0068;
  557. public static int screen = 0x7f0c0016;
  558. public static int scrollView = 0x7f0c003a;
  559. public static int search_badge = 0x7f0c004c;
  560. public static int search_bar = 0x7f0c004b;
  561. public static int search_button = 0x7f0c004d;
  562. public static int search_close_btn = 0x7f0c0052;
  563. public static int search_edit_frame = 0x7f0c004e;
  564. public static int search_go_btn = 0x7f0c0054;
  565. public static int search_mag_icon = 0x7f0c004f;
  566. public static int search_plate = 0x7f0c0050;
  567. public static int search_src_text = 0x7f0c0051;
  568. public static int search_voice_btn = 0x7f0c0055;
  569. public static int select_dialog_listview = 0x7f0c0056;
  570. public static int shortcut = 0x7f0c0041;
  571. public static int showCustom = 0x7f0c0011;
  572. public static int showHome = 0x7f0c0012;
  573. public static int showTitle = 0x7f0c0013;
  574. public static int split_action_bar = 0x7f0c0008;
  575. public static int src_atop = 0x7f0c0017;
  576. public static int src_in = 0x7f0c0018;
  577. public static int src_over = 0x7f0c0019;
  578. public static int status_bar_latest_event_content = 0x7f0c005a;
  579. public static int submit_area = 0x7f0c0053;
  580. public static int tabMode = 0x7f0c000d;
  581. public static int text = 0x7f0c0062;
  582. public static int text2 = 0x7f0c0060;
  583. public static int textSpacerNoButtons = 0x7f0c003b;
  584. public static int time = 0x7f0c005e;
  585. public static int title = 0x7f0c0034;
  586. public static int title_template = 0x7f0c0037;
  587. public static int topPanel = 0x7f0c0036;
  588. public static int up = 0x7f0c0009;
  589. public static int useLogo = 0x7f0c0014;
  590. public static int view_tag_native_id = 0x7f0c000a;
  591. public static int withText = 0x7f0c0029;
  592. public static int wrap_content = 0x7f0c002a;
  593. }
  594. public static final class integer {
  595. public static int abc_config_activityDefaultDur = 0x7f0a0001;
  596. public static int abc_config_activityShortDur = 0x7f0a0002;
  597. public static int abc_max_action_buttons = 0x7f0a0000;
  598. public static int cancel_button_image_alpha = 0x7f0a0003;
  599. public static int status_bar_notification_info_maxnum = 0x7f0a0004;
  600. }
  601. public static final class layout {
  602. public static int abc_action_bar_title_item = 0x7f030000;
  603. public static int abc_action_bar_up_container = 0x7f030001;
  604. public static int abc_action_bar_view_list_nav_layout = 0x7f030002;
  605. public static int abc_action_menu_item_layout = 0x7f030003;
  606. public static int abc_action_menu_layout = 0x7f030004;
  607. public static int abc_action_mode_bar = 0x7f030005;
  608. public static int abc_action_mode_close_item_material = 0x7f030006;
  609. public static int abc_activity_chooser_view = 0x7f030007;
  610. public static int abc_activity_chooser_view_list_item = 0x7f030008;
  611. public static int abc_alert_dialog_material = 0x7f030009;
  612. public static int abc_dialog_title_material = 0x7f03000a;
  613. public static int abc_expanded_menu_layout = 0x7f03000b;
  614. public static int abc_list_menu_item_checkbox = 0x7f03000c;
  615. public static int abc_list_menu_item_icon = 0x7f03000d;
  616. public static int abc_list_menu_item_layout = 0x7f03000e;
  617. public static int abc_list_menu_item_radio = 0x7f03000f;
  618. public static int abc_popup_menu_item_layout = 0x7f030010;
  619. public static int abc_screen_content_include = 0x7f030011;
  620. public static int abc_screen_simple = 0x7f030012;
  621. public static int abc_screen_simple_overlay_action_mode = 0x7f030013;
  622. public static int abc_screen_toolbar = 0x7f030014;
  623. public static int abc_search_dropdown_item_icons_2line = 0x7f030015;
  624. public static int abc_search_view = 0x7f030016;
  625. public static int abc_select_dialog_material = 0x7f030017;
  626. public static int dev_loading_view = 0x7f030018;
  627. public static int fps_view = 0x7f030019;
  628. public static int notification_media_action = 0x7f03001a;
  629. public static int notification_media_cancel_action = 0x7f03001b;
  630. public static int notification_template_big_media = 0x7f03001c;
  631. public static int notification_template_big_media_narrow = 0x7f03001d;
  632. public static int notification_template_lines = 0x7f03001e;
  633. public static int notification_template_media = 0x7f03001f;
  634. public static int notification_template_part_chronometer = 0x7f030020;
  635. public static int notification_template_part_time = 0x7f030021;
  636. public static int redbox_item_frame = 0x7f030022;
  637. public static int redbox_item_title = 0x7f030023;
  638. public static int redbox_view = 0x7f030024;
  639. public static int select_dialog_item_material = 0x7f030025;
  640. public static int select_dialog_multichoice_material = 0x7f030026;
  641. public static int select_dialog_singlechoice_material = 0x7f030027;
  642. public static int support_simple_spinner_dropdown_item = 0x7f030028;
  643. }
  644. public static final class string {
  645. public static int abc_action_bar_home_description = 0x7f060000;
  646. public static int abc_action_bar_home_description_format = 0x7f060001;
  647. public static int abc_action_bar_home_subtitle_description_format = 0x7f060002;
  648. public static int abc_action_bar_up_description = 0x7f060003;
  649. public static int abc_action_menu_overflow_description = 0x7f060004;
  650. public static int abc_action_mode_done = 0x7f060005;
  651. public static int abc_activity_chooser_view_see_all = 0x7f060006;
  652. public static int abc_activitychooserview_choose_application = 0x7f060007;
  653. public static int abc_search_hint = 0x7f060008;
  654. public static int abc_searchview_description_clear = 0x7f060009;
  655. public static int abc_searchview_description_query = 0x7f06000a;
  656. public static int abc_searchview_description_search = 0x7f06000b;
  657. public static int abc_searchview_description_submit = 0x7f06000c;
  658. public static int abc_searchview_description_voice = 0x7f06000d;
  659. public static int abc_shareactionprovider_share_with = 0x7f06000e;
  660. public static int abc_shareactionprovider_share_with_application = 0x7f06000f;
  661. public static int abc_toolbar_collapse_description = 0x7f060010;
  662. public static int catalyst_copy_button = 0x7f060013;
  663. public static int catalyst_debugjs = 0x7f060014;
  664. public static int catalyst_debugjs_off = 0x7f060015;
  665. public static int catalyst_dismiss_button = 0x7f060016;
  666. public static int catalyst_element_inspector = 0x7f060017;
  667. public static int catalyst_heap_capture = 0x7f060018;
  668. public static int catalyst_hot_module_replacement = 0x7f060019;
  669. public static int catalyst_hot_module_replacement_off = 0x7f06001a;
  670. public static int catalyst_jsload_error = 0x7f06001b;
  671. public static int catalyst_live_reload = 0x7f06001c;
  672. public static int catalyst_live_reload_off = 0x7f06001d;
  673. public static int catalyst_loading_from_url = 0x7f06001e;
  674. public static int catalyst_perf_monitor = 0x7f06001f;
  675. public static int catalyst_perf_monitor_off = 0x7f060020;
  676. public static int catalyst_poke_sampling_profiler = 0x7f060021;
  677. public static int catalyst_reload_button = 0x7f060022;
  678. public static int catalyst_reloadjs = 0x7f060023;
  679. public static int catalyst_remotedbg_error = 0x7f060024;
  680. public static int catalyst_remotedbg_message = 0x7f060025;
  681. public static int catalyst_report_button = 0x7f060026;
  682. public static int catalyst_settings = 0x7f060027;
  683. public static int catalyst_settings_title = 0x7f060028;
  684. public static int status_bar_notification_info_overflow = 0x7f060011;
  685. }
  686. public static final class style {
  687. public static int AlertDialog_AppCompat = 0x7f08007a;
  688. public static int AlertDialog_AppCompat_Light = 0x7f08007b;
  689. public static int Animation_AppCompat_Dialog = 0x7f08007c;
  690. public static int Animation_AppCompat_DropDownUp = 0x7f08007d;
  691. public static int Animation_Catalyst_RedBox = 0x7f08007e;
  692. public static int Base_AlertDialog_AppCompat = 0x7f08007f;
  693. public static int Base_AlertDialog_AppCompat_Light = 0x7f080080;
  694. public static int Base_Animation_AppCompat_Dialog = 0x7f080081;
  695. public static int Base_Animation_AppCompat_DropDownUp = 0x7f080082;
  696. public static int Base_DialogWindowTitleBackground_AppCompat = 0x7f080084;
  697. public static int Base_DialogWindowTitle_AppCompat = 0x7f080083;
  698. public static int Base_TextAppearance_AppCompat = 0x7f08002d;
  699. public static int Base_TextAppearance_AppCompat_Body1 = 0x7f08002e;
  700. public static int Base_TextAppearance_AppCompat_Body2 = 0x7f08002f;
  701. public static int Base_TextAppearance_AppCompat_Button = 0x7f080018;
  702. public static int Base_TextAppearance_AppCompat_Caption = 0x7f080030;
  703. public static int Base_TextAppearance_AppCompat_Display1 = 0x7f080031;
  704. public static int Base_TextAppearance_AppCompat_Display2 = 0x7f080032;
  705. public static int Base_TextAppearance_AppCompat_Display3 = 0x7f080033;
  706. public static int Base_TextAppearance_AppCompat_Display4 = 0x7f080034;
  707. public static int Base_TextAppearance_AppCompat_Headline = 0x7f080035;
  708. public static int Base_TextAppearance_AppCompat_Inverse = 0x7f080003;
  709. public static int Base_TextAppearance_AppCompat_Large = 0x7f080036;
  710. public static int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f080004;
  711. public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f080037;
  712. public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f080038;
  713. public static int Base_TextAppearance_AppCompat_Medium = 0x7f080039;
  714. public static int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f080005;
  715. public static int Base_TextAppearance_AppCompat_Menu = 0x7f08003a;
  716. public static int Base_TextAppearance_AppCompat_SearchResult = 0x7f080085;
  717. public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f08003b;
  718. public static int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f08003c;
  719. public static int Base_TextAppearance_AppCompat_Small = 0x7f08003d;
  720. public static int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f080006;
  721. public static int Base_TextAppearance_AppCompat_Subhead = 0x7f08003e;
  722. public static int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f080007;
  723. public static int Base_TextAppearance_AppCompat_Title = 0x7f08003f;
  724. public static int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f080008;
  725. public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f080040;
  726. public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f080041;
  727. public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f080042;
  728. public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f080043;
  729. public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f080044;
  730. public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f080045;
  731. public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f080046;
  732. public static int Base_TextAppearance_AppCompat_Widget_Button = 0x7f080047;
  733. public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f080076;
  734. public static int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f080086;
  735. public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f080048;
  736. public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f080049;
  737. public static int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f08004a;
  738. public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f08004b;
  739. public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f080087;
  740. public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f08004c;
  741. public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f08004d;
  742. public static int Base_ThemeOverlay_AppCompat = 0x7f080090;
  743. public static int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f080091;
  744. public static int Base_ThemeOverlay_AppCompat_Dark = 0x7f080092;
  745. public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f080093;
  746. public static int Base_ThemeOverlay_AppCompat_Light = 0x7f080094;
  747. public static int Base_Theme_AppCompat = 0x7f08004e;
  748. public static int Base_Theme_AppCompat_CompactMenu = 0x7f080088;
  749. public static int Base_Theme_AppCompat_Dialog = 0x7f080009;
  750. public static int Base_Theme_AppCompat_DialogWhenLarge = 0x7f080001;
  751. public static int Base_Theme_AppCompat_Dialog_Alert = 0x7f080089;
  752. public static int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f08008a;
  753. public static int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f08008b;
  754. public static int Base_Theme_AppCompat_Light = 0x7f08004f;
  755. public static int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f08008c;
  756. public static int Base_Theme_AppCompat_Light_Dialog = 0x7f08000a;
  757. public static int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f080002;
  758. public static int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f08008d;
  759. public static int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f08008e;
  760. public static int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f08008f;
  761. public static int Base_V11_Theme_AppCompat_Dialog = 0x7f08000b;
  762. public static int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f08000c;
  763. public static int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f080014;
  764. public static int Base_V12_Widget_AppCompat_EditText = 0x7f080015;
  765. public static int Base_V21_Theme_AppCompat = 0x7f080050;
  766. public static int Base_V21_Theme_AppCompat_Dialog = 0x7f080051;
  767. public static int Base_V21_Theme_AppCompat_Light = 0x7f080052;
  768. public static int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f080053;
  769. public static int Base_V22_Theme_AppCompat = 0x7f080074;
  770. public static int Base_V22_Theme_AppCompat_Light = 0x7f080075;
  771. public static int Base_V23_Theme_AppCompat = 0x7f080077;
  772. public static int Base_V23_Theme_AppCompat_Light = 0x7f080078;
  773. public static int Base_V7_Theme_AppCompat = 0x7f080095;
  774. public static int Base_V7_Theme_AppCompat_Dialog = 0x7f080096;
  775. public static int Base_V7_Theme_AppCompat_Light = 0x7f080097;
  776. public static int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f080098;
  777. public static int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f080099;
  778. public static int Base_V7_Widget_AppCompat_EditText = 0x7f08009a;
  779. public static int Base_Widget_AppCompat_ActionBar = 0x7f08009b;
  780. public static int Base_Widget_AppCompat_ActionBar_Solid = 0x7f08009c;
  781. public static int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f08009d;
  782. public static int Base_Widget_AppCompat_ActionBar_TabText = 0x7f080054;
  783. public static int Base_Widget_AppCompat_ActionBar_TabView = 0x7f080055;
  784. public static int Base_Widget_AppCompat_ActionButton = 0x7f080056;
  785. public static int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f080057;
  786. public static int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f080058;
  787. public static int Base_Widget_AppCompat_ActionMode = 0x7f08009e;
  788. public static int Base_Widget_AppCompat_ActivityChooserView = 0x7f08009f;
  789. public static int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f080016;
  790. public static int Base_Widget_AppCompat_Button = 0x7f080059;
  791. public static int Base_Widget_AppCompat_ButtonBar = 0x7f08005d;
  792. public static int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0800a1;
  793. public static int Base_Widget_AppCompat_Button_Borderless = 0x7f08005a;
  794. public static int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f08005b;
  795. public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0800a0;
  796. public static int Base_Widget_AppCompat_Button_Colored = 0x7f080079;
  797. public static int Base_Widget_AppCompat_Button_Small = 0x7f08005c;
  798. public static int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f08005e;
  799. public static int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f08005f;
  800. public static int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0800a2;
  801. public static int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f080000;
  802. public static int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0800a3;
  803. public static int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f080060;
  804. public static int Base_Widget_AppCompat_EditText = 0x7f080017;
  805. public static int Base_Widget_AppCompat_Light_ActionBar = 0x7f0800a4;
  806. public static int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0800a5;
  807. public static int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0800a6;
  808. public static int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f080061;
  809. public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080062;
  810. public static int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f080063;
  811. public static int Base_Widget_AppCompat_Light_PopupMenu = 0x7f080064;
  812. public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f080065;
  813. public static int Base_Widget_AppCompat_ListPopupWindow = 0x7f080066;
  814. public static int Base_Widget_AppCompat_ListView = 0x7f080067;
  815. public static int Base_Widget_AppCompat_ListView_DropDown = 0x7f080068;
  816. public static int Base_Widget_AppCompat_ListView_Menu = 0x7f080069;
  817. public static int Base_Widget_AppCompat_PopupMenu = 0x7f08006a;
  818. public static int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f08006b;
  819. public static int Base_Widget_AppCompat_PopupWindow = 0x7f0800a7;
  820. public static int Base_Widget_AppCompat_ProgressBar = 0x7f08000d;
  821. public static int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f08000e;
  822. public static int Base_Widget_AppCompat_RatingBar = 0x7f08006c;
  823. public static int Base_Widget_AppCompat_SearchView = 0x7f0800a8;
  824. public static int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0800a9;
  825. public static int Base_Widget_AppCompat_Spinner = 0x7f08006d;
  826. public static int Base_Widget_AppCompat_Spinner_Underlined = 0x7f08006e;
  827. public static int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f08006f;
  828. public static int Base_Widget_AppCompat_Toolbar = 0x7f0800aa;
  829. public static int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080070;
  830. public static int CalendarDatePickerDialog = 0x7f0800ab;
  831. public static int CalendarDatePickerStyle = 0x7f0800ac;
  832. public static int DialogAnimationFade = 0x7f0800ad;
  833. public static int DialogAnimationSlide = 0x7f0800ae;
  834. public static int Platform_AppCompat = 0x7f08000f;
  835. public static int Platform_AppCompat_Light = 0x7f080010;
  836. public static int Platform_ThemeOverlay_AppCompat = 0x7f080071;
  837. public static int Platform_ThemeOverlay_AppCompat_Dark = 0x7f080072;
  838. public static int Platform_ThemeOverlay_AppCompat_Light = 0x7f080073;
  839. public static int Platform_V11_AppCompat = 0x7f080011;
  840. public static int Platform_V11_AppCompat_Light = 0x7f080012;
  841. public static int Platform_V14_AppCompat = 0x7f080019;
  842. public static int Platform_V14_AppCompat_Light = 0x7f08001a;
  843. public static int Platform_Widget_AppCompat_Spinner = 0x7f080013;
  844. public static int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f080020;
  845. public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f080021;
  846. public static int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f080022;
  847. public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f080023;
  848. public static int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f080024;
  849. public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f080025;
  850. public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f080026;
  851. public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f08002c;
  852. public static int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f080027;
  853. public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f080028;
  854. public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f080029;
  855. public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f08002a;
  856. public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f08002b;
  857. public static int SpinnerDatePickerDialog = 0x7f0800af;
  858. public static int SpinnerDatePickerStyle = 0x7f0800b0;
  859. public static int TextAppearance_AppCompat = 0x7f0800b1;
  860. public static int TextAppearance_AppCompat_Body1 = 0x7f0800b2;
  861. public static int TextAppearance_AppCompat_Body2 = 0x7f0800b3;
  862. public static int TextAppearance_AppCompat_Button = 0x7f0800b4;
  863. public static int TextAppearance_AppCompat_Caption = 0x7f0800b5;
  864. public static int TextAppearance_AppCompat_Display1 = 0x7f0800b6;
  865. public static int TextAppearance_AppCompat_Display2 = 0x7f0800b7;
  866. public static int TextAppearance_AppCompat_Display3 = 0x7f0800b8;
  867. public static int TextAppearance_AppCompat_Display4 = 0x7f0800b9;
  868. public static int TextAppearance_AppCompat_Headline = 0x7f0800ba;
  869. public static int TextAppearance_AppCompat_Inverse = 0x7f0800bb;
  870. public static int TextAppearance_AppCompat_Large = 0x7f0800bc;
  871. public static int TextAppearance_AppCompat_Large_Inverse = 0x7f0800bd;
  872. public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0800be;
  873. public static int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0800bf;
  874. public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0800c0;
  875. public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0800c1;
  876. public static int TextAppearance_AppCompat_Medium = 0x7f0800c2;
  877. public static int TextAppearance_AppCompat_Medium_Inverse = 0x7f0800c3;
  878. public static int TextAppearance_AppCompat_Menu = 0x7f0800c4;
  879. public static int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0800c5;
  880. public static int TextAppearance_AppCompat_SearchResult_Title = 0x7f0800c6;
  881. public static int TextAppearance_AppCompat_Small = 0x7f0800c7;
  882. public static int TextAppearance_AppCompat_Small_Inverse = 0x7f0800c8;
  883. public static int TextAppearance_AppCompat_Subhead = 0x7f0800c9;
  884. public static int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0800ca;
  885. public static int TextAppearance_AppCompat_Title = 0x7f0800cb;
  886. public static int TextAppearance_AppCompat_Title_Inverse = 0x7f0800cc;
  887. public static int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0800cd;
  888. public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0800ce;
  889. public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0800cf;
  890. public static int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0800d0;
  891. public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0800d1;
  892. public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0800d2;
  893. public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0800d3;
  894. public static int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0800d4;
  895. public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0800d5;
  896. public static int TextAppearance_AppCompat_Widget_Button = 0x7f0800d6;
  897. public static int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0800d7;
  898. public static int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0800d8;
  899. public static int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0800d9;
  900. public static int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0800da;
  901. public static int TextAppearance_AppCompat_Widget_Switch = 0x7f0800db;
  902. public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0800dc;
  903. public static int TextAppearance_StatusBar_EventContent = 0x7f08001b;
  904. public static int TextAppearance_StatusBar_EventContent_Info = 0x7f08001c;
  905. public static int TextAppearance_StatusBar_EventContent_Line2 = 0x7f08001d;
  906. public static int TextAppearance_StatusBar_EventContent_Time = 0x7f08001e;
  907. public static int TextAppearance_StatusBar_EventContent_Title = 0x7f08001f;
  908. public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0800dd;
  909. public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0800de;
  910. public static int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0800df;
  911. public static int Theme = 0x7f0800e0;
  912. public static int ThemeOverlay_AppCompat = 0x7f0800f6;
  913. public static int ThemeOverlay_AppCompat_ActionBar = 0x7f0800f7;
  914. public static int ThemeOverlay_AppCompat_Dark = 0x7f0800f8;
  915. public static int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0800f9;
  916. public static int ThemeOverlay_AppCompat_Light = 0x7f0800fa;
  917. public static int Theme_AppCompat = 0x7f0800e1;
  918. public static int Theme_AppCompat_CompactMenu = 0x7f0800e2;
  919. public static int Theme_AppCompat_Dialog = 0x7f0800e3;
  920. public static int Theme_AppCompat_DialogWhenLarge = 0x7f0800e6;
  921. public static int Theme_AppCompat_Dialog_Alert = 0x7f0800e4;
  922. public static int Theme_AppCompat_Dialog_MinWidth = 0x7f0800e5;
  923. public static int Theme_AppCompat_Light = 0x7f0800e7;
  924. public static int Theme_AppCompat_Light_DarkActionBar = 0x7f0800e8;
  925. public static int Theme_AppCompat_Light_Dialog = 0x7f0800e9;
  926. public static int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0800ec;
  927. public static int Theme_AppCompat_Light_Dialog_Alert = 0x7f0800ea;
  928. public static int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0800eb;
  929. public static int Theme_AppCompat_Light_NoActionBar = 0x7f0800ed;
  930. public static int Theme_AppCompat_NoActionBar = 0x7f0800ee;
  931. public static int Theme_Catalyst = 0x7f0800ef;
  932. public static int Theme_Catalyst_RedBox = 0x7f0800f0;
  933. public static int Theme_FullScreenDialog = 0x7f0800f1;
  934. public static int Theme_FullScreenDialogAnimatedFade = 0x7f0800f2;
  935. public static int Theme_FullScreenDialogAnimatedSlide = 0x7f0800f3;
  936. public static int Theme_ReactNative_AppCompat_Light = 0x7f0800f4;
  937. public static int Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen = 0x7f0800f5;
  938. public static int Widget_AppCompat_ActionBar = 0x7f0800fb;
  939. public static int Widget_AppCompat_ActionBar_Solid = 0x7f0800fc;
  940. public static int Widget_AppCompat_ActionBar_TabBar = 0x7f0800fd;
  941. public static int Widget_AppCompat_ActionBar_TabText = 0x7f0800fe;
  942. public static int Widget_AppCompat_ActionBar_TabView = 0x7f0800ff;
  943. public static int Widget_AppCompat_ActionButton = 0x7f080100;
  944. public static int Widget_AppCompat_ActionButton_CloseMode = 0x7f080101;
  945. public static int Widget_AppCompat_ActionButton_Overflow = 0x7f080102;
  946. public static int Widget_AppCompat_ActionMode = 0x7f080103;
  947. public static int Widget_AppCompat_ActivityChooserView = 0x7f080104;
  948. public static int Widget_AppCompat_AutoCompleteTextView = 0x7f080105;
  949. public static int Widget_AppCompat_Button = 0x7f080106;
  950. public static int Widget_AppCompat_ButtonBar = 0x7f08010c;
  951. public static int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f08010d;
  952. public static int Widget_AppCompat_Button_Borderless = 0x7f080107;
  953. public static int Widget_AppCompat_Button_Borderless_Colored = 0x7f080108;
  954. public static int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f080109;
  955. public static int Widget_AppCompat_Button_Colored = 0x7f08010a;
  956. public static int Widget_AppCompat_Button_Small = 0x7f08010b;
  957. public static int Widget_AppCompat_CompoundButton_CheckBox = 0x7f08010e;
  958. public static int Widget_AppCompat_CompoundButton_RadioButton = 0x7f08010f;
  959. public static int Widget_AppCompat_CompoundButton_Switch = 0x7f080110;
  960. public static int Widget_AppCompat_DrawerArrowToggle = 0x7f080111;
  961. public static int Widget_AppCompat_DropDownItem_Spinner = 0x7f080112;
  962. public static int Widget_AppCompat_EditText = 0x7f080113;
  963. public static int Widget_AppCompat_Light_ActionBar = 0x7f080114;
  964. public static int Widget_AppCompat_Light_ActionBar_Solid = 0x7f080115;
  965. public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f080116;
  966. public static int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f080117;
  967. public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f080118;
  968. public static int Widget_AppCompat_Light_ActionBar_TabText = 0x7f080119;
  969. public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f08011a;
  970. public static int Widget_AppCompat_Light_ActionBar_TabView = 0x7f08011b;
  971. public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f08011c;
  972. public static int Widget_AppCompat_Light_ActionButton = 0x7f08011d;
  973. public static int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f08011e;
  974. public static int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f08011f;
  975. public static int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f080120;
  976. public static int Widget_AppCompat_Light_ActivityChooserView = 0x7f080121;
  977. public static int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f080122;
  978. public static int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f080123;
  979. public static int Widget_AppCompat_Light_ListPopupWindow = 0x7f080124;
  980. public static int Widget_AppCompat_Light_ListView_DropDown = 0x7f080125;
  981. public static int Widget_AppCompat_Light_PopupMenu = 0x7f080126;
  982. public static int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f080127;
  983. public static int Widget_AppCompat_Light_SearchView = 0x7f080128;
  984. public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f080129;
  985. public static int Widget_AppCompat_ListPopupWindow = 0x7f08012a;
  986. public static int Widget_AppCompat_ListView = 0x7f08012b;
  987. public static int Widget_AppCompat_ListView_DropDown = 0x7f08012c;
  988. public static int Widget_AppCompat_ListView_Menu = 0x7f08012d;
  989. public static int Widget_AppCompat_PopupMenu = 0x7f08012e;
  990. public static int Widget_AppCompat_PopupMenu_Overflow = 0x7f08012f;
  991. public static int Widget_AppCompat_PopupWindow = 0x7f080130;
  992. public static int Widget_AppCompat_ProgressBar = 0x7f080131;
  993. public static int Widget_AppCompat_ProgressBar_Horizontal = 0x7f080132;
  994. public static int Widget_AppCompat_RatingBar = 0x7f080133;
  995. public static int Widget_AppCompat_SearchView = 0x7f080134;
  996. public static int Widget_AppCompat_SearchView_ActionBar = 0x7f080135;
  997. public static int Widget_AppCompat_Spinner = 0x7f080136;
  998. public static int Widget_AppCompat_Spinner_DropDown = 0x7f080137;
  999. public static int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f080138;
  1000. public static int Widget_AppCompat_Spinner_Underlined = 0x7f080139;
  1001. public static int Widget_AppCompat_TextView_SpinnerItem = 0x7f08013a;
  1002. public static int Widget_AppCompat_Toolbar = 0x7f08013b;
  1003. public static int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f08013c;
  1004. }
  1005. public static final class styleable {
  1006. public static int[] ActionBar = { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f010096 };
  1007. public static int[] ActionBarLayout = { 0x010100b3 };
  1008. public static int ActionBarLayout_android_layout_gravity = 0;
  1009. public static int ActionBar_background = 10;
  1010. public static int ActionBar_backgroundSplit = 12;
  1011. public static int ActionBar_backgroundStacked = 11;
  1012. public static int ActionBar_contentInsetEnd = 21;
  1013. public static int ActionBar_contentInsetLeft = 22;
  1014. public static int ActionBar_contentInsetRight = 23;
  1015. public static int ActionBar_contentInsetStart = 20;
  1016. public static int ActionBar_customNavigationLayout = 13;
  1017. public static int ActionBar_displayOptions = 3;
  1018. public static int ActionBar_divider = 9;
  1019. public static int ActionBar_elevation = 24;
  1020. public static int ActionBar_height = 0;
  1021. public static int ActionBar_hideOnContentScroll = 19;
  1022. public static int ActionBar_homeAsUpIndicator = 26;
  1023. public static int ActionBar_homeLayout = 14;
  1024. public static int ActionBar_icon = 7;
  1025. public static int ActionBar_indeterminateProgressStyle = 16;
  1026. public static int ActionBar_itemPadding = 18;
  1027. public static int ActionBar_logo = 8;
  1028. public static int ActionBar_navigationMode = 2;
  1029. public static int ActionBar_popupTheme = 25;
  1030. public static int ActionBar_progressBarPadding = 17;
  1031. public static int ActionBar_progressBarStyle = 15;
  1032. public static int ActionBar_subtitle = 4;
  1033. public static int ActionBar_subtitleTextStyle = 6;
  1034. public static int ActionBar_title = 1;
  1035. public static int ActionBar_titleTextStyle = 5;
  1036. public static int[] ActionMenuItemView = { 0x0101013f };
  1037. public static int ActionMenuItemView_android_minWidth = 0;
  1038. public static int[] ActionMenuView = { };
  1039. public static int[] ActionMode = { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c };
  1040. public static int ActionMode_background = 3;
  1041. public static int ActionMode_backgroundSplit = 4;
  1042. public static int ActionMode_closeItemLayout = 5;
  1043. public static int ActionMode_height = 0;
  1044. public static int ActionMode_subtitleTextStyle = 2;
  1045. public static int ActionMode_titleTextStyle = 1;
  1046. public static int[] ActivityChooserView = { 0x7f01001d, 0x7f01001e };
  1047. public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
  1048. public static int ActivityChooserView_initialActivityCount = 0;
  1049. public static int[] AlertDialog = { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 };
  1050. public static int AlertDialog_android_layout = 0;
  1051. public static int AlertDialog_buttonPanelSideLayout = 1;
  1052. public static int AlertDialog_listItemLayout = 5;
  1053. public static int AlertDialog_listLayout = 2;
  1054. public static int AlertDialog_multiChoiceItemLayout = 3;
  1055. public static int AlertDialog_singleChoiceItemLayout = 4;
  1056. public static int[] AppCompatTextView = { 0x01010034, 0x7f010024 };
  1057. public static int AppCompatTextView_android_textAppearance = 0;
  1058. public static int AppCompatTextView_textAllCaps = 1;
  1059. public static int[] CompoundButton = { 0x01010107, 0x7f010025, 0x7f010026 };
  1060. public static int CompoundButton_android_button = 0;
  1061. public static int CompoundButton_buttonTint = 1;
  1062. public static int CompoundButton_buttonTintMode = 2;
  1063. public static int[] DrawerArrowToggle = { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e };
  1064. public static int DrawerArrowToggle_arrowHeadLength = 4;
  1065. public static int DrawerArrowToggle_arrowShaftLength = 5;
  1066. public static int DrawerArrowToggle_barLength = 6;
  1067. public static int DrawerArrowToggle_color = 0;
  1068. public static int DrawerArrowToggle_drawableSize = 2;
  1069. public static int DrawerArrowToggle_gapBetweenBars = 3;
  1070. public static int DrawerArrowToggle_spinBars = 1;
  1071. public static int DrawerArrowToggle_thickness = 7;
  1072. public static int[] GenericDraweeHierarchy = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047 };
  1073. public static int GenericDraweeHierarchy_actualImageScaleType = 11;
  1074. public static int GenericDraweeHierarchy_backgroundImage = 12;
  1075. public static int GenericDraweeHierarchy_fadeDuration = 0;
  1076. public static int GenericDraweeHierarchy_failureImage = 6;
  1077. public static int GenericDraweeHierarchy_failureImageScaleType = 7;
  1078. public static int GenericDraweeHierarchy_overlayImage = 13;
  1079. public static int GenericDraweeHierarchy_placeholderImage = 2;
  1080. public static int GenericDraweeHierarchy_placeholderImageScaleType = 3;
  1081. public static int GenericDraweeHierarchy_pressedStateOverlayImage = 14;
  1082. public static int GenericDraweeHierarchy_progressBarAutoRotateInterval = 10;
  1083. public static int GenericDraweeHierarchy_progressBarImage = 8;
  1084. public static int GenericDraweeHierarchy_progressBarImageScaleType = 9;
  1085. public static int GenericDraweeHierarchy_retryImage = 4;
  1086. public static int GenericDraweeHierarchy_retryImageScaleType = 5;
  1087. public static int GenericDraweeHierarchy_roundAsCircle = 15;
  1088. public static int GenericDraweeHierarchy_roundBottomLeft = 20;
  1089. public static int GenericDraweeHierarchy_roundBottomRight = 19;
  1090. public static int GenericDraweeHierarchy_roundTopLeft = 17;
  1091. public static int GenericDraweeHierarchy_roundTopRight = 18;
  1092. public static int GenericDraweeHierarchy_roundWithOverlayColor = 21;
  1093. public static int GenericDraweeHierarchy_roundedCornerRadius = 16;
  1094. public static int GenericDraweeHierarchy_roundingBorderColor = 23;
  1095. public static int GenericDraweeHierarchy_roundingBorderPadding = 24;
  1096. public static int GenericDraweeHierarchy_roundingBorderWidth = 22;
  1097. public static int GenericDraweeHierarchy_viewAspectRatio = 1;
  1098. public static int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010048, 0x7f010049, 0x7f01004a };
  1099. public static int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 };
  1100. public static int LinearLayoutCompat_Layout_android_layout_gravity = 0;
  1101. public static int LinearLayoutCompat_Layout_android_layout_height = 2;
  1102. public static int LinearLayoutCompat_Layout_android_layout_weight = 3;
  1103. public static int LinearLayoutCompat_Layout_android_layout_width = 1;
  1104. public static int LinearLayoutCompat_android_baselineAligned = 2;
  1105. public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
  1106. public static int LinearLayoutCompat_android_gravity = 0;
  1107. public static int LinearLayoutCompat_android_orientation = 1;
  1108. public static int LinearLayoutCompat_android_weightSum = 4;
  1109. public static int LinearLayoutCompat_divider = 5;
  1110. public static int LinearLayoutCompat_dividerPadding = 8;
  1111. public static int LinearLayoutCompat_measureWithLargestChild = 6;
  1112. public static int LinearLayoutCompat_showDividers = 7;
  1113. public static int[] ListPopupWindow = { 0x010102ac, 0x010102ad };
  1114. public static int ListPopupWindow_android_dropDownHorizontalOffset = 0;
  1115. public static int ListPopupWindow_android_dropDownVerticalOffset = 1;
  1116. public static int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 };
  1117. public static int MenuGroup_android_checkableBehavior = 5;
  1118. public static int MenuGroup_android_enabled = 0;
  1119. public static int MenuGroup_android_id = 1;
  1120. public static int MenuGroup_android_menuCategory = 3;
  1121. public static int MenuGroup_android_orderInCategory = 4;
  1122. public static int MenuGroup_android_visible = 2;
  1123. public static int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e };
  1124. public static int MenuItem_actionLayout = 14;
  1125. public static int MenuItem_actionProviderClass = 16;
  1126. public static int MenuItem_actionViewClass = 15;
  1127. public static int MenuItem_android_alphabeticShortcut = 9;
  1128. public static int MenuItem_android_checkable = 11;
  1129. public static int MenuItem_android_checked = 3;
  1130. public static int MenuItem_android_enabled = 1;
  1131. public static int MenuItem_android_icon = 0;
  1132. public static int MenuItem_android_id = 2;
  1133. public static int MenuItem_android_menuCategory = 5;
  1134. public static int MenuItem_android_numericShortcut = 10;
  1135. public static int MenuItem_android_onClick = 12;
  1136. public static int MenuItem_android_orderInCategory = 6;
  1137. public static int MenuItem_android_title = 7;
  1138. public static int MenuItem_android_titleCondensed = 8;
  1139. public static int MenuItem_android_visible = 4;
  1140. public static int MenuItem_showAsAction = 13;
  1141. public static int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f01004f };
  1142. public static int MenuView_android_headerBackground = 4;
  1143. public static int MenuView_android_horizontalDivider = 2;
  1144. public static int MenuView_android_itemBackground = 5;
  1145. public static int MenuView_android_itemIconDisabledAlpha = 6;
  1146. public static int MenuView_android_itemTextAppearance = 1;
  1147. public static int MenuView_android_verticalDivider = 3;
  1148. public static int MenuView_android_windowAnimationStyle = 0;
  1149. public static int MenuView_preserveIconSpacing = 7;
  1150. public static int[] PopupWindow = { 0x01010176, 0x7f010050 };
  1151. public static int[] PopupWindowBackgroundState = { 0x7f010051 };
  1152. public static int PopupWindowBackgroundState_state_above_anchor = 0;
  1153. public static int PopupWindow_android_popupBackground = 0;
  1154. public static int PopupWindow_overlapAnchor = 1;
  1155. public static int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e };
  1156. public static int SearchView_android_focusable = 0;
  1157. public static int SearchView_android_imeOptions = 3;
  1158. public static int SearchView_android_inputType = 2;
  1159. public static int SearchView_android_maxWidth = 1;
  1160. public static int SearchView_closeIcon = 8;
  1161. public static int SearchView_commitIcon = 13;
  1162. public static int SearchView_defaultQueryHint = 7;
  1163. public static int SearchView_goIcon = 9;
  1164. public static int SearchView_iconifiedByDefault = 5;
  1165. public static int SearchView_layout = 4;
  1166. public static int SearchView_queryBackground = 15;
  1167. public static int SearchView_queryHint = 6;
  1168. public static int SearchView_searchHintIcon = 11;
  1169. public static int SearchView_searchIcon = 10;
  1170. public static int SearchView_submitBackground = 16;
  1171. public static int SearchView_suggestionRowLayout = 14;
  1172. public static int SearchView_voiceIcon = 12;
  1173. public static int[] SimpleDraweeView = { 0x7f01005f, 0x7f010060 };
  1174. public static int SimpleDraweeView_actualImageResource = 1;
  1175. public static int SimpleDraweeView_actualImageUri = 0;
  1176. public static int[] Spinner = { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b };
  1177. public static int Spinner_android_dropDownWidth = 2;
  1178. public static int Spinner_android_popupBackground = 0;
  1179. public static int Spinner_android_prompt = 1;
  1180. public static int Spinner_popupTheme = 3;
  1181. public static int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067 };
  1182. public static int SwitchCompat_android_textOff = 1;
  1183. public static int SwitchCompat_android_textOn = 0;
  1184. public static int SwitchCompat_android_thumb = 2;
  1185. public static int SwitchCompat_showText = 9;
  1186. public static int SwitchCompat_splitTrack = 8;
  1187. public static int SwitchCompat_switchMinWidth = 6;
  1188. public static int SwitchCompat_switchPadding = 7;
  1189. public static int SwitchCompat_switchTextAppearance = 5;
  1190. public static int SwitchCompat_thumbTextPadding = 4;
  1191. public static int SwitchCompat_track = 3;
  1192. public static int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x7f010024 };
  1193. public static int TextAppearance_android_shadowColor = 4;
  1194. public static int TextAppearance_android_shadowDx = 5;
  1195. public static int TextAppearance_android_shadowDy = 6;
  1196. public static int TextAppearance_android_shadowRadius = 7;
  1197. public static int TextAppearance_android_textColor = 3;
  1198. public static int TextAppearance_android_textSize = 0;
  1199. public static int TextAppearance_android_textStyle = 2;
  1200. public static int TextAppearance_android_typeface = 1;
  1201. public static int TextAppearance_textAllCaps = 8;
  1202. public static int[] TextStyle = { 0x01010034, 0x01010095, 0x01010097, 0x01010098, 0x010100ab, 0x01010153, 0x0101015d, 0x01010161, 0x01010162, 0x01010163, 0x01010164 };
  1203. public static int TextStyle_android_ellipsize = 4;
  1204. public static int TextStyle_android_maxLines = 5;
  1205. public static int TextStyle_android_shadowColor = 7;
  1206. public static int TextStyle_android_shadowDx = 8;
  1207. public static int TextStyle_android_shadowDy = 9;
  1208. public static int TextStyle_android_shadowRadius = 10;
  1209. public static int TextStyle_android_singleLine = 6;
  1210. public static int TextStyle_android_textAppearance = 0;
  1211. public static int TextStyle_android_textColor = 3;
  1212. public static int TextStyle_android_textSize = 1;
  1213. public static int TextStyle_android_textStyle = 2;
  1214. public static int[] Theme = { 0x01010057, 0x010100ae, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1 };
  1215. public static int Theme_actionBarDivider = 23;
  1216. public static int Theme_actionBarItemBackground = 24;
  1217. public static int Theme_actionBarPopupTheme = 17;
  1218. public static int Theme_actionBarSize = 22;
  1219. public static int Theme_actionBarSplitStyle = 19;
  1220. public static int Theme_actionBarStyle = 18;
  1221. public static int Theme_actionBarTabBarStyle = 13;
  1222. public static int Theme_actionBarTabStyle = 12;
  1223. public static int Theme_actionBarTabTextStyle = 14;
  1224. public static int Theme_actionBarTheme = 20;
  1225. public static int Theme_actionBarWidgetTheme = 21;
  1226. public static int Theme_actionButtonStyle = 49;
  1227. public static int Theme_actionDropDownStyle = 45;
  1228. public static int Theme_actionMenuTextAppearance = 25;
  1229. public static int Theme_actionMenuTextColor = 26;
  1230. public static int Theme_actionModeBackground = 29;
  1231. public static int Theme_actionModeCloseButtonStyle = 28;
  1232. public static int Theme_actionModeCloseDrawable = 31;
  1233. public static int Theme_actionModeCopyDrawable = 33;
  1234. public static int Theme_actionModeCutDrawable = 32;
  1235. public static int Theme_actionModeFindDrawable = 37;
  1236. public static int Theme_actionModePasteDrawable = 34;
  1237. public static int Theme_actionModePopupWindowStyle = 39;
  1238. public static int Theme_actionModeSelectAllDrawable = 35;
  1239. public static int Theme_actionModeShareDrawable = 36;
  1240. public static int Theme_actionModeSplitBackground = 30;
  1241. public static int Theme_actionModeStyle = 27;
  1242. public static int Theme_actionModeWebSearchDrawable = 38;
  1243. public static int Theme_actionOverflowButtonStyle = 15;
  1244. public static int Theme_actionOverflowMenuStyle = 16;
  1245. public static int Theme_activityChooserViewStyle = 57;
  1246. public static int Theme_alertDialogButtonGroupStyle = 91;
  1247. public static int Theme_alertDialogCenterButtons = 92;
  1248. public static int Theme_alertDialogStyle = 90;
  1249. public static int Theme_alertDialogTheme = 93;
  1250. public static int Theme_android_windowAnimationStyle = 1;
  1251. public static int Theme_android_windowIsFloating = 0;
  1252. public static int Theme_autoCompleteTextViewStyle = 98;
  1253. public static int Theme_borderlessButtonStyle = 54;
  1254. public static int Theme_buttonBarButtonStyle = 51;
  1255. public static int Theme_buttonBarNegativeButtonStyle = 96;
  1256. public static int Theme_buttonBarNeutralButtonStyle = 97;
  1257. public static int Theme_buttonBarPositiveButtonStyle = 95;
  1258. public static int Theme_buttonBarStyle = 50;
  1259. public static int Theme_buttonStyle = 99;
  1260. public static int Theme_buttonStyleSmall = 100;
  1261. public static int Theme_checkboxStyle = 101;
  1262. public static int Theme_checkedTextViewStyle = 102;
  1263. public static int Theme_colorAccent = 83;
  1264. public static int Theme_colorButtonNormal = 87;
  1265. public static int Theme_colorControlActivated = 85;
  1266. public static int Theme_colorControlHighlight = 86;
  1267. public static int Theme_colorControlNormal = 84;
  1268. public static int Theme_colorPrimary = 81;
  1269. public static int Theme_colorPrimaryDark = 82;
  1270. public static int Theme_colorSwitchThumbNormal = 88;
  1271. public static int Theme_controlBackground = 89;
  1272. public static int Theme_dialogPreferredPadding = 43;
  1273. public static int Theme_dialogTheme = 42;
  1274. public static int Theme_dividerHorizontal = 56;
  1275. public static int Theme_dividerVertical = 55;
  1276. public static int Theme_dropDownListViewStyle = 73;
  1277. public static int Theme_dropdownListPreferredItemHeight = 46;
  1278. public static int Theme_editTextBackground = 63;
  1279. public static int Theme_editTextColor = 62;
  1280. public static int Theme_editTextStyle = 103;
  1281. public static int Theme_homeAsUpIndicator = 48;
  1282. public static int Theme_listChoiceBackgroundIndicator = 80;
  1283. public static int Theme_listDividerAlertDialog = 44;
  1284. public static int Theme_listPopupWindowStyle = 74;
  1285. public static int Theme_listPreferredItemHeight = 68;
  1286. public static int Theme_listPreferredItemHeightLarge = 70;
  1287. public static int Theme_listPreferredItemHeightSmall = 69;
  1288. public static int Theme_listPreferredItemPaddingLeft = 71;
  1289. public static int Theme_listPreferredItemPaddingRight = 72;
  1290. public static int Theme_panelBackground = 77;
  1291. public static int Theme_panelMenuListTheme = 79;
  1292. public static int Theme_panelMenuListWidth = 78;
  1293. public static int Theme_popupMenuStyle = 60;
  1294. public static int Theme_popupWindowStyle = 61;
  1295. public static int Theme_radioButtonStyle = 104;
  1296. public static int Theme_ratingBarStyle = 105;
  1297. public static int Theme_searchViewStyle = 67;
  1298. public static int Theme_selectableItemBackground = 52;
  1299. public static int Theme_selectableItemBackgroundBorderless = 53;
  1300. public static int Theme_spinnerDropDownItemStyle = 47;
  1301. public static int Theme_spinnerStyle = 106;
  1302. public static int Theme_switchStyle = 107;
  1303. public static int Theme_textAppearanceLargePopupMenu = 40;
  1304. public static int Theme_textAppearanceListItem = 75;
  1305. public static int Theme_textAppearanceListItemSmall = 76;
  1306. public static int Theme_textAppearanceSearchResultSubtitle = 65;
  1307. public static int Theme_textAppearanceSearchResultTitle = 64;
  1308. public static int Theme_textAppearanceSmallPopupMenu = 41;
  1309. public static int Theme_textColorAlertDialogListItem = 94;
  1310. public static int Theme_textColorSearchUrl = 66;
  1311. public static int Theme_toolbarNavigationButtonStyle = 59;
  1312. public static int Theme_toolbarStyle = 58;
  1313. public static int Theme_windowActionBar = 2;
  1314. public static int Theme_windowActionBarOverlay = 4;
  1315. public static int Theme_windowActionModeOverlay = 5;
  1316. public static int Theme_windowFixedHeightMajor = 9;
  1317. public static int Theme_windowFixedHeightMinor = 7;
  1318. public static int Theme_windowFixedWidthMajor = 6;
  1319. public static int Theme_windowFixedWidthMinor = 8;
  1320. public static int Theme_windowMinWidthMajor = 10;
  1321. public static int Theme_windowMinWidthMinor = 11;
  1322. public static int Theme_windowNoTitle = 3;
  1323. public static int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d2, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0 };
  1324. public static int Toolbar_android_gravity = 0;
  1325. public static int Toolbar_android_minHeight = 1;
  1326. public static int Toolbar_collapseContentDescription = 19;
  1327. public static int Toolbar_collapseIcon = 18;
  1328. public static int Toolbar_contentInsetEnd = 6;
  1329. public static int Toolbar_contentInsetLeft = 7;
  1330. public static int Toolbar_contentInsetRight = 8;
  1331. public static int Toolbar_contentInsetStart = 5;
  1332. public static int Toolbar_logo = 4;
  1333. public static int Toolbar_logoDescription = 22;
  1334. public static int Toolbar_maxButtonHeight = 17;
  1335. public static int Toolbar_navigationContentDescription = 21;
  1336. public static int Toolbar_navigationIcon = 20;
  1337. public static int Toolbar_popupTheme = 9;
  1338. public static int Toolbar_subtitle = 3;
  1339. public static int Toolbar_subtitleTextAppearance = 11;
  1340. public static int Toolbar_subtitleTextColor = 24;
  1341. public static int Toolbar_title = 2;
  1342. public static int Toolbar_titleMarginBottom = 16;
  1343. public static int Toolbar_titleMarginEnd = 14;
  1344. public static int Toolbar_titleMarginStart = 13;
  1345. public static int Toolbar_titleMarginTop = 15;
  1346. public static int Toolbar_titleMargins = 12;
  1347. public static int Toolbar_titleTextAppearance = 10;
  1348. public static int Toolbar_titleTextColor = 23;
  1349. public static int[] View = { 0x01010000, 0x010100da, 0x7f0100e1, 0x7f0100e2, 0x7f0100e3 };
  1350. public static int[] ViewBackgroundHelper = { 0x010100d4, 0x7f0100e4, 0x7f0100e5 };
  1351. public static int ViewBackgroundHelper_android_background = 0;
  1352. public static int ViewBackgroundHelper_backgroundTint = 1;
  1353. public static int ViewBackgroundHelper_backgroundTintMode = 2;
  1354. public static int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 };
  1355. public static int ViewStubCompat_android_id = 0;
  1356. public static int ViewStubCompat_android_inflatedId = 2;
  1357. public static int ViewStubCompat_android_layout = 1;
  1358. public static int View_android_focusable = 1;
  1359. public static int View_android_theme = 0;
  1360. public static int View_paddingEnd = 3;
  1361. public static int View_paddingStart = 2;
  1362. public static int View_theme = 4;
  1363. }
  1364. public static final class xml {
  1365. public static int preferences = 0x7f050000;
  1366. }
  1367. }