style.xml 270 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <style
  4. name="my_edittext_style"
  5. parent="@android:style/Widget.EditText">
  6. <item
  7. name="android:background">@drawable/selector_edittext_bg
  8. </item>
  9. </style>
  10. </resources>