I want to implement in my android application a functionality like when a user clicks a button in header a small list view is popup having 5 values in the corner of the screen.
You can create a new Activity for popup and add android:theme="@android:style/Theme.Translucent.NoTitleBar" to Activity node in Manifest file.
android:theme="@android:style/Theme.Translucent.NoTitleBar"