In my app the users are able to select articles to download using different criteria. One of them is year and month. For this I would like an AlertDialog with a list of years. I
you can even make android:theme="Theme.Dialog" in the Manifest file on that particular Activity.
android:theme="Theme.Dialog"