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

welcome_side3.xml

Blame
  • welcome_side3.xml 1.64 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_screen3"
        android:layout_height="match_parent">
    
    
        <ImageView
            android:id="@+id/imageView5"
            android:layout_width="200dp"
            android:layout_height="wrap_content"
            android:layout_marginTop="97dp"
            android:src="@drawable/dualsim"
            android:layout_alignParentTop="true"
            android:layout_alignLeft="@+id/textView2"
            android:layout_alignStart="@+id/textView2" />
    
        <TextView
            android:id="@+id/textView2"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_below="@+id/imageView5"
            android:layout_centerHorizontal="true"
            android:text="DUAL SIM Phone?"
            android:textAlignment="center"
            android:textSize="24sp"
            android:textStyle="bold" />
    
        <TextView
            android:id="@+id/textView8"
            android:layout_width="300dp"
            android:layout_height="wrap_content"
            android:layout_marginTop="27dp"
            android:text="Select a Default SIM for SMS for KeepMeSafe to Work Properly"
            android:textAlignment="textStart"
            android:textSize="18dp"
            android:textStyle="italic"
            android:layout_marginRight="12dp"
            android:layout_marginEnd="12dp"
            android:layout_below="@+id/textView2"
            android:layout_alignParentRight="true"
            android:layout_alignParentEnd="true" />
    </RelativeLayout>