Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>this is what i have come up with </p> <p><img src="https://i.stack.imgur.com/Ndn3o.png" alt="enter image description here"></p> <p>and this is the xml</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" &gt; &lt;TextView android:id="@+id/album_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_alignParentTop="true" android:layout_marginLeft="20dip" android:layout_marginTop="20dip" android:text="music string" android:background="@android:color/white" /&gt; &lt;LinearLayout android:id="@+id/albums_list" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_alignParentLeft="true" android:layout_below="@id/album_text" android:layout_marginTop="71.33dp" android:orientation="vertical" android:background="@android:color/white" &gt; &lt;TextView android:id="@+id/album_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_alignParentTop="true" android:layout_marginLeft="20dip" android:layout_marginTop="20dip" android:text="albums list" /&gt; &lt;/LinearLayout&gt; &lt;ImageView android:id="@+id/albums_slideshow" android:layout_height="fill_parent" android:layout_width="wrap_content" android:layout_alignParentRight="true" android:layout_marginBottom="88.67dp" android:layout_alignTop="@id/albums_list" android:scaleType="centerInside" android:layout_centerInParent="true" android:background="@android:color/darker_gray" android:src="@drawable/icon"/&gt; &lt;/RelativeLayout&gt; </code></pre> <p>let me know for improvements</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