jeudi 8 septembre 2016

checkbox disappearing when clicked on tablet

Hello I have a simple application that uses a checklist on of the layouts. Weirdly, the checkbox works great on my Galaxy phone but for some reason when I use the same application on the table the checkbox disappears when clicked, any ideas would be helpful thank you!

XML:

<RelativeLayout xmlns:android="http://ift.tt/nIICcg"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:padding="6dip"
    android:background="#FFFFFF">

    <CheckBox
        android:id="@+id/checkBox1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:focusable="false"
        android:focusableInTouchMode="false"
        android:layout_alignParentTop="true"
        android:layout_alignParentEnd="true"
        android:layout_marginRight="20dp"
        android:buttonTint="#0870f8" />




Aucun commentaire:

Enregistrer un commentaire