themes.xml 397 B

123456789
  1. <resources xmlns:tools="http://schemas.android.com/tools">
  2. <!-- Base application theme. -->
  3. <style name="Base.Theme.DexGuard" parent="Theme.Material3.DayNight.NoActionBar">
  4. <!-- Customize your light theme here. -->
  5. <!-- <item name="colorPrimary">@color/my_light_primary</item> -->
  6. </style>
  7. <style name="Theme.DexGuard" parent="Base.Theme.DexGuard" />
  8. </resources>