Guest User

Untitled

a guest
May 11th, 2020
671
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.08 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="vertical"
  8.    tools:context=".MainActivity">
  9.  
  10.     <ScrollView
  11.        android:layout_width="match_parent"
  12.        android:layout_height="match_parent">
  13.  
  14.         <LinearLayout
  15.            android:layout_width="match_parent"
  16.            android:layout_height="match_parent"
  17.            android:orientation="vertical">
  18.  
  19.             <TextView
  20.                android:layout_width="wrap_content"
  21.                android:layout_height="wrap_content"
  22.                android:layout_marginRight="10dp"
  23.                android:text="Hello World"
  24.                android:textSize="50dp"></TextView>
  25.  
  26.             <TextView
  27.                android:layout_width="wrap_content"
  28.                android:layout_height="wrap_content"
  29.                android:layout_marginRight="10dp"
  30.                android:text="Hello World"
  31.                android:textSize="50dp"></TextView>
  32.  
  33.             <TextView
  34.                android:layout_width="wrap_content"
  35.                android:layout_height="wrap_content"
  36.                android:layout_marginRight="10dp"
  37.                android:text="Hello World"
  38.                android:textSize="50dp"></TextView>
  39.  
  40.             <TextView
  41.                android:layout_width="wrap_content"
  42.                android:layout_height="wrap_content"
  43.                android:layout_marginRight="10dp"
  44.                android:text="Hello World"
  45.                android:textSize="50dp"></TextView>
  46.  
  47.             <TextView
  48.                android:layout_width="wrap_content"
  49.                android:layout_height="wrap_content"
  50.                android:layout_marginRight="10dp"
  51.                android:text="Hello World"
  52.                android:textSize="50dp"></TextView>
  53.  
  54.             <TextView
  55.                android:layout_width="wrap_content"
  56.                android:layout_height="wrap_content"
  57.                android:layout_marginRight="10dp"
  58.                android:text="Hello World"
  59.                android:textSize="50dp"></TextView>
  60.  
  61.             <TextView
  62.                android:layout_width="wrap_content"
  63.                android:layout_height="wrap_content"
  64.                android:layout_marginRight="10dp"
  65.                android:text="Hello World"
  66.                android:textSize="50dp"></TextView>
  67.  
  68.             <TextView
  69.                android:layout_width="wrap_content"
  70.                android:layout_height="wrap_content"
  71.                android:layout_marginRight="10dp"
  72.                android:text="Hello World"
  73.                android:textSize="50dp"></TextView>
  74.  
  75.             <TextView
  76.                android:layout_width="wrap_content"
  77.                android:layout_height="wrap_content"
  78.                android:layout_marginRight="10dp"
  79.                android:text="Hello World"
  80.                android:textSize="50dp"></TextView>
  81.  
  82.             <TextView
  83.                android:layout_width="wrap_content"
  84.                android:layout_height="wrap_content"
  85.                android:layout_marginRight="10dp"
  86.                android:text="Hello World"
  87.                android:textSize="50dp"></TextView>
  88.  
  89.             <TextView
  90.                android:layout_width="wrap_content"
  91.                android:layout_height="wrap_content"
  92.                android:layout_marginRight="10dp"
  93.                android:text="Hello World"
  94.                android:textSize="50dp"></TextView>
  95.  
  96.             <TextView
  97.                android:layout_width="wrap_content"
  98.                android:layout_height="wrap_content"
  99.                android:layout_marginRight="10dp"
  100.                android:text="Hello World"
  101.                android:textSize="50dp"></TextView>
  102.  
  103.             <TextView
  104.                android:layout_width="wrap_content"
  105.                android:layout_height="wrap_content"
  106.                android:layout_marginRight="10dp"
  107.                android:text="Hello World"
  108.                android:textSize="50dp"></TextView>
  109.  
  110.             <TextView
  111.                android:layout_width="wrap_content"
  112.                android:layout_height="wrap_content"
  113.                android:layout_marginRight="10dp"
  114.                android:text="Hello World"
  115.                android:textSize="50dp"></TextView>
  116.  
  117.             <TextView
  118.                android:layout_width="wrap_content"
  119.                android:layout_height="wrap_content"
  120.                android:layout_marginRight="10dp"
  121.                android:text="Hello World"
  122.                android:textSize="50dp"></TextView>
  123.  
  124.             <TextView
  125.                android:layout_width="wrap_content"
  126.                android:layout_height="wrap_content"
  127.                android:layout_marginRight="10dp"
  128.                android:text="Hello World"
  129.                android:textSize="50dp"></TextView>
  130.  
  131.         </LinearLayout>
  132.  
  133.  
  134.     </ScrollView>
  135.  
  136.  
  137. </LinearLayout>
Add Comment
Please, Sign In to add comment