Home | History | Annotate | Download | only in layout
      1 <?xml version="1.0" encoding="utf-8"?>
      2 
      3 <LinearLayout
      4         xmlns:android="http://schemas.android.com/apk/res/android"
      5         android:layout_width="wrap_content"
      6         android:layout_height="wrap_content"
      7         >
      8 
      9     <include
     10             layout="@layout/snippet"
     11             android:visibility="invisible"
     12             />
     13 
     14     <include layout="@layout/inner_merge"/>
     15 
     16 
     17 </LinearLayout>