| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <resources> |
| | | <resources xmlns:tools="http://schemas.android.com/tools"> |
| | | |
| | | <declare-styleable name="TitleBarView"> |
| | | <attr name="leftDrawable" format="reference"/> |
| | |
| | | </style> |
| | | |
| | | <style name="titlebar"> |
| | | <item name="android:id" tools:ignore="AaptCrash">@+id/title_bar</item> |
| | | <item name="android:layout_width">match_parent</item> |
| | | <item name="android:layout_height">?attr/actionBarSize</item> |
| | | <item name="android:background">@color/white</item> |
| | |
| | | <item name="android:paddingLeft">@dimen/default_margin_lr</item> |
| | | <item name="android:paddingRight">@dimen/default_margin_lr</item> |
| | | </style> |
| | | |
| | | <declare-styleable name="PasswordInputView"> |
| | | <attr name="borderColor" format="color" /> |
| | | <attr name="borderWidth" format="dimension" /> |
| | | <attr name="borderRadius" format="dimension" /> |
| | | <attr name="passwordLength" format="integer" /> |
| | | <attr name="passwordColor" format="color" /> |
| | | <attr name="passwordWidth" format="dimension" /> |
| | | <attr name="passwordRadius" format="dimension" /> |
| | | </declare-styleable> |
| | | |
| | | |
| | | <style name="item_num"> |
| | | <item name="android:layout_width">match_parent</item> |
| | | <item name="android:layout_height">match_parent</item> |
| | | <item name="android:gravity">center</item> |
| | | <item name="android:background">@drawable/bg_num</item> |
| | | <item name="android:textColor">@color/black</item> |
| | | <item name="android:textSize">44sp</item> |
| | | </style> |
| | | |
| | | </resources> |