Guest User

jj

a guest
Dec 14th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.73 KB | None | 0 0
  1. <LinearLayout android:layout_height="match_parent"
  2.     android:layout_width="match_parent"
  3.     android:orientation="vertical"
  4.     android:layoutDirection="rtl"
  5.     xmlns:android="http://schemas.android.com/apk/res/android" >
  6.  
  7.     <TextView
  8.         android:layout_width="match_parent"
  9.         android:layout_height="wrap_content"
  10.         android:text="ברוך הבא לאפליקצית My Hero"
  11.         android:gravity="center"
  12.         android:layout_marginTop="20dp"
  13.         android:textSize="20sp"
  14.         android:textColor="#0d9304"
  15.         />
  16.     <TextView
  17.         android:layout_width="match_parent"
  18.         android:layout_height="wrap_content"
  19.         android:text="בה תוכל לקבל סיוע או לתת עזרה"
  20.         android:gravity="center"
  21.         android:textSize="20sp"
  22.         android:textColor="#0d9304"/>
  23.     <TextView
  24.         android:layout_width="match_parent"
  25.         android:layout_height="wrap_content"
  26.         android:text="למשתמשים מחוברים"
  27.         android:gravity="center"
  28.         android:textSize="20sp"
  29.         android:textColor="#0d9304"/>
  30.     <TextView
  31.         android:layout_width="match_parent"
  32.         android:layout_height="wrap_content"
  33.         android:text="לרישום משתמש חדש"
  34.         android:gravity="center"
  35.         android:layout_marginTop="20dp"
  36.         android:textSize="20sp"
  37.         android:textColor="#0d9304"/>
  38.     <TextView
  39.         android:layout_width="match_parent"
  40.         android:layout_height="wrap_content"
  41.         android:text="יש להזין את הפרטים אישיים"
  42.         android:gravity="center"
  43.         android:textSize="20sp"
  44.         android:textColor="#0d9304"
  45.         android:layout_marginBottom="30dp"/>
  46.  
  47. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment