You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
385 B
12 lines
385 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!-- Thanks to http://hustleplay.wordpress.com/2009/07/23/replicating-default-android-toast/ ! -->
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<solid android:color="#99000000"/>
|
|
<padding
|
|
android:left="40dp"
|
|
android:top="40dp"
|
|
android:right="40dp"
|
|
android:bottom="40dp" />
|
|
<corners android:radius="10dp" />
|
|
</shape> |