Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
likorn
/
vocabulary_notebook
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b8cead78
authored
Nov 15, 2018
by
Paktalin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug with orientation
parent
69231cf1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
.idea/caches/build_file_checksums.ser
.idea/misc.xml
app/build.gradle
app/src/main/AndroidManifest.xml
.idea/caches/build_file_checksums.ser
View file @
b8cead78
No preview for this file type
.idea/misc.xml
View file @
b8cead78
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
</value>
</value>
</option>
</option>
</component>
</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"
/>
<output
url=
"file://$PROJECT_DIR$/build/classes"
/>
</component>
</component>
<component
name=
"ProjectType"
>
<component
name=
"ProjectType"
>
...
...
app/build.gradle
View file @
b8cead78
...
@@ -6,8 +6,8 @@ android {
...
@@ -6,8 +6,8 @@ android {
applicationId
"com.paktalin.vocabularynotebook"
applicationId
"com.paktalin.vocabularynotebook"
minSdkVersion
15
minSdkVersion
15
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
2
versionName
"1.
0
"
versionName
"1.
1
"
multiDexEnabled
true
multiDexEnabled
true
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
vectorDrawables
{
vectorDrawables
{
...
...
app/src/main/AndroidManifest.xml
View file @
b8cead78
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
android:theme=
"@style/NoTextActionBarStyle"
>
android:theme=
"@style/NoTextActionBarStyle"
>
<activity
<activity
android:name=
".ui.activities.MainActivity"
android:name=
".ui.activities.MainActivity"
android:screenOrientation=
"portrait"
android:windowSoftInputMode=
"adjustResize|stateHidden"
>
android:windowSoftInputMode=
"adjustResize|stateHidden"
>
<intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.SEARCH"
/>
<action
android:name=
"android.intent.action.SEARCH"
/>
...
@@ -21,6 +22,7 @@
...
@@ -21,6 +22,7 @@
<activity
<activity
android:name=
".ui.activities.LogInActivity"
android:name=
".ui.activities.LogInActivity"
android:windowSoftInputMode=
"adjustResize"
android:windowSoftInputMode=
"adjustResize"
android:screenOrientation=
"portrait"
android:theme=
"@style/BasicStyle"
>
android:theme=
"@style/BasicStyle"
>
<intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<action
android:name=
"android.intent.action.MAIN"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment