端末によってはディスプレイの解像度が低く、
画面が切れて表示されてしまう事が有ります。
そういった場合を考慮してレイアウトの親には
スクロールビューの使用をおすすめします。
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<LinearLayout
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
>
・・・・略
</LinearLayout>
</ScrollView>
・キーワード
画面レイアウト
XML記述
0 件のコメント:
コメントを投稿