errorhandling_showerror.xml 366 B

1234567891011
  1. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent" >
  5. <TextView
  6. android:id="@+id/errorTextView"
  7. android:layout_width="match_parent"
  8. android:layout_height="wrap_content" />
  9. </ScrollView>