aboutsummaryrefslogtreecommitdiff
path: root/tests/EmbeddedKitchenSinkApp/res
diff options
context:
space:
mode:
authorLujiang Xue <rogerxue@google.com>2017-12-15 15:06:47 -0800
committerLujiang Xue <rogerxue@google.com>2017-12-15 15:06:47 -0800
commitb3a2fd55336804534ed7bb6210edb015e5b506b6 (patch)
tree0e8319fd408a18f4c663edf2a7da2b897a07ad4c /tests/EmbeddedKitchenSinkApp/res
parent91ff18c92b58c438347c1661d4a38f504a1d3c7c (diff)
downloadCar-b3a2fd55336804534ed7bb6210edb015e5b506b6.tar.gz
add app to show display info
Test: build, launched Change-Id: I69956e4d96065bf645ef8281719d6a3edc3f4340
Diffstat (limited to 'tests/EmbeddedKitchenSinkApp/res')
-rw-r--r--tests/EmbeddedKitchenSinkApp/res/layout/display_info.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/EmbeddedKitchenSinkApp/res/layout/display_info.xml b/tests/EmbeddedKitchenSinkApp/res/layout/display_info.xml
new file mode 100644
index 0000000000..f67cd07aa1
--- /dev/null
+++ b/tests/EmbeddedKitchenSinkApp/res/layout/display_info.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2016 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.
+-->
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+ <LinearLayout
+ android:id="@+id/list"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical" />
+</ScrollView>