summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2014-02-24 01:04:33 +0100
committerMatt Garnes <matt@cyngn.com>2014-06-17 17:38:02 -0700
commit56db21e5af4c17f9308ceb07b0f3ab651743b5cd (patch)
tree03d9c1b1a761c78a277d888b3698ece86826df07 /res
parentcf43a17640a7eede4106670f97e0834b5ea0f976 (diff)
downloadandroid_packages_apps_Trebuchet-56db21e5af4c17f9308ceb07b0f3ab651743b5cd.tar.gz
android_packages_apps_Trebuchet-56db21e5af4c17f9308ceb07b0f3ab651743b5cd.tar.bz2
android_packages_apps_Trebuchet-56db21e5af4c17f9308ceb07b0f3ab651743b5cd.zip
trebuchet: custom home
Change-Id: I4faee66580ab0e41ee8e8bcbd79ce680d45bce97 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/search_bg.9.pngbin0 -> 352 bytes
-rw-r--r--res/drawable-mdpi/search_bg.9.pngbin0 -> 279 bytes
-rw-r--r--res/drawable-xhdpi/search_bg.9.pngbin0 -> 423 bytes
-rw-r--r--res/drawable-xxhdpi/search_bg.9.pngbin0 -> 654 bytes
-rw-r--r--res/layout-port/qsb.xml2
-rw-r--r--res/layout-sw720dp/qsb.xml2
-rw-r--r--res/values/cm_integers.xml21
7 files changed, 23 insertions, 2 deletions
diff --git a/res/drawable-hdpi/search_bg.9.png b/res/drawable-hdpi/search_bg.9.png
new file mode 100644
index 000000000..798127b50
--- /dev/null
+++ b/res/drawable-hdpi/search_bg.9.png
Binary files differ
diff --git a/res/drawable-mdpi/search_bg.9.png b/res/drawable-mdpi/search_bg.9.png
new file mode 100644
index 000000000..3b259d4fb
--- /dev/null
+++ b/res/drawable-mdpi/search_bg.9.png
Binary files differ
diff --git a/res/drawable-xhdpi/search_bg.9.png b/res/drawable-xhdpi/search_bg.9.png
new file mode 100644
index 000000000..947fd4de6
--- /dev/null
+++ b/res/drawable-xhdpi/search_bg.9.png
Binary files differ
diff --git a/res/drawable-xxhdpi/search_bg.9.png b/res/drawable-xxhdpi/search_bg.9.png
new file mode 100644
index 000000000..6626cd99b
--- /dev/null
+++ b/res/drawable-xxhdpi/search_bg.9.png
Binary files differ
diff --git a/res/layout-port/qsb.xml b/res/layout-port/qsb.xml
index 4c9963dfb..f7a1c8773 100644
--- a/res/layout-port/qsb.xml
+++ b/res/layout-port/qsb.xml
@@ -18,7 +18,7 @@
xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@drawable/search_frame">
+ android:background="@drawable/search_bg">
<!-- Global search icon -->
<com.android.launcher3.HolographicLinearLayout
style="@style/SearchButton.WithPaddingStart"
diff --git a/res/layout-sw720dp/qsb.xml b/res/layout-sw720dp/qsb.xml
index e993f7847..399666ab0 100644
--- a/res/layout-sw720dp/qsb.xml
+++ b/res/layout-sw720dp/qsb.xml
@@ -19,7 +19,7 @@
style="@style/SearchDropTargetBar"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@drawable/search_frame">
+ android:background="@drawable/search_bg">
<!-- Global search icon -->
<com.android.launcher3.HolographicLinearLayout
style="@style/SearchButton.WithPaddingStart"
diff --git a/res/values/cm_integers.xml b/res/values/cm_integers.xml
new file mode 100644
index 000000000..f3b0464ef
--- /dev/null
+++ b/res/values/cm_integers.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 The CyanogenMod 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.
+-->
+<resources>
+ <integer name="qsb_initial_alpha_state">55</integer>
+ <integer name="qsb_end_alpha_state">220</integer>
+ <integer name="qsb_buttons_end_colorfilter">120</integer>
+</resources>