<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:background="@drawable/my_toast_rounded_corner_error"
|
>
|
<TextView
|
android:layout_marginLeft="@dimen/w25"
|
android:layout_marginRight="@dimen/w25"
|
android:layout_marginTop="@dimen/h11"
|
android:layout_marginBottom="@dimen/h11"
|
android:id="@+id/text"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:gravity="center"
|
android:textColor="@color/white"
|
android:textSize="@dimen/h19"
|
android:text="test"
|
/>
|
</LinearLayout>
|