Note that there are some explanatory texts on larger screens.

plurals
  1. POActionBar block the first row of listview
    primarykey
    data
    text
    <p>Hi have a app with a actionbar sherlock and a listview that shows 1 imageview and 2 textviews, but the actionbar blocks the first row in listview. (See image here)<img src="https://i.stack.imgur.com/cBhq3.png" alt="enter image description here"></p> <p>This is the code </p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/settings" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" &gt; &lt;ListView android:id="@+id/android:list" android:layout_width="wrap_content" android:layout_height="538dp"/&gt; &lt;/LinearLayout&gt; </code></pre> <p>and the row.xml</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="match_parent" android:orientation="vertical" &gt; &lt;LinearLayout android:id="@+id/linearLayout2" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="0.17" android:orientation="vertical" &gt; &lt;RelativeLayout android:id="@+id/relativeLayout1" android:layout_width="match_parent" android:layout_height="wrap_content" &gt; &lt;LinearLayout android:id="@+id/linearLayout3" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_centerVertical="true" &gt; &lt;ImageView android:id="@+id/iNavigation" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingLeft="10px" android:paddingTop="10px" android:src="@drawable/llevame" /&gt; &lt;/LinearLayout&gt; &lt;LinearLayout android:id="@+id/linearLayout4" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentRight="true" android:layout_centerVertical="true" android:layout_toRightOf="@+id/linearLayout3" android:orientation="vertical" &gt; &lt;TextView android:id="@+id/nombreTienda" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingLeft="12px" android:text="Large Text" android:textAppearance="?android:attr/textAppearanceLarge" /&gt; &lt;/LinearLayout&gt; &lt;/RelativeLayout&gt; &lt;TextView android:id="@+id/dirTienda" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingLeft="10px" android:paddingTop="30px" android:text="TextView" android:textSize="15px" /&gt; &lt;/LinearLayout&gt; &lt;/LinearLayout&gt; </code></pre> <p>I have other activity same of this and dont happen this..Why?</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