Commit b8cead78 by Paktalin

Fixed bug with orientation

parent 69231cf1
......@@ -25,7 +25,7 @@
</value>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
......
......@@ -6,8 +6,8 @@ android {
applicationId "com.paktalin.vocabularynotebook"
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables {
......
......@@ -10,6 +10,7 @@
android:theme="@style/NoTextActionBarStyle">
<activity
android:name=".ui.activities.MainActivity"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustResize|stateHidden">
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
......@@ -21,6 +22,7 @@
<activity
android:name=".ui.activities.LogInActivity"
android:windowSoftInputMode="adjustResize"
android:screenOrientation="portrait"
android:theme="@style/BasicStyle">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment