14 lines
580 B
XML
14 lines
580 B
XML
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
<!-- Base application theme. -->
|
|
<style name="Base.Theme.Alltrans" parent="Theme.MaterialComponents.DayNight.NoActionBar.Bridge">
|
|
<!-- Customize your light theme here. -->
|
|
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
|
|
</style>
|
|
|
|
<style name="Theme.Alltrans" parent="Base.Theme.Alltrans" />
|
|
|
|
<style name="CustomBottomSheetDialogTheme" parent="Theme.Material3.Light.BottomSheetDialog">
|
|
<item name="backgroundTint">@color/white</item>
|
|
|
|
</style>
|
|
</resources> |