Note that there are some explanatory texts on larger screens.

plurals
  1. POCan't get a good overlapping with RelativeLayout
    primarykey
    data
    text
    <p>I would like to do a presentation like this : (done with <code>Gimp</code>) <img src="https://i.stack.imgur.com/fl4v9.png" alt="Good part is with 03 sept."></p> <p>And for the moment I only get something like this : <img src="https://i.stack.imgur.com/PGXX3.png" alt="Bad result"></p> <p>My layout xml file is for the moment like this :</p> <pre><code>&lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/itemRoot" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingBottom="4sp" android:orientation="vertical"&gt; &lt;LinearLayout android:id="@+id/bigbox" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:layout_marginTop="20px" android:background="#caced4" android:clipChildren="false" android:onClick="itemClicked"&gt; &lt;RelativeLayout android:id="@+id/box" android:layout_marginTop="-10px" android:layout_width="wrap_content" android:layout_height="wrap_content" &gt; &lt;TableLayout android:id="@+id/TableLayout01" android:layout_width="40dip" android:layout_height="40dip" android:background="@drawable/corner" &gt; &lt;TextView android:text="03 sept." android:background="#424e5f" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="3px" android:layout_marginBottom="3px" android:layout_marginRight="3px" android:layout_marginTop="3px" android:id="@+id/itemPubdate" android:gravity="center" android:textStyle="bold"/&gt; &lt;/TableLayout&gt; &lt;/RelativeLayout&gt; &lt;LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical" android:paddingLeft="4sp"&gt; &lt;TextView android:id="@+id/itemTitle" android:text="Arrêtez moi ces répondeurs d'email" android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxLines="2" android:textColor="#424e5f" android:textSize="13sp" android:textStyle="bold"/&gt; &lt;TextView android:id="@+id/itemDescription" android:text="Qui, suite à l'envoi d'un email, n'a pas reçu etc." android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="#000000" android:maxLines="3" android:textSize="11sp"/&gt; &lt;/LinearLayout&gt; &lt;/LinearLayout&gt; </code></pre> <p></p> <p>I have tried many combinaisons with <code>android:clipChildren="false"</code> without any good result .. If someone have a solution for this ... that will help me so much.</p> <p>Thanks,</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