我正在使用基于voip / sip的应用程序,该应用程序能够通过底部有四个按钮的拨号盘小部件进行调用
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<ImageButton
android:id="@+id/ibtn_handsfree"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@drawable/selector_dialpad_action_button"
android:src="@drawable/selector_handsfree" />
<ImageButton
android:id="@+id/ibtn_headset"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@drawable/selector_dialpad_action_button"
android:src="@drawable/selector_headset" />
<ImageButton
android:id="@+id/ibtn_copyToDir"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@drawable/selector_dialpad_action_button"
android:src="@drawable/selector_copytodir" />
<ImageButton
android:id="@+id/ibtn_keyboard"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@drawable/selector_dialpad_action_button"
android:src="@drawable/selector_keyboard" />
<ImageButton
android:id="@+id/ibtn_sendkey_widget"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@drawable/selector_dialpad_action_button"
android:src="@drawable/selector_send_key_dialer"
/>
</LinearLayout>
感谢您的想法和帮助。
答案 0 :(得分:1)
我不知道第一个问题的答案,但为了切换小部件中按钮的可见性:
setOnClickPendingIntent
AppWidgetProvider
的{{1}} updateAppWidget