2016-08-04 26 views
0

Appearance look like this when I run in EmulatorAussehen Arbeit richtig in Emulator aber nicht in Echtgeräte

But When I run in real device it look like this.

siehe Link Bild Referenz.

was scheint das Problem Jungs?

bitte fragen Sie mich, welchen Code ich einfügen soll, damit Sie überprüfen können.

danke!

Edited -

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 
    android:layout_width="match_parent" 
    android:layout_height="match_parent" 
    android:orientation="vertical"> 

    <FrameLayout 
     android:layout_width="match_parent" 
     android:layout_height="wrap_content" 
     android:orientation="vertical"> 

     <ImageView 
      android:id="@+id/test_image" 
      android:layout_width="fill_parent" 
      android:layout_height="wrap_content" 
      android:contentDescription="@string/menu_display_image" 
      android:src="@drawable/iinterior"></ImageView> 

     <View 
      android:layout_width="fill_parent" 
      android:layout_height="60dp" 
      android:layout_gravity="top" 
      android:background="#AA000000"></View> 

     <TextView 
      android:id="@+id/title" 
      android:layout_width="fill_parent" 
      android:layout_height="wrap_content" 
      android:layout_gravity="top|right" 
      android:padding="10dp" 
      android:text="@string/text_goes_here" 
      android:textColor="@android:color/white" 
      android:textSize="30dp" /> 

    </FrameLayout> 

    <LinearLayout 
     android:layout_width="match_parent" 
     android:layout_height="wrap_content" 
     android:orientation="horizontal"> 

     <Button 
      android:id="@+id/fragment_button_center" 
      android:layout_width="fill_parent" 
      android:layout_height="wrap_content" 
      android:layout_gravity="top" 
      android:layout_weight="50" 
      android:background="@drawable/butt_purple" 
      android:padding="5dp" 
      android:shadowColor="@android:color/white" 
      android:shadowDx="1" 
      android:shadowDy="1" 
      android:shadowRadius="10" 
      android:text="@string/add_to_my_menu" 
      android:textSize="18dp" /> 

     <Button 
      android:id="@+id/fragment_button_left" 
      android:layout_width="fill_parent" 
      android:layout_height="wrap_content" 
      android:layout_gravity="top" 
      android:layout_weight="50" 
      android:background="@drawable/butt_other" 
      android:padding="5dp" 
      android:shadowColor="@android:color/white" 
      android:shadowDx="1" 
      android:shadowDy="1" 
      android:shadowRadius="10" 
      android:text="View Order State" 
      android:textSize="18dp" /> 
    </LinearLayout> 

    <TextView 
     android:id="@+id/description" 
     android:layout_width="fill_parent" 
     android:layout_height="wrap_content" 
     android:layout_gravity="center" 
     android:padding="10dp" 
     android:text="@string/description" 
     android:textSize="20dp" /> 
</LinearLayout> 
+1

Sind der Bildschirm der Emulator und dein Telefon die gleiche Größe? Der Emulator sieht für mich wie ein Tablet aus. – ahdgfd

+0

^dies und teilen Sie Ihre Layouts zu – Shaishav

+0

@ahdgfd es sieht aus wie Tablet-cos seine im Querformat. –

Antwort

0

Bitte lesen Sie diese in Details: Support multiple screens

Sie, dass das Layout anderes Aussehen & Gefühl sehen, je nach Bildschirm Eigenschaften hat ...