Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed the graphic design to look more actual #98

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ library/src/main/bin
library/src/main/gen
rockerhieu.keystore
build
*.iml
19 changes: 0 additions & 19 deletions emojicon.iml

This file was deleted.

91 changes: 0 additions & 91 deletions example/example.iml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ private void setEmojiconFragment(boolean useSystemDefault) {
getSupportFragmentManager()
.beginTransaction()
.replace(R.id.emojicons, EmojiconsFragment.newInstance(useSystemDefault))
// .replace(R.id.emojicons, EmojiconsFragment.newInstance(useSystemDefault, Color.parseColor("#00b640"), Color.parseColor("#00782a")))
.commit();
}

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
buildToolsVersion "22.0.1"

defaultConfig {
minSdkVersion 7
minSdkVersion 8
targetSdkVersion 22
}
lintOptions {
Expand Down
92 changes: 0 additions & 92 deletions library/library.iml

This file was deleted.

Loading