には、About Box
をダイアログ形式で表示する簡単なScrollView
があります。だから、それはちょうどダイアログの電話画面にポップアップします。ユーザがボックスを閉じるための唯一の方法は、戻るボタン(意図)をクリックすることです。スクロールビューにボタンを追加することはできますか?
閉じるbutton
をボックスに追加する方法がありますか?ユーザーが指で画面上のボックスをクリックして閉じることができますか?ここで
xml
です:
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:screenOrientation="portrait"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="10dip" >
<TextView
android:id="@+id/about_box"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/about_text" />
</ScrollView>
xmlファイル –
oops、申し訳ありません - 固定 – Sapp
Btw ...あなたのメールを受信しました...あなたはすでにすべてを修正して欲しいと思いますXD – Cristian