0

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? enter image description here

Thanks in advance.

V.P.
  • 592
  • 8
  • 20

1 Answers1

0

set this in the manifest for that activity

            <category android:name="android.intent.category.LAUNCHER" />
            <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER" />
Meenal
  • 2,879
  • 5
  • 19
  • 43