Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 23410 |
tejbeer |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
3 |
android:layout_width="match_parent"
|
|
|
4 |
android:layout_height="match_parent"
|
|
|
5 |
android:background="@color/White"
|
|
|
6 |
android:padding="10dp" >
|
|
|
7 |
|
|
|
8 |
|
|
|
9 |
<ImageView
|
|
|
10 |
android:id="@+id/flag"
|
|
|
11 |
android:layout_centerHorizontal="true"
|
|
|
12 |
android:layout_width="fill_parent"
|
|
|
13 |
android:layout_height="fill_parent"
|
|
|
14 |
/>
|
|
|
15 |
|
|
|
16 |
</RelativeLayout>
|