summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJackal Guo <jackalguo@google.com>2021-04-29 01:28:05 +0000
committerJackal Guo <jackalguo@google.com>2021-04-29 01:28:05 +0000
commit6934fc55b2be18802dabc1a4e80affbcb27bc998 (patch)
tree89f0a8633ccb6a4a6b832776d8f9f15504c1476e /res
parente6399e23ae2df7bad50089de599635fe1bec62e6 (diff)
downloadHTMLViewer-6934fc55b2be18802dabc1a4e80affbcb27bc998.tar.gz
Revert "Create CarHTMLViewer for car builds"
Revert "Add HtmlViewer overlay" Revert submission 14276507-HTML185951366 Reason for revert: DroidMonitor: Potential culprit for Bug 186698300 - verifying through Forrest before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Reverted Changes: I855cbcc77:Add CarHTMLViewer into the build file Ie700b513d:Create CarHTMLViewer for car builds I957d1b488:Add HtmlViewer overlay Change-Id: I4ae7540473aa7f6e45fdfbf51e4e444f9aad3217
Diffstat (limited to 'res')
-rw-r--r--res/layout/main_car.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/res/layout/main_car.xml b/res/layout/main_car.xml
deleted file mode 100644
index 1577ec4..0000000
--- a/res/layout/main_car.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2021 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.
--->
-
-<com.android.car.ui.FocusArea
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <include layout="@layout/main"/>
-
-</com.android.car.ui.FocusArea>