Note that there are some explanatory texts on larger screens.

plurals
  1. POScreen rotation bug in actionbar
    primarykey
    data
    text
    <p>Hello everyone I am new in Sherlock Actionbar I am having a very strange problem in my sample application. The problem is that when I rotate to landscape from the portrait its behavior is normal but when I rotate back to portrait mode the layout does not change back to portrait mode.</p> <p>Below are the screen shot of the problem I am facing.</p> <p><strong>OriginalScreen</strong> <img src="https://i.stack.imgur.com/l12pr.png" alt="enter image description here"></p> <p><strong>Did rotation to Landscape</strong> <img src="https://i.stack.imgur.com/g8OSN.png" alt="enter image description here"></p> <p><strong>Again rotated back to original orientation i.e. Portrait Mode</strong> <img src="https://i.stack.imgur.com/x1CoG.png" alt="enter image description here"></p> <p>As you can see that on the third picture the problem I am facing.</p> <p>I am using the latest version of ActionbarSherlock library.</p> <p><strong>Edited</strong> My manifest File</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.actionbar_sherlockexample" android:versionCode="1" android:versionName="1.0" &gt; &lt;uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" /&gt; &lt;application android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme" &gt; &lt;activity android:name="com.example.actionbar_sherlockexample.MainActivity" android:theme="@style/Theme.Sherlock" android:label="@string/app_name" &gt; &lt;intent-filter&gt; &lt;action android:name="android.intent.action.MAIN" /&gt; &lt;category android:name="android.intent.category.LAUNCHER" /&gt; &lt;/intent-filter&gt; &lt;/activity&gt; &lt;/application&gt; &lt;/manifest&gt; </code></pre> <p>Thanks</p>
    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.
 

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