Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<pre><code>&lt;ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content"&gt; &lt;RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" &gt; &lt;RelativeLayout android:id="@+id/maps_manager_menu" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" &gt; &lt;!-- Top --&gt; &lt;Button android:id="@+id/maps_manager_top_left" android:layout_width="wrap_content" android:layout_height="wrap_content" android:contentDescription="@string/empty" /&gt; &lt;Button android:id="@+id/maps_manager_top_middle" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_toRightOf="@id/maps_manager_top_left" android:contentDescription="@string/empty" /&gt; &lt;Button android:id="@+id/maps_manager_top_right" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_toRightOf="@id/maps_manager_top_middle" android:contentDescription="@string/empty" /&gt; &lt;!-- Middle --&gt; &lt;Button android:id="@+id/maps_manager_middle_left" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/maps_manager_top_left" android:contentDescription="@string/empty" /&gt; &lt;Button android:id="@+id/maps_manager_middle_middle" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_toRightOf="@id/maps_manager_middle_left" android:layout_below="@id/maps_manager_top_middle" android:contentDescription="@string/empty" /&gt; &lt;Button android:id="@+id/maps_manager_middle_right" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_toRightOf="@id/maps_manager_middle_middle" android:layout_below="@id/maps_manager_top_right" android:contentDescription="@string/empty" /&gt; &lt;!-- Bottom --&gt; &lt;Button android:id="@+id/maps_manager_bottom_left" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/maps_manager_middle_left" android:contentDescription="@string/empty" /&gt; &lt;Button android:id="@+id/maps_manager_bottom_middle" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_toRightOf="@id/maps_manager_bottom_left" android:layout_below="@id/maps_manager_middle_middle" android:contentDescription="@string/empty" /&gt; &lt;Button android:id="@+id/maps_manager_bottom_right" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_toRightOf="@id/maps_manager_bottom_middle" android:layout_below="@id/maps_manager_middle_right" android:contentDescription="@string/empty" /&gt; &lt;/RelativeLayout&gt; &lt;RelativeLayout android:id="@+id/maps_manager_controls" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignBottom="true" android:layout_below="@id/maps_manager_menu" &gt; &lt;ToggleButton android:id="@+id/maps_manager_help" android:layout_width="wrap_content" android:layout_height="wrap_content" /&gt; &lt;/RelativeLayout&gt; &lt;/RelativeLayout&gt; &lt;/ScrollView&gt; </code></pre>
 

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