narimetisaigopi

custom_toast.xml

Jan 16th, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="vertical"
  4. android:layout_width="match_parent"
  5. android:background="@color/colorAccent"
  6. android:id="@+id/root"
  7. android:layout_height="wrap_content">
  8.  
  9. <ImageView
  10. android:layout_width="match_parent"
  11. android:layout_height="wrap_content"
  12. android:id="@+id/imageview"
  13. android:src="@mipmap/ic_launcher"/>
  14.  
  15. <TextView
  16. android:layout_width="wrap_content"
  17. android:layout_height="wrap_content"
  18. android:textSize="30sp"
  19. android:id="@+id/title"
  20. android:layout_gravity="center"
  21. android:text="Happy Coding ...."/>
  22.  
  23. </LinearLayout>
Add Comment
Please, Sign In to add comment