I am developing Emoji app, which is suppose to appear on application's action bar like whatsApp.
Following is screen shoot of expected result, how can I achieve such result?
Thanks in advance.
I am developing Emoji app, which is suppose to appear on application's action bar like whatsApp.
Following is screen shoot of expected result, how can I achieve such result?
Thanks in advance.
set this in the manifest for that activity
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.MULTIWINDOW_LAUNCHER" />