Note that there are some explanatory texts on larger screens.

plurals
  1. POI can not see the text of checkboxes inside scrollView
    primarykey
    data
    text
    <p>I have been stuck for several hours in that problem.</p> <p>When I run the code i see the checkboxes inside the scrollView but I can not see their description text.</p> <p>For example I need something like that </p> <p><img src="https://i.stack.imgur.com/sEbQb.png" alt="enter image description here"></p> <p>In my app I can only see the checkboxes and nothing more.</p> <p>My xml file</p> <pre><code>&lt;RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#000000" &gt; &lt;ScrollView android:id="@+id/myScrollLayout" android:layout_width="match_parent" android:layout_height="wrap_content" &gt; &lt;LinearLayout android:id="@+id/linearStoScroll" android:layout_width="match_parent" android:layout_height="wrap_content" android:isScrollContainer="true" android:orientation="vertical" &gt; &lt;CheckBox android:id="@+id/Sunday" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/Sunday" /&gt; &lt;CheckBox android:id="@+id/Monday" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/Monday" /&gt; &lt;CheckBox android:id="@+id/Tuesday" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/Tuesday" /&gt; &lt;CheckBox android:id="@+id/Wednesday" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/Wednesday" /&gt; &lt;CheckBox android:id="@+id/Thursday" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/Thursday" /&gt; &lt;CheckBox android:id="@+id/Friday" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/Friday" /&gt; &lt;CheckBox android:id="@+id/Saturday" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/Saturday" /&gt; &lt;/LinearLayout&gt; &lt;/ScrollView&gt; &lt;LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_alignBottom="@id/myScrollLayout"&gt; &lt;Button android:id="@+id/ok_button_date" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" android:onClick="" android:text="OK" /&gt; &lt;Button android:id="@+id/cancel_button_date" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" android:onClick="" android:text="Cancel" /&gt; &lt;/LinearLayout&gt; &lt;/RelativeLayout&gt; </code></pre> <p>Thank you /mkounal</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload