jmtoast.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132
  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. <LinearLayout
  9. android:layout_width="wrap_content"
  10. android:layout_height="wrap_content"
  11. android:layout_centerHorizontal="true"
  12. android:layout_centerVertical="true"
  13. android:orientation="horizontal">
  14. <TextView
  15. android:layout_width="wrap_content"
  16. android:layout_height="wrap_content"
  17. android:text="@string/toast_welcome_msg"
  18. android:textColor="@color/jmfont_white"
  19. android:textSize="18sp"/>
  20. <TextView
  21. android:layout_width="wrap_content"
  22. android:layout_height="wrap_content"
  23. android:id="@+id/tvuser"
  24. tools:text="12345678912"
  25. android:textColor="@color/jmfont_white"
  26. android:textSize="18sp"/>
  27. </LinearLayout>
  28. </RelativeLayout>