Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to remove background rectangle?
    text
    copied!<p>![Hi I am using rectangle and give radius but still there is a white rectangle behind corners, so how can I remove this.? The code is given below. Code for ListView:<code>&lt;ListView android:id="@+id/listView1" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginLeft="10dp" android:layout_marginRight="10dp" android:layout_marginTop="8dp" android:dividerHeight="4dp" &gt; &lt;/ListView&gt;</code> And code for row_memo:`</p> <pre><code>&lt;LinearLayout android:layout_width="fill_parent" android:background="@android:color/transparent" android:layout_height="wrap_content" &gt; &lt;ImageButton android:id="@+id/imageButton_edit1" android:layout_width="32dp" android:layout_height="32dp" android:layout_marginLeft="10dp" android:onClick="editMemoData" android:src="@drawable/edtsrclkup_wiz" /&gt; &lt;TextView android:id="@+id/textView_date" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Date" android:textAppearance="?android:attr/textAppearanceMedium" /&gt; &lt;ImageButton android:id="@+id/imageButton_delete" android:layout_width="32dp" android:layout_height="32dp" android:layout_marginLeft="45dp" android:onClick="deleteMemo" android:src="@drawable/ic_delete" /&gt; &lt;/LinearLayout&gt; &lt;TextView android:id="@+id/textView_memo_content" android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="@android:color/transparent" android:text="Memo Content" android:layout_margin="10dp" android:textAppearance="?android:attr/textAppearanceLarge" /&gt; </code></pre> <p>`]<a href="http://i.stack.imgur.com/KDy75.png" rel="nofollow">1</a></p>
 

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