aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/res/layout/extension_freehand_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sample/src/main/res/layout/extension_freehand_fragment.xml')
-rw-r--r--sample/src/main/res/layout/extension_freehand_fragment.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/sample/src/main/res/layout/extension_freehand_fragment.xml b/sample/src/main/res/layout/extension_freehand_fragment.xml
new file mode 100644
index 0000000..4dead6d
--- /dev/null
+++ b/sample/src/main/res/layout/extension_freehand_fragment.xml
@@ -0,0 +1,25 @@
+<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/reset"
+ android:layout_toStartOf="@id/next"
+ android:src="@drawable/reset"
+ android:contentDescription="@string/button.reset"/>
+
+ <TextView style="@style/footerNote"
+ android:id="@+id/note"
+ android:text="@string/extension.p3.text"
+ android:layout_toStartOf="@id/reset"
+ android:layout_toEndOf="@id/previous"/>
+
+ </RelativeLayout>
+
+ <com.davemorrissey.labs.subscaleview.test.extension.views.FreehandView style="@style/mainPanel" android:id="@+id/imageView"/>
+
+</RelativeLayout>