- <?xml version="1.0" encoding="utf-8"?>
- <resources xmlns:tools="http://schemas.android.com/tools">
- <declare-styleable name="SettingItemView" tools:ignore="ResourceName">
- <attr name="setting_image" format="reference" />
- <attr name="setting_text" format="string" />
- </declare-styleable>
- </resources>
|