Clockplus/app/src/main/res/values/styles_alarm.xml

10 lines
404 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AlarmDayToggle">
<item name="android:layout_width">0dp</item>
<item name="android:layout_height">match_parent</item>
<item name="android:layout_weight">1</item>
<item name="android:textAllCaps">true</item>
<item name="android:background">?selectableItemBackground</item>
</style>
</resources>