aboutsummaryrefslogtreecommitdiff
path: root/testapp
diff options
context:
space:
mode:
authorGoogler <noreply@google.com>2019-05-28 14:25:53 -0700
committerCopybara Robolectric Bot <copybara-robolectric@google.com>2019-05-28 14:31:22 -0700
commit78caaa1c44184101a40650045fd602b26c4cfb3e (patch)
treeb7d72cfc88a1ea64bfcaeb9823212190b4a55170 /testapp
parent21375be98c8193970b6abe934f1b09c65cddadcc (diff)
downloadrobolectric-78caaa1c44184101a40650045fd602b26c4cfb3e.tar.gz
Remove unused InnerActivity and its dependencies.
R.java was updated via ./scripts/build-resources.sh PiperOrigin-RevId: 250361353
Diffstat (limited to 'testapp')
-rw-r--r--testapp/src/main/res/layout/lam_inner.xml17
-rw-r--r--testapp/src/main/res/layout/lam_outer.xml17
2 files changed, 0 insertions, 34 deletions
diff --git a/testapp/src/main/res/layout/lam_inner.xml b/testapp/src/main/res/layout/lam_inner.xml
deleted file mode 100644
index f80515d85..000000000
--- a/testapp/src/main/res/layout/lam_inner.xml
+++ /dev/null
@@ -1,17 +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="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="center_horizontal"
- >
-
- <TextView
- android:id="@+id/lam_inner_contents"
- android:layout_weight="0.1"
- android:layout_height="fill_parent"
- />
-</LinearLayout>
-
diff --git a/testapp/src/main/res/layout/lam_outer.xml b/testapp/src/main/res/layout/lam_outer.xml
deleted file mode 100644
index a39cff1e5..000000000
--- a/testapp/src/main/res/layout/lam_outer.xml
+++ /dev/null
@@ -1,17 +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="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="center_horizontal"
- >
-
- <org.robolectric.shadows.testing.LocalActivityManagerContainer
- android:id="@+id/lam_container"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- />
-
-</LinearLayout>