Android comes with lots of system resources (android.R) that can be used to save you time and make your application lighter.
android.R
For example, I recently dis
You can access system resources from xml by qualifying them with the android package name, i.e. "@android:string/ok"
"@android:string/ok"