Select Git revision
welcome_side4.xml
welcome_side4.xml 1.50 KiB
<?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"
android:orientation="vertical" android:layout_width="match_parent"
android:background="@color/bg_screen4"
android:layout_height="match_parent">
<ImageView
android:id="@+id/imageView6"
android:layout_width="200dp"
android:layout_height="200dp"
android:src="@drawable/permissions"
android:layout_marginTop="63dp"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true" />
<TextView
android:id="@+id/textView9"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/imageView6"
android:layout_centerHorizontal="true"
android:text="Permissions"
android:textSize="24sp"
android:textStyle="bold" />
<TextView
android:id="@+id/textView12"
android:layout_width="280dp"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_below="@+id/textView9"
android:layout_marginTop="21dp"
android:layout_toStartOf="@+id/imageView6"
android:text="Permissions Needed :\n\n * \tACCESS LOCATION\n * \tSEND / RECEIVE SMS\n *\tREAD CONTACTS "
android:textAlignment="textStart"
android:textSize="18sp" />
</RelativeLayout>