android-checkbox

    0熱度

    2回答

    我想有一個圖像視圖和複選框正下方。我能夠得到一些東西。但是,我的複選框沒有在中心對齊。如何將複選框放置在中心? 這裏是我的代碼: // Creating a new LinearLayout linearLayout = new LinearLayout(mContext); // Setting the orientation to vertical li

    1熱度

    1回答

    您好我工作在可擴展列表視圖中的複選框,但我收到很多問題。 條件在Group複選框 1. if user "checks" **Group checkbox** all the **Child** must get check. 2. if user "Unchecks" the **Group checkbox** all the **Child** must get Uncheck.

    3熱度

    2回答

    問題:爲什麼2.3.3中有額外的空間? 這是一個奇怪的行爲,這就是爲什麼我認爲我應該問。我在我的XML中有一個複選框,我有一個背景設置它。所以我把背景放在它的按鈕屬性中。 像android:button="@drawable/back_checkbox" 其中back_checkbox只是在檢查選擇/取消選中狀態 現在2.3.3: 而且在4.2:

    1熱度

    2回答

    我有一個LinearLayout我在哪裏填充手機通訊錄到佈局,現在我把一個checkbox,我想實現多個選擇的checkboxes,我想選擇多個聯繫人當我保存(點擊保存按鈕)的接觸應保存在我的另一個佈局 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width

    0熱度

    5回答

    我有一個帶有複選框的列表,我有兩個按鈕,保存並清除。如何取消複選框,當我點擊清除按鈕, public class myProfileActivity extends Activity { private List<Profile> contacts = null; private String TAG = "ContactListActivity"; private

    2熱度

    1回答

    我正在將工作應用程序轉換爲碎片。我的複選框列表不顯示標籤,我猜測,這是ID。我是Android/Java的新手,這是我第一篇發表到Stackoverflow的文章,所以如果問題很簡單,或者沒有遵循正確的協議,我們會很抱歉。 我ListFragment如下: import java.util.ArrayList; import java.util.List; import android.ap

    4熱度

    1回答

    的XML佈局內我下面我ListView行: <CheckBox android:id="@+id/favbutton" style="?android:attr/starStyle" android:layout_width="wrap_content" android:layout_height="wrap_content" andro

    3熱度

    2回答

    我有問題就到ListView和CheckBox 餘米創建使用自定義ListView以下JSON數據 { "title": "Amount Field", "settingItems": [ { "title": "Manual Entry", "type": "boolean", "value": true

    0熱度

    2回答

    我在一個活動中有16個複選框,用戶必須從中選擇8個複選框中的任何一個。 因此,最終用戶將從其中的16箇中選擇2個複選框。 更新:複選框已經存在於xml佈局文件中。因此,我確實可以訪問他們的ID 到目前爲止,我正在考慮實現一個簡單的onCheckedChange偵聽器,並在switch case塊中選擇8個複選框中的任意1個複選框,並取消選擇其中的7個複選框。但是這種方法非常痛苦。 此外,當我需要提

    2熱度

    1回答

    我在android中的listview中有一個複選框。複選框用於指示檢查項目。我已將該複選框設置爲禁用,以便在單擊複選框時不會發生任何事件。現在禁用複選框刻度標記是非常無趣的灰色顏色勾號。有沒有辦法改變android中禁用複選框的刻度線顏色?