summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Luciano Pacheco <lucmult@google.com> 2024-10-24 10:31:04 +1100
committer Luciano Pacheco <lucmult@google.com> 2024-11-12 05:20:32 +0000
commit9e43bd2d403dfe197c3d02be4d6252e650f88803 (patch)
treeacf479a27479e81f233fce59ad2f25f1a261087e
parent78da29729aac881623f15caa5d797ed2dd1d2347 (diff)
DocumentsUI: Remove unused resources and activity
The demo activity was deleted in ag/4396667 Test: Build and deploy to DUT Bug: 110482929 Flag: EXEMPT resource only update Change-Id: Ib8dff0e6401690d0a2bdc4f9741d8a4223a42348
-rw-r--r--AndroidManifest.xml10
-rw-r--r--res/color/selection_demo_item_selector.xml27
-rw-r--r--res/drawable/selection_demo_band_overlay.xml22
-rw-r--r--res/drawable/selection_demo_item_background.xml21
-rw-r--r--res/layout/selection_demo_list_item.xml53
-rw-r--r--res/menu/selection_demo_actions.xml26
6 files changed, 0 insertions, 159 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index be98d1d08..d948b605c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -210,15 +210,5 @@
android:process=":com.android.documentsui.services">
</service>
- <activity
- android:name=".selection.demo.SelectionDemoActivity"
- android:label="Selection Demo"
- android:exported="true"
- android:theme="@style/DocumentsTheme">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- </intent-filter>
- </activity>
-
</application>
</manifest>
diff --git a/res/color/selection_demo_item_selector.xml b/res/color/selection_demo_item_selector.xml
deleted file mode 100644
index bd87b4c6b..000000000
--- a/res/color/selection_demo_item_selector.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 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.
--->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item
- android:state_activated="true"
- android:color="?android:attr/colorForeground"
- />
- <item
- android:state_activated="false"
- android:color="?android:attr/colorForeground"
- android:alpha=".3"
- />
-</selector>
diff --git a/res/drawable/selection_demo_band_overlay.xml b/res/drawable/selection_demo_band_overlay.xml
deleted file mode 100644
index adf2b27f8..000000000
--- a/res/drawable/selection_demo_band_overlay.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright (C) 2015 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
- -->
-
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle">
- <solid android:color="#339999ff" />
- <stroke android:width="1dp" android:color="#44000000" />
-</shape>
diff --git a/res/drawable/selection_demo_item_background.xml b/res/drawable/selection_demo_item_background.xml
deleted file mode 100644
index de5c14236..000000000
--- a/res/drawable/selection_demo_item_background.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 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.
--->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_activated="true">
- <color android:color="?android:attr/colorControlHighlight"></color>
- </item>
-</selector>
diff --git a/res/layout/selection_demo_list_item.xml b/res/layout/selection_demo_list_item.xml
deleted file mode 100644
index 0d4b71826..000000000
--- a/res/layout/selection_demo_list_item.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 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.
--->
-
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:paddingStart="10dp"
- android:paddingEnd="10dp"
- android:paddingTop="5dp"
- android:paddingBottom="5dp"
- android:layout_height="50dp">
- <LinearLayout
- android:id="@+id/container"
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_height="match_parent"
- android:layout_width="match_parent"
- android:background="@drawable/selection_demo_item_background">
- <TextView
- android:id="@+id/selector"
- android:textSize="20sp"
- android:textStyle="bold"
- android:gravity="center"
- android:layout_height="match_parent"
- android:layout_width="40dp"
- android:textColor="@color/selection_demo_item_selector"
- android:pointerIcon="hand"
- android:text="✕">
- </TextView>
- <TextView
- android:id="@+id/label"
- android:textSize="20sp"
- android:textStyle="bold"
- android:gravity="center_vertical"
- android:paddingStart="10dp"
- android:paddingEnd="10dp"
- android:layout_height="match_parent"
- android:layout_width="match_parent">
- </TextView>
- </LinearLayout>
-</LinearLayout>
diff --git a/res/menu/selection_demo_actions.xml b/res/menu/selection_demo_actions.xml
deleted file mode 100644
index e07c06b12..000000000
--- a/res/menu/selection_demo_actions.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 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.
--->
-
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item
- android:id="@+id/option_menu_add_column"
- android:title="Add column"
- android:showAsAction="always" />
- <item
- android:id="@+id/option_menu_remove_column"
- android:title="Remove column"
- android:showAsAction="always" />
-</menu>