diff options
Diffstat (limited to 'tests/sketch/res/layout/demo.xml')
-rwxr-xr-x | tests/sketch/res/layout/demo.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/sketch/res/layout/demo.xml b/tests/sketch/res/layout/demo.xml index e516229..8c9161a 100755 --- a/tests/sketch/res/layout/demo.xml +++ b/tests/sketch/res/layout/demo.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2008 The Android Open Source Project +<!-- Copyright (C) 2009 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" @@ -24,7 +25,7 @@ android:drawSelectorOnTop="true" android:prompt="@string/recognition_result"/> - <com.android.gesture.GesturePad + <com.android.gesture.GestureOverlay android:id="@+id/drawingpad" android:layout_width="fill_parent" android:layout_height="wrap_content" |