I want to develop a application on Samsung Galaxy.
The resolution is 1024 * 600
My mainlayout should look like this:

http://office.techniconsulting.be/~peeters/eclipse_screenshot.jpg

I've a left image (296 *600) and right image (728 * 600) as
background.
mail.xml looks like:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/
android"
    android:orientation="horizontal" android:layout_height="600px"
android:layout_width="1024px">

      <LinearLayout android:id="@+id/LinearLayout01"
android:background="@drawable/frame_left"     android:gravity="left"
android:layout_width="296px" android:layout_height="600px"></
LinearLayout>
<RelativeLayout android:id="@+id/RelativeLayout01"
android:gravity="right" android:background="@drawable/
frame_right_kelder" android:layout_width="728px"
android:layout_height="600px"></RelativeLayout>
</LinearLayout>


Whwen I run it in the simulator it looks like:

http://office.techniconsulting.be/~peeters/emulator_screenshot.jpg

Is it not possible to work with pixel height en width in the emulator?

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

Reply via email to