diff --git a/.gitignore b/.gitignore index c5e7b45..bdb94d4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ CipherTxt/out */*.iml .idea gen +out/* diff --git a/CipherTxt/AndroidManifest.xml b/CipherTxt/AndroidManifest.xml index 7e348c8..427aba0 100644 --- a/CipherTxt/AndroidManifest.xml +++ b/CipherTxt/AndroidManifest.xml @@ -3,7 +3,7 @@ package="com.joshuahou.ciphertxt" android:versionCode="1" android:versionName="1.0"> - + diff --git a/CipherTxt/res/drawable-hdpi/icon.png b/CipherTxt/res/drawable-hdpi/icon.png index 8074c4c..eb20a1f 100644 Binary files a/CipherTxt/res/drawable-hdpi/icon.png and b/CipherTxt/res/drawable-hdpi/icon.png differ diff --git a/CipherTxt/res/drawable-ldpi/icon.png b/CipherTxt/res/drawable-ldpi/icon.png index 1095584..7206f6c 100644 Binary files a/CipherTxt/res/drawable-ldpi/icon.png and b/CipherTxt/res/drawable-ldpi/icon.png differ diff --git a/CipherTxt/res/drawable-mdpi/icon.png b/CipherTxt/res/drawable-mdpi/icon.png index a07c69f..161469c 100644 Binary files a/CipherTxt/res/drawable-mdpi/icon.png and b/CipherTxt/res/drawable-mdpi/icon.png differ diff --git a/CipherTxt/res/layout/main.xml b/CipherTxt/res/layout/main.xml index 53fc878..896ebeb 100644 --- a/CipherTxt/res/layout/main.xml +++ b/CipherTxt/res/layout/main.xml @@ -34,14 +34,17 @@