mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
tablet fix
This commit is contained in:
parent
84cb6fe6ed
commit
910b2f2b0a
1 changed files with 2 additions and 2 deletions
|
|
@ -82,13 +82,13 @@
|
|||
<activity
|
||||
android:name=".ui.activities.LoginActivity"
|
||||
android:label="@string/LoginActivityName"
|
||||
android:screenOrientation="portrait"
|
||||
android:screenOrientation="unspecified"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".ui.activities.AdventureGuideActivity"
|
||||
android:label=""
|
||||
android:screenOrientation="portrait"
|
||||
android:screenOrientation="unspecified"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
|
|
|
|||
Loading…
Reference in a new issue