summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/res/layout
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2012-02-09 17:32:24 -0800
committerFabrice Di Meglio <fdimeglio@google.com>2012-02-09 17:32:24 -0800
commit2a7e7a08d9843d5386b2d245c096cbc1ce203e35 (patch)
tree1b9f3713ad302983f37acb84bb30b4ff1b467f28 /tests/BiDiTests/res/layout
parent7ff3144aa6a4c5e6f0f64933ce174b424cfbfd6e (diff)
downloadframeworks_base-2a7e7a08d9843d5386b2d245c096cbc1ce203e35.zip
frameworks_base-2a7e7a08d9843d5386b2d245c096cbc1ce203e35.tar.gz
frameworks_base-2a7e7a08d9843d5386b2d245c096cbc1ce203e35.tar.bz2
Update BiDiTests app
- add more unit tests for GridLayout (layout created by code) Change-Id: I462c41a7c5bdcb6c5d3762570f5d415cc0fa0bde
Diffstat (limited to 'tests/BiDiTests/res/layout')
-rw-r--r--tests/BiDiTests/res/layout/grid_layout_code.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/BiDiTests/res/layout/grid_layout_code.xml b/tests/BiDiTests/res/layout/grid_layout_code.xml
new file mode 100644
index 0000000..87a0ec0
--- /dev/null
+++ b/tests/BiDiTests/res/layout/grid_layout_code.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 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.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/grid_layout_code"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
+
+</FrameLayout> \ No newline at end of file