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.
6 lines
723 B
6 lines
723 B
<?xml version="1.0" encoding="utf-8"?> |
|
<RelativeLayout android:paddingLeft="10.0dip" android:paddingRight="10.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" |
|
xmlns:android="http://schemas.android.com/apk/res/android"> |
|
<TextView android:textColor="#ffffffff" android:id="@id/toast_text" android:background="@drawable/toast_bg" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_alignParentTop="true" /> |
|
<ImageView android:id="@id/toast_icon" android:layout_width="@dimen/toast_wh" android:layout_height="32.0dip" android:layout_alignParentLeft="true" android:layout_alignParentTop="true" /> |
|
</RelativeLayout> |