Advertisement
darren0112ee

rounded_edittext

Mar 10th, 2011
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:shape="rectangle"
  5. android:padding="8dip">
  6. <solid android:color="#FFFFFF"/>
  7. <corners
  8. android:bottomRightRadius="15dip"
  9. android:bottomLeftRadius="15dip"
  10. android:topLeftRadius="15dip"
  11. android:topRightRadius="15dip"/>
  12. </shape>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement