Subversion Repositories SmartDukaan

Rev

Rev 21481 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
21481 rajender 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"
22837 rajender 5
    android:background="@color/White"
21481 rajender 6
    android:padding="10dp" >
7
 
8
 
9
    <ImageView
10
        android:id="@+id/flag"
22837 rajender 11
        android:layout_centerHorizontal="true"
12
        android:layout_width="fill_parent"
13
        android:layout_height="fill_parent"
14
         />
21481 rajender 15
 
16
</RelativeLayout>