Android 開発は初めてです
私は現在、ここにあるアンドロイドカバーフローをテストしています: http://code.google.com/p/android-coverflow/
プロジェクトに正常に実装しましたが、ウィジェットに必要な幅と高さを与える方法が見つかりません
私のレイアウト:
<view
xmlns:coverflow="http://schemas.android.com/apk/res/com.accessdev.myapp"
android:id="@+id/coverflow"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_marginTop="5dip"
class="pl.polidea.coverflow.CoverFlow"
coverflow:imageHeight="150dip"
coverflow:imageWidth="100dip" >
</view>
coverflow:imageHeight と coverflow:imageWidth の変更は画像のサイズにのみ影響しますが、ウィジェットはレイアウトの高さを埋めません (画面の 10% のようで、まだ変更できませんでした)。