Note that there are some explanatory texts on larger screens.

plurals
  1. POsliding drawer doesn't perfectly work
    text
    copied!<p>slider is work from left to right but their content not display perfectly. any new idea or way to use slider to overlap main screen like sliding drawer. </p> <pre><code>&lt;SlidingDrawer android:id="@+id/SlidingDrawer" android:layout_width="250dp" android:layout_height="fill_parent" android:content="@+id/contentLayout" android:handle="@+id/slideButton" android:orientation="horizontal" android:padding="10dip" android:rotation="180" &gt; &lt;Button android:id="@+id/slideButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:rotation="180" &gt; &lt;/Button&gt; &lt;LinearLayout android:id="@+id/contentLayout" android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center" android:orientation="vertical" android:padding="10dip" android:rotation="180" &gt; &lt;Button android:id="@+id/Button01" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="2dp" android:text="Option1" &gt; &lt;/Button&gt; &lt;Button android:id="@+id/Button02" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="2dp" android:text="Option2" &gt; &lt;/Button&gt; &lt;Button android:id="@+id/Button03" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="2dp" android:text="Option3" &gt; &lt;/Button&gt; &lt;Button android:id="@+id/Button04" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="2dp" android:text="Option4" &gt; &lt;/Button&gt; &lt;/LinearLayout&gt; &lt;/SlidingDrawer&gt; </code></pre> <p>slider display on same screen . thank you in advance</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