Home | History | Annotate | Download | only in layout
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
      3     android:layout_width="match_parent"
      4     android:layout_height="match_parent">
      5 
      6     <LinearLayout
      7         android:layout_width="wrap_content"
      8         android:layout_height="wrap_content"
      9         android:orientation="vertical">
     10 
     11     <TextView
     12         android:layout_width="wrap_content"
     13         android:layout_height="wrap_content"
     14         android:text="@string/accessibility_manager_instructions"/>
     15 
     16         <TextView
     17             android:id="@+id/accessibility_state"
     18             android:layout_width="wrap_content"
     19             android:layout_height="wrap_content"
     20             android:layout_marginTop="50dip"/>
     21 
     22     </LinearLayout>
     23 
     24 </ScrollView>
     25