Hi

here is my XML file


<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
  xmlns:android="http://schemas.android.com/apk/res/android";
  android:layout_width="fill_parent"
  android:layout_height="fill_parent"
  android:screenOrientation="portrait"
  android:orientation="vertical" >


<TextView
android:layout_height="44dip"
android:id="@+id/toolbar"
android:layout_alignParentTop="true"
android:background="@drawable/toolbar"
android:text="SIGN IN"
android:gravity="center"
android:textSize="18px"
android:textColor="#000"
android:layout_width="fill_parent">
</TextView>

  <ImageButton
  android:layout_alignParentRight="true"
  android:layout_alignParentTop="true"
  android:id="@+id/skridttaellerHome"
  android:src="@drawable/signup"
  android:focusable="true"
  android:background="#0000"
  android:scaleType="fitXY"
  android:layout_width="62dip"
  android:layout_height="32dip"
  android:layout_marginTop="6dip"
  android:layout_marginBottom="6dip"
  android:layout_marginRight="6dip">
  </ImageButton>
  </RelativeLayout>

while exicuting the xml file , it does not shows the text  (SIGN IN) in the
textview ,

plse help me






[image: device.png]


Thanks
 Ratheeesh CN

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

<<device.png>>

Reply via email to