Commit Graph

16 Commits

Author SHA1 Message Date
Jay Aliomer
c0be8e5588 Update style drawables after bugbash
Fixes: 158616373
Fixes: 158624647
Fixes: 158624915
Fixes: 158515738
Fixes: 158512785
Fixes: 158612863
Fixes: 158613643
Fixes: 158613289
Test: manually
Change-Id: I8ffc79403578bc55a04340b64ae8c87c02ef5211
2020-06-19 17:22:37 -04:00
joker.yang
decfc057e6 Merge "Remove LOCAL_SRC_FILES from RRO modules" into stage-aosp-master am: 651b6ee8c5
am: 278b0462f1

Change-Id: I11c4ffb1a1bd4ddb83d211c73d9fab83aa4c22b6
2019-07-09 10:07:20 -07:00
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
Amin Shaikh
10a8b519f3 Update themed icons.
Fixes: 132808864
Fixes: 131238809
Test: mp droid; manually check icons
Change-Id: Idffc547c971c90031f14dc0b2fa1b6337586e61f
2019-06-04 08:11:51 -04:00
Amin Shaikh
903091fcc2 Update themed icons.
- Ensure underlying icons and overlayed icons match in size, tint and
autoMirrored
- Add a couple missing Settings icons
- Change perm_group_* icons to use colorControlNormal

Fixes: 132997623
Fixes: 131346125
Test: make; change overlays
Change-Id: I65170eb7671c425bd2c39cd2f1341f641fa810e3
2019-05-28 13:51:03 -04: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
a2d7d679e4 Fix brightness icon in theme pack.
Update all icon packs from latest mapping.

Fixes: 129694423
Test: make
Change-Id: I537f080b9ab6cdc02421fd37cac97cf937184e78
2019-04-08 11:54:22 -04: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