android: graphical layout doesnt match emulator with same screen size -


when hit emulate or use app on smartphone, looks different graphical layout editing, more height gets messed up

my graphical layout xml this:

<scrollview xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/scrollview1" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".mainactivity" >  <linearlayout     android:layout_width="fill_parent"     android:layout_height="fill_parent"     android:orientation="vertical"     android:gravity="center" >      <relativelayout         android:layout_width="1050dp"         android:layout_height="1450dp"         android:background="@drawable/backright3" > 

and have 100 textviews in relativelayout. know goes wrong when emulate? seems fine on edit mode. messes height, when use same screen (edit mode/emulator)

(edit) pics: on edit mode: http://s9.postimg.org/xlzho12yn/screen1.png on emulator: http://s28.postimg.org/x826qezwt/screenemulator.png (some textviews dont appear because programmed so)


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -