Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context=".StartActivity"
- android:background="@color/colorPrimaryDark">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerInParent="true"
- android:text="Welcome to Lapit Chat App"
- android:textColor="@android:color/white"
- android:textSize="24sp"
- android:id="@+id/welcome"/>
- <Button
- android:id="@+id/log_in_button"
- android:layout_width="200dp"
- android:layout_height="wrap_content"
- android:layout_below="@+id/welcome"
- android:layout_centerHorizontal="true"
- android:layout_marginTop="39dp"
- android:backgroundTint="@color/colorAccent"
- android:text="@string/already_have_account" />
- <Button
- android:id="@+id/start_reg_button"
- android:layout_width="200dp"
- android:layout_height="wrap_content"
- android:layout_below="@id/log_in_button"
- android:layout_centerHorizontal="true"
- android:backgroundTint="@android:color/white"
- android:text="@string/need_a_new_account" />
- </RelativeLayout>
- <!-- android:layout_marginBottom="170dp"-->
- <!-- android:layout_marginBottom="235dp"-->
Advertisement
Add Comment
Please, Sign In to add comment