Commit Graph

11 Commits

Author SHA1 Message Date
joker.yang
d4ebd771a8 Remove LOCAL_SRC_FILES from RRO modules
If LOCAL_SRC_FILES is not empty then building rro package will fail.
Sometimes LOCAL_SRC_FILES will be not empty by mistake, so delete
LOCAL_SRC_FILES for all rro modules.

Bug: 136694299
Test: treehugger
Change-Id: I2555c97f4ae98f6949837a19b4db4877cb38b607
2019-07-08 15:15:49 -07:00
TreeHugger Robot
2d9b3f3a4b Merge "Show cast record icon in the status bar" into qt-dev 2019-05-06 17:49:30 +00:00
Amin Shaikh
6c328ac58c Show cast record icon in the status bar
- Add CastDrawable that wraps ic_cast and draws the red record fill
- Add ic_cast_connected_fill that only contains the fill of the cast icon
- Updated all icon packs to include fill icon on the right ic_cast size

Fixes: 127479204
Test: visual; sysui demo mode
Change-Id: Idaed25ad0a5646af4be4170ee76938a4d40aaf3e
2019-05-06 10:26:15 -04:00
Amin Shaikh
b7b4c25cad Update icon packs.
- Add back arrow for QS customizer
- Update work profile status bar / QS / corp badge icon to GM2
- Add Settings and Launcher overlay icons

Bug: 131346125
Test: visual
Change-Id: I61b56b04993ef19b5e66c9ad3d78eddcfce3aeb1
2019-05-03 14:29:54 -04:00
Hyunyoung Song
9857212e8d Remove LOCAL_CERTIFICATE := platform from overlay packages
Bug: 129376306
Test: builds and runs

$ find . -name Android.mk | xargs sed -i 's/LOCAL_CERTIFICATE.*//g'

Change-Id: I70cb4719e6b675477b858f043f31095a9dedbdcd
2019-04-30 11:23:36 -07:00
Amin Shaikh
43640e6810 Format all IconPack overlay resources.
Ran vendor/google_experimental/users/ashaikh/IconPack/format_icon_pack_xml.sh
which formats all drawable resources using the same ordering as android
studio.  All future icon pack updates will include formatting resources this way.

Bug: 118757293
Test: make
Change-Id: I8978dc72369ec98a8a29ba9ec787fd8de860cb73
2019-04-05 12:59:58 -04:00
Amin Shaikh
084de1d8a0 Update theme icon packs.
Mostly Settings, framework permission group icons and some SystemUI
volume dialog icons.

Bug: 129677355
Bug: 128354921
Test: make; install all overlays and change themes
Change-Id: I7099a050c6e4521e54fd258126e800dab3f66c3e
2019-04-04 19:17:10 -04:00
Amin Shaikh
409ed93935 Fix hotspot icon tint in Settings.
Also fix tinting other Settings icons and delete unused sysui icon.

Fixes: 126764703
Test: make; flash, change theme, open Settings Network & internet
Change-Id: Idc0dfaf646e6c09974a2fb2aab3963f5da096c01
2019-04-02 09:50:42 -04:00
Amin Shaikh
6b88a8b06f Update icon packs.
- Added privacy / status bar / power menu icons
- Remove empty paths, change fillColors to white (except for brightness thumb)
- Deleted unused icons

Bug: 118757293
Test: make; using theme picker to change icon packes
Change-Id: I77220d0ce98922457229d59e5057260e3531dea5
2019-04-01 10:29:49 -04:00
Amin Shaikh
551ff204e7 Move systemui preview icons into framework res.
This allows ThemePicker to retrieve the base icon set using
Resources#getSystem()#getDrawable. Updated icon overlays and removed
unused resources in the overlays.

Bug: 129427571
Test: make
Change-Id: Ia9b104235a367ba747c7267bf16f68822df9186d
2019-03-28 09:34:29 -04:00
Amin Shaikh
3b1d5f9d25 Add SystemUI icon pack overlays.
This change includes most QS icon overlays. Also renamed android
targetted icon packs to include Android in the overlay name.

Bug: 118757293
Test: adb shell cmd overlay enable-exclusive --user 0 com.android.theme.icon_pack.{circular,filled,rounded}.systemui
Change-Id: I87d7514c03231408fb0f6815279e9bc1c18b52e9
2019-02-04 10:11:38 -05:00