我是新來的Android和我在想,如果有可能有具有嵌入提示一個Android按鈕元素?我想在按鈕上有一個圖像,當按下時打開某種對話框/ tootip覆蓋。所以不是一個懸停工具提示,而是一個可點擊的元素,而不是點擊按鈕的位置。如果有人能夠指導我,那麼這將是非常好的最佳做法!
<LinearLayout android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:paddingLeft="5dip"
android:paddingRight="5dip">
<Button android:id="@+id/settings_predefined_message_btn"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/settings_predefined_messages"
android:background="@drawable/selector_longbutton_witharrow"
style="@style/ButtonTextStyle"
android:layout_marginTop="10dip"
android:gravity="center" />
我相信你回答了自己的問題:AlertDialog](http://developer.android.com/reference/android /app/AlertDialog.html) – Sam
@Sam - 但Android按鈕如何允許兩個可點擊的目的地?我不確定如何在圖像中嵌入圖像。我有一個按鈕本身的圖像,將轉到另一個屏幕。嵌入的圖像會帶來警報,但我不知道如何嵌入它。 – c12
對不起,我不明白你的問題,你能提供你試過的代碼嗎?你想要做什麼的圖片也可以幫助你的描述。 – Sam