jmtoast.xml 877 B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout android:background="@drawable/jmautologinb" android:padding="5.0dip" android:layout_width="wrap_content" android:layout_height="45.0dip"
  3. xmlns:android="http://schemas.android.com/apk/res/android">
  4. <LinearLayout android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerHorizontal="true" android:layout_centerVertical="true">
  5. <TextView android:textSize="18.0sp" android:textColor="@color/jmfont_white" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/toast_welcome_msg" />
  6. <TextView android:textSize="18.0sp" android:textColor="@color/jmfont_white" android:id="@id/tvuser" android:layout_width="wrap_content" android:layout_height="wrap_content" />
  7. </LinearLayout>
  8. </RelativeLayout>