Skip to content
Snippets Groups Projects
Select Git revision
  • c0428758d5e89d1456979343fb4f32a224405935
  • master default
2 results

welcome_side1.xml

Blame
  • welcome_side1.xml 712 B
    <?xml version="1.0" encoding="utf-8"?>
    <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:orientation="vertical" android:layout_width="match_parent"
        android:background="@color/bg_screen1"
        android:layout_height="match_parent">
    
    
        <TextView
            android:id="@+id/textView4"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginTop="25dp"
            android:text="Welcome to KeepMeSafe"
            android:textAlignment="center"
            android:textSize="30sp"
            android:textStyle="bold"
            android:layout_alignParentTop="true"
            android:layout_centerHorizontal="true" />
    </RelativeLayout>