diff options
| author | juloo | 2015-08-04 17:55:48 +0200 |
|---|---|---|
| committer | juloo | 2015-08-04 17:55:48 +0200 |
| commit | 40885f5760f59cb2511d1d2b829507f483354282 (patch) | |
| tree | 2f5e108a0db534af133b541415d5ddf4ac7762cb /res | |
| parent | 1be1ec7a4b848607a1652d95bdf5ee96c0a9ecfb (diff) | |
| download | unexpected-keyboard-40885f5760f59cb2511d1d2b829507f483354282.tar.gz unexpected-keyboard-40885f5760f59cb2511d1d2b829507f483354282.zip | |
Add icons + Nothing
Diffstat (limited to 'res')
| -rw-r--r-- | res/drawable-hdpi/ic_launcher.png | bin | 9397 -> 2282 bytes | |||
| -rw-r--r-- | res/drawable-ldpi/ic_launcher.png | bin | 2729 -> 0 bytes | |||
| -rw-r--r-- | res/drawable-mdpi/ic_launcher.png | bin | 5237 -> 1465 bytes | |||
| -rw-r--r-- | res/drawable-xhdpi/ic_launcher.png | bin | 14383 -> 3217 bytes | |||
| -rw-r--r-- | res/drawable-xxhdpi/ic_launcher.png | bin | 0 -> 5226 bytes | |||
| -rw-r--r-- | res/drawable-xxxhdpi/ic_launcher.png | bin | 0 -> 7837 bytes | |||
| -rw-r--r-- | res/values/strings.xml | 1 | ||||
| -rw-r--r-- | res/xml/method.xml | 6 |
8 files changed, 0 insertions, 7 deletions
diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png Binary files differindex 96a442e..20e436f 100644 --- a/res/drawable-hdpi/ic_launcher.png +++ b/res/drawable-hdpi/ic_launcher.png diff --git a/res/drawable-ldpi/ic_launcher.png b/res/drawable-ldpi/ic_launcher.png Binary files differdeleted file mode 100644 index 9923872..0000000 --- a/res/drawable-ldpi/ic_launcher.png +++ /dev/null diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png Binary files differindex 359047d..d9687eb 100644 --- a/res/drawable-mdpi/ic_launcher.png +++ b/res/drawable-mdpi/ic_launcher.png diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png Binary files differindex 71c6d76..89d7003 100644 --- a/res/drawable-xhdpi/ic_launcher.png +++ b/res/drawable-xhdpi/ic_launcher.png diff --git a/res/drawable-xxhdpi/ic_launcher.png b/res/drawable-xxhdpi/ic_launcher.png Binary files differnew file mode 100644 index 0000000..53cd696 --- /dev/null +++ b/res/drawable-xxhdpi/ic_launcher.png diff --git a/res/drawable-xxxhdpi/ic_launcher.png b/res/drawable-xxxhdpi/ic_launcher.png Binary files differnew file mode 100644 index 0000000..c55db5a --- /dev/null +++ b/res/drawable-xxxhdpi/ic_launcher.png diff --git a/res/values/strings.xml b/res/values/strings.xml index 1ebc280..9397c8b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Keyboard 2.0</string> - <string name="lol">lol</string> </resources> diff --git a/res/xml/method.xml b/res/xml/method.xml index fdf120f..7b523f9 100644 --- a/res/xml/method.xml +++ b/res/xml/method.xml @@ -1,10 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <input-method xmlns:android="http://schemas.android.com/apk/res/android" android:supportsSwitchingToNextInputMethod="true"> - <subtype - android:label="@string/lol" - android:icon="@drawable/ic_launcher" - android:imeSubtypeLocale="en_US" - android:imeSubtypeMode="keyboard" - /> </input-method> |
