blob: 4b55e593e4b73a62c32e76a58cefee44184e366f [file] [log] [blame]
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/fill">
<RelativeLayout style="@style/footer" android:id="@+id/footer">
<ImageView style="@style/previousButton" android:id="@+id/previous" android:contentDescription="@string/button.previous" android:visibility="invisible"/>
<ImageView style="@style/nextButton" android:id="@+id/next" android:contentDescription="@string/button.next"/>
<TextView style="@style/footerNote"
android:id="@+id/note"
android:text="@string/extension.p1.text"
android:layout_toStartOf="@id/next"
android:layout_toEndOf="@id/previous"/>
</RelativeLayout>
<com.davemorrissey.labs.subscaleview.test.extension.views.PinView style="@style/mainPanel" android:id="@+id/imageView"/>
</RelativeLayout>