0
我是新來的Android,我想設計我的Android應用程序像Android RealPlayer的界面,但我不知道如何!RealPlayer像Android應用程序佈局
我確切想要設計的是:將頁面分成4個相同的網格狀部分,以便覆蓋整個頁面,並且在頁面的末尾沒有多餘的空白空間(與RealPlayer界面完全相同)。
<?xml version="l.0" encoding="utf—8"?>
<GridView xmlns:android="http://schemas.android.com/apk/res/android「
android:id=「@+id/gridview「
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_alignParentTop="true"
android:layout_gravity="center"
android:layout_weight="l.0"
android:columnWidth="90dp"
android:horizontalSpacing="l0dp"
android:numColumns="2"
android:orientation="horizontal"
android:paddingTop="50dp"
android:stretchMode=「columnWidth"
android:verticalSpacing="l0dp" >
</GridView>
我試圖操縱GridView
屬性,但它似乎是不可能只使用GridView
元素。我希望我的問題陳述足夠清楚!有人可以告訴我如何做到這一點?
不回答問題。 – Superbest 2012-09-25 18:12:33