blob: 6c8b3d243d8d9b23c46228a6a2a944dd08d04fb3 [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"/>
<ImageView style="@style/nextButton" android:id="@+id/next" android:contentDescription="@string/button.next" android:visibility="invisible"/>
<ImageView style="@style/footerButton"
android:id="@+id/rotate"
android:layout_toStartOf="@id/next"
android:src="@drawable/rotate"
android:contentDescription="@string/button.rotate"/>
<TextView style="@style/footerNote"
android:id="@+id/note"
android:text="@string/display.p3.text"
android:layout_toStartOf="@id/rotate"
android:layout_toEndOf="@id/previous"/>
</RelativeLayout>
<com.davemorrissey.labs.subscaleview.SubsamplingScaleImageView style="@style/mainPanel" android:id="@+id/imageView"/>
</RelativeLayout>