<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"/> <ImageView style="@style/footerButton" android:id="@+id/play" android:layout_toStartOf="@id/next" android:src="@drawable/play" android:contentDescription="@string/button.animate"/> <TextView style="@style/footerNote" android:id="@+id/note" android:layout_toStartOf="@id/play" android:layout_toEndOf="@id/previous"/> </RelativeLayout> <com.davemorrissey.labs.subscaleview.test.extension.views.PinView style="@style/mainPanel" android:id="@+id/imageView"/> </RelativeLayout>