attrs.xml 326 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources xmlns:tools="http://schemas.android.com/tools">
  3. <declare-styleable name="SettingItemView" tools:ignore="ResourceName">
  4. <attr name="setting_image" format="reference" />
  5. <attr name="setting_text" format="string" />
  6. </declare-styleable>
  7. </resources>