aboutsummaryrefslogtreecommitdiff
path: root/testapps/basicProjectWithAidl/res/layout/main.xml
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-05-06 03:59:27 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-06 03:59:27 +0000
commita4cd7aaab7aca28152fa804716a1d585d5bc7a40 (patch)
tree80b3fe3337118647f3c58e0ad33a1ab928180c2d /testapps/basicProjectWithAidl/res/layout/main.xml
parent31b3d471a4d3dd7262f50cdfac83dbce7e7c5479 (diff)
parent14a008655dafe4ca1fc7d014a16a1c401761675c (diff)
downloadsdk-a4cd7aaab7aca28152fa804716a1d585d5bc7a40.tar.gz
Merge "Remove unused project." am: 1aa104fb55 am: 0300bcd44e am: e36f051d41 am: 14a008655d
Change-Id: I03a76901da83c5a21edaa5a00cf5c31a677d9b5f
Diffstat (limited to 'testapps/basicProjectWithAidl/res/layout/main.xml')
-rw-r--r--testapps/basicProjectWithAidl/res/layout/main.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/testapps/basicProjectWithAidl/res/layout/main.xml b/testapps/basicProjectWithAidl/res/layout/main.xml
deleted file mode 100644
index 783e4a05e..000000000
--- a/testapps/basicProjectWithAidl/res/layout/main.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- >
-<TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="Basic Project"
- />
-</LinearLayout>
-