2021-02-08 18:41:49 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-06-29 02:35:14 +02:00
|
|
|
<resources>
|
2020-04-18 23:40:18 +02:00
|
|
|
|
2021-02-08 18:41:49 +01:00
|
|
|
<style name="RoundedAppImage">
|
|
|
|
<item name="cornerFamily">rounded</item>
|
|
|
|
<item name="cornerSize">6dp</item>
|
2019-12-10 21:51:02 +01:00
|
|
|
</style>
|
2020-04-18 23:40:18 +02:00
|
|
|
|
2021-02-08 18:41:49 +01:00
|
|
|
<style name="ChipChoice.Material">
|
2021-10-14 16:18:24 +02:00
|
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
2021-02-08 18:41:49 +01:00
|
|
|
<item name="colorOnPrimary">@color/colorPrimary</item>
|
|
|
|
</style>
|
2020-04-18 23:40:18 +02:00
|
|
|
|
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-30 21:39:21 +02:00
|
|
|
</style>
|
2019-06-29 02:35:14 +02:00
|
|
|
</resources>
|