Mercurial > hg > ccmiandroid
view res/layout/selection_dialog.xml @ 1:66b3a838feca logging tip
Added logging of user interaction
author | Fiore Martin <fiore@eecs.qmul.ac.uk> |
---|---|
date | Tue, 12 Feb 2013 15:31:48 +0000 |
parents | e0ee6ac3a45f |
children |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <uk.ac.qmul.eecs.ccmi.accessibility.AccessibleSpinner android:id="@+id/selectionSpinner" android:layout_width="match_parent" android:layout_height="wrap_content" android:tag="SPINNER" android:textStyle="bold" android:textSize="40dp" android:contentDescription="@string/spinnerContentDescription" /> <Button android:id="@+id/selectBtn" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/selectBtn" android:tag="SELECT" android:textStyle="bold" android:textSize="40dp" /> <Button android:id="@+id/cancelBtn" android:layout_width="match_parent" android:layout_height="wrap_content" android:tag="CANCEL" android:text="@string/cancelBtn" android:textStyle="bold" android:textSize="40dp" /> </LinearLayout>