2021-02-08 18:41:49 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-06-28 20:35:14 -04:00
|
|
|
<resources>
|
2020-04-19 03:10:18 +05:30
|
|
|
|
2021-02-08 18:41:49 +01:00
|
|
|
<style name="RoundedAppImage">
|
|
|
|
<item name="cornerFamily">rounded</item>
|
|
|
|
<item name="cornerSize">6dp</item>
|
2019-12-11 02:21:02 +05:30
|
|
|
</style>
|
2020-04-19 03:10:18 +05:30
|
|
|
|
2021-02-08 18:41:49 +01:00
|
|
|
<style name="ChipChoice.Material">
|
2021-10-14 19:48:24 +05:30
|
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
2021-02-08 18:41:49 +01:00
|
|
|
<item name="colorOnPrimary">@color/colorPrimary</item>
|
|
|
|
</style>
|
2020-04-19 03:10:18 +05:30
|
|
|
|
2021-02-08 18:41:49 +01:00
|
|
|
<style name="ChipChoice" parent="Widget.MaterialComponents.Chip.Choice">
|
|
|
|
<item name="android:textAllCaps">true</item>
|
|
|
|
<item name="chipStartPadding">8dp</item>
|
|
|
|
<item name="chipEndPadding">8dp</item>
|
|
|
|
<item name="materialThemeOverlay">@style/ChipChoice.Material</item>
|
|
|
|
<item name="shapeAppearance">@style/ShapeAppearance.MaterialComponents.LargeComponent</item>
|
2020-03-31 01:09:21 +05:30
|
|
|
</style>
|
2019-06-28 20:35:14 -04:00
|
|
|
</resources>
|