Guest User

Untitled

a guest
Dec 15th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. override fun onCreate(savedInstanceState: Bundle?) {
  2. super.onCreate(savedInstanceState)
  3. setContentView(R.layout.activity_main)
  4. }
  5.  
  6. > <?xml version="1.0" encoding="utf-8"?> <LinearLayout
  7. > android:layout_width="match_parent"
  8. > android:layout_height="match_parent"
  9. > android:orientation="vertical"
  10. > xmlns:android="http://schemas.android.com/apk/res/android"> <ImageView
  11. > android:layout_width="80dp"
  12. > android:layout_height="80dp"
  13. > android:layout_gravity="center"
  14. > android:src="@drawable/tony_stark_small"
  15. > android:layout_marginBottom="8dp"
  16. > android:contentDescription="App"/> <TextView
  17. > android:layout_width="wrap_content"
  18. > android:layout_height="wrap_content"
  19. > android:text="Tony Stark"
  20. > android:layout_gravity="center"
  21. > android:textStyle="bold"
  22. > android:textSize="24sp"
  23. > android:textColor="#222222"/> </LinearLayout>
Add Comment
Please, Sign In to add comment