Home | History | Annotate | Download | only in layout
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
      3         android:layout_width="match_parent"
      4         android:layout_height="wrap_content"
      5         android:orientation="horizontal"
      6         android:id="@+id/parent">
      7     <RelativeLayout
      8             android:layout_width="400dp"
      9             android:layout_height="200dp"
     10             android:layout_weight="1"
     11             android:orientation="vertical">
     12         <TextView style="@style/TopLeftReorderTextView"/>
     13         <TextView style="@style/BottomLeftReorderTextView"/>
     14         <TextView style="@style/TopRightReorderTextView"/>
     15         <TextView style="@style/BottomRightReorderTextView"/>
     16     </RelativeLayout>
     17 </LinearLayout>