Home | History | Annotate | Download | only in drawable
      1 <?xml version="1.0" encoding="UTF-8" ?>
      2 <!-- Thanks to http://hustleplay.wordpress.com/2009/07/23/replicating-default-android-toast/ ! -->
      3 <shape xmlns:android="http://schemas.android.com/apk/res/android">
      4 
      5 <solid android:color="#99000000"/>
      6 <padding 
      7 	android:left="40dp" 
      8 	android:top="40dp"
      9 	android:right="40dp" 
     10 	android:bottom="40dp" />
     11 <corners android:radius="10dp" />
     12 </shape>