Blame | Last modification | View Log | RSS feed
<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="match_parent"android:layout_height="match_parent"android:background="@color/green_tobe_used"android:padding="10dp" ><TextViewandroid:gravity="start"android:layout_centerHorizontal="true"android:id="@+id/openingText"android:textSize="30dp"android:textColor="@color/White"android:layout_marginLeft="7dp"android:layout_marginRight="7dp"android:layout_width="300dp"android:layout_height="wrap_content" /><TextViewandroid:gravity="start"android:layout_centerHorizontal="true"android:id="@+id/secondText"android:layout_marginTop="4dp"android:textSize="17dp"android:layout_marginLeft="7dp"android:layout_marginRight="7dp"android:layout_below="@+id/openingText"android:textColor="@color/Black"android:layout_width="300dp"android:layout_height="wrap_content" /><ImageViewandroid:id="@+id/flag"android:layout_below="@+id/secondText"android:layout_width="wrap_content"android:layout_height="wrap_content"android:padding="1dp" /></RelativeLayout>