Androidプログラミング質問スレ Part12at TECH
Androidプログラミング質問スレ Part12 - 暇つぶし2ch17:デフォルトの名無しさん
11/09/05 15:55:17.58
>>16
スクロールビューの使い方はこんな感じにするのが正しいんだけど
配置の順番は合ってる?

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="URLリンク(schemas.android.com)"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<ScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<LinearLayout
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="300dip"
android:text="@string/hello"
/>
</LinearLayout>
</ScrollView>
</LinearLayout>



次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch