Skip to content

Commit

Permalink
typo fix, add libs folder, and add missing libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
N0ury committed Feb 17, 2016
1 parent 8b00a27 commit 81298ee
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
bin/
build/
gen/
libs/
obj/
.gradle/

Expand Down
Binary file added ImapNote2/libs/activation.jar
Binary file not shown.
Binary file added ImapNote2/libs/additionnal.jar
Binary file not shown.
Binary file added ImapNote2/libs/android-support-v4.jar
Binary file not shown.
Binary file added ImapNote2/libs/commons-io-2.4.jar
Binary file not shown.
Binary file added ImapNote2/libs/javamaildir-0.6.jar
Binary file not shown.
Binary file added ImapNote2/libs/mail.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion ImapNote2/src/main/res/layout/account_selection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="5dip"
android:hint="imap notes server"
android:inputType="extNoSuggestions|text|textVisiblePassword" >
android:inputType="textNoSuggestions|text|textVisiblePassword" >
</EditText>

<TextView
Expand Down

0 comments on commit 81298ee

Please sign in to comment.