Note that there are some explanatory texts on larger screens.

plurals
  1. POBlack line at the top of the screen
    primarykey
    data
    text
    <p>what is happening to me is pretty tricky...I have this xml file as a layout for the adapter of a list view object:</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" `android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/exBackGround" android:orientation="vertical" &gt; &lt;LinearLayout android:layout_width="fill_parent" android:layout_height="match_parent" android:background="@color/exBackGround" &gt; &lt;ImageView android:id="@+id/imgIcon" android:layout_width="wrap_content" android:layout_height="fill_parent" android:background="@color/exBackGround" android:src="@drawable/ic_launcher" /&gt; &lt;TextView android:id="@+id/lblFolderName" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_weight="1" android:background="@color/exBackGround" android:gravity="center_vertical" android:text="Medium Text" android:textAppearance="?android:attr/textAppearanceMedium" android:textColor="@color/exForeGround" /&gt; &lt;TextView android:id="@+id/lblNumber" android:layout_width="wrap_content" android:layout_height="match_parent" android:background="@color/exBackGround" android:gravity="center_vertical" android:paddingRight="5dp" android:text="100" android:textAppearance="?android:attr/textAppearanceMedium" android:textColor="@color/exForeGround" /&gt; &lt;/LinearLayout&gt; &lt;FrameLayout android:layout_width="match_parent" android:layout_height="1dp" android:background="@color/exGradEnd" &gt; &lt;/FrameLayout&gt; &lt;/LinearLayout&gt; </code></pre> <p>I can't understand why, this layout results in what it is expecetd to do, plus a black line at the top that I can't understand where it cames from. Unfortunately, as a new user, I can0t post the image, sorry.</p>
    singulars
    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.
    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