blob: 6c8b3d243d8d9b23c46228a6a2a944dd08d04fb3 [file] [log] [blame]
David Morrisseyc930ef72017-11-02 18:27:22 +00001<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/fill">
t101d4b482272015-03-04 21:40:32 +08002
David Morrisseyc930ef72017-11-02 18:27:22 +00003 <RelativeLayout style="@style/footer" android:id="@+id/footer">
t101d4b482272015-03-04 21:40:32 +08004
David Morrisseyc930ef72017-11-02 18:27:22 +00005 <ImageView style="@style/previousButton" android:id="@+id/previous" android:contentDescription="@string/button.previous"/>
t101d4b482272015-03-04 21:40:32 +08006
David Morrisseyc930ef72017-11-02 18:27:22 +00007 <ImageView style="@style/nextButton" android:id="@+id/next" android:contentDescription="@string/button.next" android:visibility="invisible"/>
t101d4b482272015-03-04 21:40:32 +08008
David Morrisseyc930ef72017-11-02 18:27:22 +00009 <ImageView style="@style/footerButton"
10 android:id="@+id/rotate"
11 android:layout_toStartOf="@id/next"
12 android:src="@drawable/rotate"
13 android:contentDescription="@string/button.rotate"/>
14
15 <TextView style="@style/footerNote"
16 android:id="@+id/note"
17 android:text="@string/display.p3.text"
18 android:layout_toStartOf="@id/rotate"
19 android:layout_toEndOf="@id/previous"/>
t101d4b482272015-03-04 21:40:32 +080020
21 </RelativeLayout>
22
David Morrisseyc930ef72017-11-02 18:27:22 +000023 <com.davemorrissey.labs.subscaleview.SubsamplingScaleImageView style="@style/mainPanel" android:id="@+id/imageView"/>
t101d4b482272015-03-04 21:40:32 +080024
Frieder Bluemleb2d4dad2017-03-23 18:25:23 +080025</RelativeLayout>