Home | History | Annotate | Download | only in layout
      1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/fill">
      2 
      3     <RelativeLayout style="@style/footer" android:id="@+id/footer">
      4 
      5         <ImageView style="@style/previousButton" android:id="@+id/previous" android:contentDescription="@string/button.previous" android:visibility="invisible"/>
      6 
      7         <ImageView style="@style/nextButton" android:id="@+id/next" android:contentDescription="@string/button.next"/>
      8 
      9         <TextView style="@style/footerNote"
     10                 android:id="@+id/note"
     11                 android:text="@string/extension.p1.text"
     12                 android:layout_toStartOf="@id/next"
     13                 android:layout_toEndOf="@id/previous"/>
     14 
     15     </RelativeLayout>
     16 
     17     <com.davemorrissey.labs.subscaleview.test.extension.views.PinView style="@style/mainPanel" android:id="@+id/imageView"/>
     18 
     19 </RelativeLayout>
     20