This is my res/layout mobile.xml file. Where is my mistake? When I run textview has this error.
<
textAlignment was added in API level 17 (Android 4.2).
textAlignment
Your emulator/device will need to be running 4.2+ for this to work.
Otherwise just use android:gravity="center"
android:gravity="center"