Spinner original text
- by user1696863
I'm trying my Spinner to display "Select City" before the Spinner has itself been clicked by the user.
How can I do this?
My current XML code is:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:custom="http://schemas.android.com/apk/res/com.olacabs.customer"
…