summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/drawable/pattern_carbon_fiber_dark.pngbin419 -> 0 bytes
-rw-r--r--res/layout-land/all_apps.xml2
-rw-r--r--res/layout-port/all_apps.xml2
-rw-r--r--res/values/attrs.xml7
4 files changed, 0 insertions, 11 deletions
diff --git a/res/drawable/pattern_carbon_fiber_dark.png b/res/drawable/pattern_carbon_fiber_dark.png
deleted file mode 100644
index 44e050f4c..000000000
--- a/res/drawable/pattern_carbon_fiber_dark.png
+++ /dev/null
Binary files differ
diff --git a/res/layout-land/all_apps.xml b/res/layout-land/all_apps.xml
index 1927394ae..35adb6793 100644
--- a/res/layout-land/all_apps.xml
+++ b/res/layout-land/all_apps.xml
@@ -22,8 +22,6 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- launcher:texture="@drawable/pattern_carbon_fiber_dark"
-
android:scrollbarStyle="outsideInset"
android:drawSelectorOnTop="false"
android:listSelector="@drawable/grid_selector"
diff --git a/res/layout-port/all_apps.xml b/res/layout-port/all_apps.xml
index 92ca0f658..c954685c4 100644
--- a/res/layout-port/all_apps.xml
+++ b/res/layout-port/all_apps.xml
@@ -22,8 +22,6 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- launcher:texture="@drawable/pattern_carbon_fiber_dark"
-
android:scrollbarStyle="outsideInset"
android:drawSelectorOnTop="false"
android:listSelector="@drawable/grid_selector"
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 1fcad8160..fb8a4df87 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -69,13 +69,6 @@
<attr name="direction" />
</declare-styleable>
- <!-- AllAppsGridView specific attributes. These attributes are used to customize
- the list of all apps in XML files. -->
- <declare-styleable name="AllAppsGridView">
- <!-- The background texture. -->
- <attr name="texture" format="reference" />
- </declare-styleable>
-
<!-- XML attributes used by default_workspace.xml -->
<declare-styleable name="Favorite">
<attr name="className" format="string" />