- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout android:background="@drawable/jmautologinb" android:padding="5.0dip" android:layout_width="wrap_content" android:layout_height="45.0dip"
- xmlns:android="http://schemas.android.com/apk/res/android">
- <LinearLayout android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerHorizontal="true" android:layout_centerVertical="true">
- <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" />
- <TextView android:textSize="18.0sp" android:textColor="@color/jmfont_white" android:id="@id/tvuser" android:layout_width="wrap_content" android:layout_height="wrap_content" />
- </LinearLayout>
- </RelativeLayout>
|