Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Thank you <strong>CommonsWare</strong> you helped me,I do not have much reputation to vote up. Here is my sample layout...</p> <p>I used <code>it.sephiroth.slider.widget.MultiDirectionSlidingDrawer</code> as the SlidingDrawer </p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="match_parent"&gt; &lt;RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentLeft="true" android:layout_marginLeft="82dp" android:layout_alignTop="@+id/button_open"&gt; &lt;Button android:id="@+id/button_open" android:layout_width="100dp" android:layout_height="wrap_content" android:text="@string/open" android:visibility="visible" /&gt; &lt;EditText android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="New EditText" android:id="@+id/editText" android:layout_alignParentLeft="true" android:layout_marginLeft="114dp" android:layout_alignParentTop="true" android:layout_marginTop="6dp"/&gt; &lt;/RelativeLayout&gt; &lt;it.sephiroth.demo.slider.widget.MultiDirectionSlidingDrawer xmlns:panel="http://schemas.android.com/apk/res/it.sephiroth.demo.slider" android:id="@+id/drawer" panel:direction="topToBottom" android:layout_width="fill_parent" android:layout_height="wrap_content" panel:handle="@+id/handle" panel:content="@+id/content"&gt; &lt;include android:id="@id/content" layout="@layout/pen_content" /&gt; &lt;ImageView android:id="@id/handle" android:layout_width="wrap_content" android:layout_height="40px" android:src="@drawable/sliding_drawer_handle_bottom" /&gt; &lt;/it.sephiroth.demo.slider.widget.MultiDirectionSlidingDrawer&gt; &lt;/RelativeLayout&gt; </code></pre>
    singulars
    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.
    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