我怎么定位?

时间:2014-08-20 14:13:30

标签: java android xml eclipse

如何为移动设备定位一个页面,使其在垂直时看起来更小,在水平时更大(原始大小)?

代码和图片

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent" >

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_centerHorizontal="true">

               <ImageView
                    android:layout_width="fill_parent"
                    android:layout_height="wrap_content"
                    android:gravity="center"
                    android:src="@drawable/ball" />
    </LinearLayout>
</RelativeLayout>

请参阅图片以获得更好的理解 enter image description here

0 个答案:

没有答案