Subversion Repositories SmartDukaan

Rev

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:orientation="vertical" android:layout_width="match_parent"
    android:layout_height="match_parent">


    <RelativeLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:gravity="center"
        android:id="@+id/storeDocument"
     >

        <ImageView
            android:id="@+id/uploadimage"
            android:background="@drawable/pmnavigation"
            android:foregroundGravity="center"
            android:layout_width="35dp"
            android:layout_marginTop="5dp"
            android:layout_height="35dp"
            android:layout_alignParentLeft="true"
            android:layout_alignParentStart="true"
         />

    </RelativeLayout>

    <TextView
        android:text="ProfitMandi"
        android:layout_width="wrap_content"
        android:id="@+id/Imagebutton"
        android:textStyle="bold"
        android:textAppearance="?android:attr/textAppearanceLarge"
        android:textSize="20dp"
        android:layout_height="wrap_content"
        android:gravity="center"
        android:textColor="@color/green_tobe_used"
        android:layout_alignParentTop="true"
        android:layout_centerHorizontal="true"
        android:layout_alignBottom="@+id/storeDocument" />

</RelativeLayout>