Weather/res/layout/layout_toast.xml
2021-05-10 10:13:34 +02:00

5 lines
578 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="12.0dip" android:textColor="@android:color/white" android:gravity="center" android:layout_gravity="center" android:id="@id/content" android:background="@drawable/toast_bg" android:padding="10.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="15.0dip" android:layout_marginRight="15.0dip" />
</FrameLayout>