Fixed layout bug for empty task lists in gtasks list activity and tag view activity

pull/14/head
Sam Bosley 13 years ago
parent 89af29b011
commit dff521e06f

@ -338,7 +338,7 @@
</intent-filter>
</receiver>
<activity android:name="com.todoroo.astrid.actfm.TagViewActivity"
android:windowSoftInputMode="stateHidden"
android:windowSoftInputMode="stateHidden|adjustResize"
android:theme="@style/Theme">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
@ -373,7 +373,7 @@
<!-- gtasks -->
<activity android:name="com.todoroo.astrid.gtasks.GtasksListActivity"
android:windowSoftInputMode="stateHidden"
android:windowSoftInputMode="stateHidden|adjustResize"
android:theme="@style/Theme">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Loading…
Cancel
Save