/magnify/res/layout/zoom.xml
http://eyes-free.googlecode.com/ · XML · 34 lines · 28 code · 6 blank · 0 comment · 0 complexity · 0c2cc4cc1da67323e175fa63dbb3bacf MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
- <com.google.marvin.magnify.ContrastView
- android:id="@+id/contrast"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"/>
-
- <LinearLayout
- android:orientation="horizontal"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:layout_margin="10sp" android:layout_centerHorizontal="true">
-
- <ZoomButton
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:id="@+id/btn_zoom_down"
- android:src="@drawable/btn_zoom_down"
- android:hapticFeedbackEnabled="true"/>
-
- <ZoomButton
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:id="@+id/btn_zoom_up"
- android:src="@drawable/btn_zoom_up"
- android:hapticFeedbackEnabled="true"/>
-
- </LinearLayout>
- </RelativeLayout>