diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 70d18154..2de7ca14 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -41,7 +41,8 @@ android:configChanges="orientation|screenSize" android:label="@string/title_activity_conversations" android:windowSoftInputMode="stateHidden" - android:launchMode="singleTask" > + android:launchMode="singleTask" + android:logo="@drawable/ic_activity"> @@ -51,29 +52,34 @@ + android:parentActivityName="eu.siacs.conversations.ui.ConversationActivity" + android:logo="@drawable/ic_activity"> + android:parentActivityName="eu.siacs.conversations.ui.ConversationActivity" + android:logo="@drawable/ic_activity"> + android:windowSoftInputMode="stateHidden" + android:logo="@drawable/ic_activity"> + android:windowSoftInputMode="stateHidden" + android:logo="@drawable/ic_activity"> + android:windowSoftInputMode="stateHidden" + android:logo="@drawable/ic_activity"> @@ -88,7 +94,7 @@ android:name="eu.siacs.conversations.ui.ShareWithActivity" android:label="@string/title_activity_conversations" android:theme="@android:style/Theme.Holo.Light.DialogWhenLarge" - android:icon="@drawable/ic_launcher"> + android:icon="@drawable/ic_activity"> diff --git a/res/drawable-hdpi/ic_activity.png b/res/drawable-hdpi/ic_activity.png new file mode 100644 index 00000000..e2b58373 Binary files /dev/null and b/res/drawable-hdpi/ic_activity.png differ diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png index 3125b12d..d48df2c3 100644 Binary files a/res/drawable-hdpi/ic_launcher.png and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-hdpi/ic_notification.png b/res/drawable-hdpi/ic_notification.png new file mode 100644 index 00000000..f1c6e150 Binary files /dev/null and b/res/drawable-hdpi/ic_notification.png differ diff --git a/res/drawable-mdpi/ic_activity.png b/res/drawable-mdpi/ic_activity.png new file mode 100644 index 00000000..38e7b3e4 Binary files /dev/null and b/res/drawable-mdpi/ic_activity.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png index b3c9a5e1..200daf4c 100644 Binary files a/res/drawable-mdpi/ic_launcher.png and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/ic_notification.png b/res/drawable-mdpi/ic_notification.png new file mode 100644 index 00000000..072e7ba7 Binary files /dev/null and b/res/drawable-mdpi/ic_notification.png differ diff --git a/res/drawable-xhdpi/ic_activity.png b/res/drawable-xhdpi/ic_activity.png new file mode 100644 index 00000000..75a1b111 Binary files /dev/null and b/res/drawable-xhdpi/ic_activity.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png index 5ef36c2f..927a2d2a 100644 Binary files a/res/drawable-xhdpi/ic_launcher.png and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/ic_notification.png b/res/drawable-xhdpi/ic_notification.png new file mode 100644 index 00000000..0500d375 Binary files /dev/null and b/res/drawable-xhdpi/ic_notification.png differ diff --git a/res/drawable-xxhdpi/ic_launcher.png b/res/drawable-xxhdpi/ic_launcher.png index 9dbbdd97..3f856599 100644 Binary files a/res/drawable-xxhdpi/ic_launcher.png and b/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/res/drawable-xxhdpi/ic_notification.png b/res/drawable-xxhdpi/ic_notification.png new file mode 100644 index 00000000..962dc126 Binary files /dev/null and b/res/drawable-xxhdpi/ic_notification.png differ