jmtoast.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="wrap_content"
  5. android:layout_height="45dp"
  6. android:padding="5dp"
  7. android:background="@drawable/jmautologinb"
  8. >
  9. <LinearLayout
  10. android:layout_width="wrap_content"
  11. android:layout_height="wrap_content"
  12. android:layout_centerHorizontal="true"
  13. android:layout_centerVertical="true"
  14. android:orientation="horizontal" >
  15. <TextView
  16. android:layout_width="wrap_content"
  17. android:layout_height="wrap_content"
  18. android:text="@string/toast_welcome_msg"
  19. android:textColor="@color/jmfont_white"
  20. android:textSize="18sp" />
  21. <TextView
  22. android:layout_width="wrap_content"
  23. android:layout_height="wrap_content"
  24. android:id="@+id/tvuser"
  25. tools:text="12345678912"
  26. android:textColor="@color/jmfont_white"
  27. android:textSize="18sp" />
  28. </LinearLayout>
  29. </RelativeLayout>