summaryrefslogtreecommitdiffstats
path: root/samples/browseable/CommitContentSampleIME
diff options
context:
space:
mode:
Diffstat (limited to 'samples/browseable/CommitContentSampleIME')
-rw-r--r--samples/browseable/CommitContentSampleIME/AndroidManifest.xml1
-rwxr-xr-x[-rw-r--r--]samples/browseable/CommitContentSampleIME/res/mipmap-hdpi/ic_launcher.pngbin3418 -> 3358 bytes
-rw-r--r--samples/browseable/CommitContentSampleIME/res/mipmap-hdpi/ic_launcher_round.pngbin0 -> 5801 bytes
-rwxr-xr-x[-rw-r--r--]samples/browseable/CommitContentSampleIME/res/mipmap-mdpi/ic_launcher.pngbin2206 -> 2222 bytes
-rw-r--r--samples/browseable/CommitContentSampleIME/res/mipmap-mdpi/ic_launcher_round.pngbin0 -> 4159 bytes
-rwxr-xr-x[-rw-r--r--]samples/browseable/CommitContentSampleIME/res/mipmap-xhdpi/ic_launcher.pngbin4842 -> 4327 bytes
-rw-r--r--samples/browseable/CommitContentSampleIME/res/mipmap-xhdpi/ic_launcher_round.pngbin0 -> 7508 bytes
-rwxr-xr-x[-rw-r--r--]samples/browseable/CommitContentSampleIME/res/mipmap-xxhdpi/ic_launcher.pngbin7718 -> 6647 bytes
-rw-r--r--samples/browseable/CommitContentSampleIME/res/mipmap-xxhdpi/ic_launcher_round.pngbin0 -> 11056 bytes
-rwxr-xr-x[-rw-r--r--]samples/browseable/CommitContentSampleIME/res/mipmap-xxxhdpi/ic_launcher.pngbin10486 -> 9285 bytes
-rw-r--r--samples/browseable/CommitContentSampleIME/res/mipmap-xxxhdpi/ic_launcher_round.pngbin0 -> 14100 bytes
-rw-r--r--samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/ImageKeyboard.java2
12 files changed, 2 insertions, 1 deletions
diff --git a/samples/browseable/CommitContentSampleIME/AndroidManifest.xml b/samples/browseable/CommitContentSampleIME/AndroidManifest.xml
index f9891ffcb..86a7b37bc 100644
--- a/samples/browseable/CommitContentSampleIME/AndroidManifest.xml
+++ b/samples/browseable/CommitContentSampleIME/AndroidManifest.xml
@@ -4,6 +4,7 @@
<application
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
+ android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
diff --git a/samples/browseable/CommitContentSampleIME/res/mipmap-hdpi/ic_launcher.png b/samples/browseable/CommitContentSampleIME/res/mipmap-hdpi/ic_launcher.png
index cde69bccc..e8a0aafc2 100644..100755
--- a/samples/browseable/CommitContentSampleIME/res/mipmap-hdpi/ic_launcher.png
+++ b/samples/browseable/CommitContentSampleIME/res/mipmap-hdpi/ic_launcher.png
Binary files differ
diff --git a/samples/browseable/CommitContentSampleIME/res/mipmap-hdpi/ic_launcher_round.png b/samples/browseable/CommitContentSampleIME/res/mipmap-hdpi/ic_launcher_round.png
new file mode 100644
index 000000000..f2618b01e
--- /dev/null
+++ b/samples/browseable/CommitContentSampleIME/res/mipmap-hdpi/ic_launcher_round.png
Binary files differ
diff --git a/samples/browseable/CommitContentSampleIME/res/mipmap-mdpi/ic_launcher.png b/samples/browseable/CommitContentSampleIME/res/mipmap-mdpi/ic_launcher.png
index c133a0cbd..f4ac0f7d6 100644..100755
--- a/samples/browseable/CommitContentSampleIME/res/mipmap-mdpi/ic_launcher.png
+++ b/samples/browseable/CommitContentSampleIME/res/mipmap-mdpi/ic_launcher.png
Binary files differ
diff --git a/samples/browseable/CommitContentSampleIME/res/mipmap-mdpi/ic_launcher_round.png b/samples/browseable/CommitContentSampleIME/res/mipmap-mdpi/ic_launcher_round.png
new file mode 100644
index 000000000..68363185b
--- /dev/null
+++ b/samples/browseable/CommitContentSampleIME/res/mipmap-mdpi/ic_launcher_round.png
Binary files differ
diff --git a/samples/browseable/CommitContentSampleIME/res/mipmap-xhdpi/ic_launcher.png b/samples/browseable/CommitContentSampleIME/res/mipmap-xhdpi/ic_launcher.png
index bfa42f0e7..74ee41ade 100644..100755
--- a/samples/browseable/CommitContentSampleIME/res/mipmap-xhdpi/ic_launcher.png
+++ b/samples/browseable/CommitContentSampleIME/res/mipmap-xhdpi/ic_launcher.png
Binary files differ
diff --git a/samples/browseable/CommitContentSampleIME/res/mipmap-xhdpi/ic_launcher_round.png b/samples/browseable/CommitContentSampleIME/res/mipmap-xhdpi/ic_launcher_round.png
new file mode 100644
index 000000000..22be9b823
--- /dev/null
+++ b/samples/browseable/CommitContentSampleIME/res/mipmap-xhdpi/ic_launcher_round.png
Binary files differ
diff --git a/samples/browseable/CommitContentSampleIME/res/mipmap-xxhdpi/ic_launcher.png b/samples/browseable/CommitContentSampleIME/res/mipmap-xxhdpi/ic_launcher.png
index 324e72cdd..c7eaeb6d0 100644..100755
--- a/samples/browseable/CommitContentSampleIME/res/mipmap-xxhdpi/ic_launcher.png
+++ b/samples/browseable/CommitContentSampleIME/res/mipmap-xxhdpi/ic_launcher.png
Binary files differ
diff --git a/samples/browseable/CommitContentSampleIME/res/mipmap-xxhdpi/ic_launcher_round.png b/samples/browseable/CommitContentSampleIME/res/mipmap-xxhdpi/ic_launcher_round.png
new file mode 100644
index 000000000..d701598e6
--- /dev/null
+++ b/samples/browseable/CommitContentSampleIME/res/mipmap-xxhdpi/ic_launcher_round.png
Binary files differ
diff --git a/samples/browseable/CommitContentSampleIME/res/mipmap-xxxhdpi/ic_launcher.png b/samples/browseable/CommitContentSampleIME/res/mipmap-xxxhdpi/ic_launcher.png
index aee44e138..dd7ed2e2c 100644..100755
--- a/samples/browseable/CommitContentSampleIME/res/mipmap-xxxhdpi/ic_launcher.png
+++ b/samples/browseable/CommitContentSampleIME/res/mipmap-xxxhdpi/ic_launcher.png
Binary files differ
diff --git a/samples/browseable/CommitContentSampleIME/res/mipmap-xxxhdpi/ic_launcher_round.png b/samples/browseable/CommitContentSampleIME/res/mipmap-xxxhdpi/ic_launcher_round.png
new file mode 100644
index 000000000..b4b3ca7bc
--- /dev/null
+++ b/samples/browseable/CommitContentSampleIME/res/mipmap-xxxhdpi/ic_launcher_round.png
Binary files differ
diff --git a/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/ImageKeyboard.java b/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/ImageKeyboard.java
index eb5dae7af..920910087 100644
--- a/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/ImageKeyboard.java
+++ b/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/ImageKeyboard.java
@@ -49,7 +49,7 @@ import java.io.OutputStream;
public class ImageKeyboard extends InputMethodService {
private static final String TAG = "ImageKeyboard";
- private static final String AUTHORITY = "com.example.android.supportv13.sampleime.inputcontent";
+ private static final String AUTHORITY = "com.example.android.commitcontent.ime.inputcontent";
private static final String MIME_TYPE_GIF = "image/gif";
private static final String MIME_TYPE_PNG = "image/png";
private static final String MIME_TYPE_WEBP = "image/webp";