2020-01-03 16:57:05 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
2020-10-22 22:48:57 +00:00
|
|
|
<bool name="isTablet">false</bool>
|
|
|
|
|
|
|
|
|
2020-01-03 16:57:05 +00:00
|
|
|
<declare-styleable name="Theme">
|
|
|
|
|
|
|
|
<attr name="fabTextColor" format="reference"/>
|
|
|
|
<attr name="fabLabelBackgroundColor" format="reference"/>
|
|
|
|
<attr name="fabShadowColor" format="reference"/>
|
|
|
|
|
|
|
|
</declare-styleable>
|
|
|
|
|
2020-09-12 21:37:45 +00:00
|
|
|
|
|
|
|
<declare-styleable name="FormEditText">
|
|
|
|
|
|
|
|
<attr name="android:text" />
|
|
|
|
<attr name="android:hint" />
|
|
|
|
<attr name="android:inputType" />
|
|
|
|
<attr name="android:selectAllOnFocus" />
|
2020-10-01 21:08:08 +00:00
|
|
|
<attr name="showPasswordToggle" format="boolean"/>
|
2020-09-12 21:37:45 +00:00
|
|
|
|
|
|
|
</declare-styleable>
|
|
|
|
|
|
|
|
|
|
|
|
<declare-styleable name="FormSectionTitle">
|
|
|
|
|
|
|
|
<attr name="android:text" />
|
|
|
|
|
|
|
|
</declare-styleable>
|
|
|
|
|
2020-09-28 14:54:44 +00:00
|
|
|
|
|
|
|
<declare-styleable name="FormLabelledValue">
|
|
|
|
|
|
|
|
<attr name="android:label" />
|
|
|
|
<attr name="android:value" />
|
|
|
|
|
|
|
|
</declare-styleable>
|
|
|
|
|
2020-10-16 22:54:11 +00:00
|
|
|
|
|
|
|
<declare-styleable name="FormSelectPeriod">
|
|
|
|
|
|
|
|
<attr name="android:label" />
|
|
|
|
<attr name="periodInMinutes" format="integer" />
|
|
|
|
|
|
|
|
</declare-styleable>
|
|
|
|
|
2020-01-03 16:57:05 +00:00
|
|
|
</resources>
|