Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Here is the answer:</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;!-- Top-level content view for the layout fragment sample. This version is for display when in landscape: we can fit both titles and dialog. --&gt; &lt;RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:baselineAligned="false" android:orientation="horizontal" &gt; &lt;LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:baselineAligned="false" android:orientation="horizontal" &gt; &lt;FrameLayout android:id="@+id/titles" android:layout_width="0px" android:layout_height="match_parent" android:layout_weight="1" /&gt; &lt;FrameLayout android:id="@+id/details" android:layout_width="0px" android:layout_height="match_parent" android:layout_weight="2" /&gt; &lt;/LinearLayout&gt; &lt;LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:baselineAligned="false" android:orientation="horizontal" &gt; &lt;FrameLayout android:id="@+id/titles1" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1" /&gt; &lt;FrameLayout android:id="@+id/details1" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="1" /&gt; &lt;FrameLayout android:id="@+id/details2" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="1" /&gt; &lt;/LinearLayout&gt; &lt;/RelativeLayout&gt; </code></pre> <p>I got the good result :) thanks to every body help, thanks</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