aboutsummaryrefslogtreecommitdiff
path: root/v1/src/test/resources/res/layout/request_focus.xml
diff options
context:
space:
mode:
Diffstat (limited to 'v1/src/test/resources/res/layout/request_focus.xml')
-rw-r--r--v1/src/test/resources/res/layout/request_focus.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/v1/src/test/resources/res/layout/request_focus.xml b/v1/src/test/resources/res/layout/request_focus.xml
deleted file mode 100644
index 128711881..000000000
--- a/v1/src/test/resources/res/layout/request_focus.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- >
- <EditText
- android:id="@+id/edit_text"
- android:layout_width="fill_parent"
- android:layout_height="10dip"
- />
- <FrameLayout>
- <requestFocus/>
- <!-- focus should be given to the FrameLayout, *not* the EditText -->
- </FrameLayout>
- <View/>
-</LinearLayout> \ No newline at end of file