aboutsummaryrefslogtreecommitdiff
path: root/res/layout/toast_view.xml
blob: fab39b66dd0b42d74090b1ce654ee05e3f0bb7b9 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:background="#000000"
    android:gravity="center_vertical|center_horizontal"
    android:padding="10dp" />