Guest User

Untitled

a guest
May 11th, 2020
668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.09 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    xmlns:app="http://schemas.android.com/apk/res-auto"
  4.    xmlns:tools="http://schemas.android.com/tools"
  5.    android:layout_width="match_parent"
  6.    android:layout_height="match_parent"
  7.    android:orientation="horizontal"
  8.    android:weightSum="1000"
  9.    tools:context=".MainActivity">
  10.  
  11.  
  12.     <TextView
  13.        android:layout_width="0dp"
  14.        android:layout_height="wrap_content"
  15.        android:layout_marginRight="10dp"
  16.        android:layout_weight="333"
  17.        android:text="Hello World"></TextView>
  18.  
  19.     <TextView
  20.        android:layout_width="0dp"
  21.        android:layout_height="wrap_content"
  22.        android:layout_marginRight="10dp"
  23.        android:layout_weight="333"
  24.        android:text="Hello World"></TextView>
  25.  
  26.     <TextView
  27.        android:layout_width="0dp"
  28.        android:layout_height="wrap_content"
  29.        android:layout_marginRight="10dp"
  30.        android:layout_weight="333"
  31.        android:text="Hello World"></TextView>
  32.  
  33.  
  34. </LinearLayout>
Add Comment
Please, Sign In to add comment