Advertisement
RickRez

Deny

Aug 27th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.88 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:layout_width="match_parent"
  4.    android:layout_height="match_parent">
  5.  
  6.     <LinearLayout
  7.        android:layout_width="match_parent"
  8.        android:layout_height="match_parent"
  9.        android:background="@color/colorRed"
  10.        android:orientation="horizontal"
  11.        android:padding="10dp">
  12.  
  13.         <TextView
  14.            android:layout_width="0dp"
  15.            android:layout_height="wrap_content"
  16.            android:layout_weight="1" />
  17.  
  18.         <Button
  19.            android:layout_width="50dp"
  20.            android:layout_height="50dp"
  21.            />
  22.  
  23.         <TextView
  24.            android:layout_width="0dp"
  25.            android:layout_height="wrap_content"
  26.            android:layout_weight="1" />
  27.  
  28.         <Button
  29.            android:layout_width="50dp"
  30.            android:layout_height="50dp" />
  31.  
  32.         <TextView
  33.            android:layout_width="0dp"
  34.            android:layout_height="wrap_content"
  35.            android:layout_weight="1" />
  36.  
  37.         <Button
  38.            android:layout_width="50dp"
  39.            android:layout_height="50dp" />
  40.  
  41.         <TextView
  42.            android:layout_width="0dp"
  43.            android:layout_height="wrap_content"
  44.            android:layout_weight="1" />
  45.  
  46.         <Button
  47.            android:layout_width="50dp"
  48.            android:layout_height="50dp" />
  49.  
  50.         <TextView
  51.            android:layout_width="0dp"
  52.            android:layout_height="wrap_content"
  53.            android:layout_weight="1" />
  54.  
  55.         <Button
  56.            android:layout_width="50dp"
  57.            android:layout_height="50dp" />
  58.  
  59.         <TextView
  60.            android:layout_width="0dp"
  61.            android:layout_height="wrap_content"
  62.            android:layout_weight="1" />
  63.     </LinearLayout>
  64.    
  65. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement