Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <LinearLayout android:layout_height="match_parent"
- android:layout_width="match_parent"
- android:orientation="vertical"
- android:layoutDirection="rtl"
- xmlns:android="http://schemas.android.com/apk/res/android" >
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="ברוך הבא לאפליקצית My Hero"
- android:gravity="center"
- android:layout_marginTop="20dp"
- android:textSize="20sp"
- android:textColor="#0d9304"
- />
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="בה תוכל לקבל סיוע או לתת עזרה"
- android:gravity="center"
- android:textSize="20sp"
- android:textColor="#0d9304"/>
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="למשתמשים מחוברים"
- android:gravity="center"
- android:textSize="20sp"
- android:textColor="#0d9304"/>
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="לרישום משתמש חדש"
- android:gravity="center"
- android:layout_marginTop="20dp"
- android:textSize="20sp"
- android:textColor="#0d9304"/>
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="יש להזין את הפרטים אישיים"
- android:gravity="center"
- android:textSize="20sp"
- android:textColor="#0d9304"
- android:layout_marginBottom="30dp"/>
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment