aboutsummaryrefslogtreecommitdiffstats
path: root/cm/res/res/drawable/ic_dexopt_starting.xml
diff options
context:
space:
mode:
authorAlexander Martinz <eviscerationls@gmail.com>2016-07-28 14:02:08 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-08-10 16:52:21 -0700
commit6e5ab27fbb508b3b347c873c0a3d9848ced789e9 (patch)
tree1861de109efdc676e2872f758be9b1d5d46c5979 /cm/res/res/drawable/ic_dexopt_starting.xml
parentdb640a9648d7833eb0f9745b091c91e7f3768803 (diff)
downloadvendor_cmsdk-6e5ab27fbb508b3b347c873c0a3d9848ced789e9.zip
vendor_cmsdk-6e5ab27fbb508b3b347c873c0a3d9848ced789e9.tar.gz
vendor_cmsdk-6e5ab27fbb508b3b347c873c0a3d9848ced789e9.tar.bz2
[1/2] cmsdk: cm custom boot dexopt UI
* Pass app info and number of installed packages to boot message UI * Ui by Asher and Joey, based on Alexander's previous work Change-Id: I9298d7e2b85a703921abf62f8b91157e6f88803b Signed-off-by: Joey Rizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'cm/res/res/drawable/ic_dexopt_starting.xml')
-rw-r--r--cm/res/res/drawable/ic_dexopt_starting.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/cm/res/res/drawable/ic_dexopt_starting.xml b/cm/res/res/drawable/ic_dexopt_starting.xml
new file mode 100644
index 0000000..09b4a3a
--- /dev/null
+++ b/cm/res/res/drawable/ic_dexopt_starting.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (c) 2016 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.
+-->
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+ <item
+ android:height="48dp"
+ android:width="48dp"
+ android:drawable="@drawable/ic_device_bg"/>
+ <item
+ android:height="24dp"
+ android:width="24dp"
+ android:gravity="center"
+ android:drawable="@drawable/ic_device" />
+</layer-list>