BankingClient/ui/BankingAndroidApp/src/main/res/values/attrs.xml

49 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="isTablet">false</bool>
<declare-styleable name="Theme">
<attr name="fabTextColor" format="reference"/>
<attr name="fabLabelBackgroundColor" format="reference"/>
<attr name="fabShadowColor" format="reference"/>
</declare-styleable>
<declare-styleable name="FormEditText">
<attr name="android:text" />
<attr name="android:hint" />
<attr name="android:inputType" />
<attr name="android:selectAllOnFocus" />
<attr name="showPasswordToggle" format="boolean"/>
</declare-styleable>
<declare-styleable name="FormSectionTitle">
<attr name="android:text" />
</declare-styleable>
<declare-styleable name="FormLabelledValue">
<attr name="android:label" />
<attr name="android:value" />
</declare-styleable>
<declare-styleable name="FormSelectPeriod">
<attr name="android:label" />
<attr name="periodInMinutes" format="integer" />
</declare-styleable>
</resources>