Subversion Repositories AndroidProjects

Rev

Rev 353 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
   xmlns:android="http://schemas.android.com/apk/res/android"
   android:id="@+id/layout"
   android:layout_width="match_parent"
   android:layout_height="match_parent"
   android:layout_margin="2dip"
   android:background="@drawable/bg"
        >



    <ImageView
       android:id="@+id/timeview"
       android:layout_width="wrap_content"
       android:layout_height="fill_parent"
       android:layout_alignParentLeft="true"
       android:layout_gravity="left|center_vertical"
       android:scaleType="center" />
   


        <ImageView
            android:id="@+id/dateview"
            android:layout_width="wrap_content"
            android:layout_height="fill_parent"
            android:layout_alignParentRight="true"
            android:layout_gravity="right|center_vertical"
            android:scaleType="center" />
   
</RelativeLayout>