From bae7b97f825ad52c6f91e9e1224fa6828f15c849 Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Mon, 7 Apr 2014 10:57:44 -0700 Subject: [PATCH] Quantum ActionBar, cleaning up theme colors BUG: 13731184 Change-Id: Icca14b094dc1b7f4156306d14a7950b857bbe9c9 --- .../drawable-hdpi/ab_bottom_solid_qntm_alpha.9.png | Bin 135 -> 0 bytes .../ab_bottom_transparent_qntm_alpha.9.png | Bin 138 -> 0 bytes .../res/drawable-hdpi/ab_solid_qntm_alpha.9.png | Bin 133 -> 0 bytes .../ab_stacked_solid_qntm_alpha.9.png | Bin 141 -> 0 bytes .../ab_stacked_transparent_qntm_alpha.9.png | Bin 140 -> 0 bytes .../drawable-hdpi/ab_transparent_qntm_alpha.9.png | Bin 124 -> 0 bytes .../drawable-mdpi/ab_bottom_solid_qntm_alpha.9.png | Bin 117 -> 0 bytes .../ab_bottom_transparent_qntm_alpha.9.png | Bin 120 -> 0 bytes .../res/drawable-mdpi/ab_solid_qntm_alpha.9.png | Bin 117 -> 0 bytes .../ab_stacked_solid_qntm_alpha.9.png | Bin 122 -> 0 bytes .../ab_stacked_transparent_qntm_alpha.9.png | Bin 121 -> 0 bytes .../drawable-mdpi/ab_transparent_qntm_alpha.9.png | Bin 111 -> 0 bytes .../ab_bottom_solid_qntm_alpha.9.png | Bin 150 -> 0 bytes .../ab_bottom_transparent_qntm_alpha.9.png | Bin 145 -> 0 bytes .../res/drawable-xhdpi/ab_solid_qntm_alpha.9.png | Bin 149 -> 0 bytes .../ab_stacked_solid_qntm_alpha.9.png | Bin 155 -> 0 bytes .../ab_stacked_transparent_qntm_alpha.9.png | Bin 150 -> 0 bytes .../drawable-xhdpi/ab_transparent_qntm_alpha.9.png | Bin 142 -> 0 bytes .../ab_bottom_solid_qntm_alpha.9.png | Bin 233 -> 0 bytes .../ab_bottom_transparent_qntm_alpha.9.png | Bin 220 -> 0 bytes .../res/drawable-xxhdpi/ab_solid_qntm_alpha.9.png | Bin 275 -> 0 bytes .../ab_stacked_solid_qntm_alpha.9.png | Bin 218 -> 0 bytes .../ab_stacked_transparent_qntm_alpha.9.png | Bin 218 -> 0 bytes .../ab_transparent_qntm_alpha.9.png | Bin 205 -> 0 bytes core/res/res/drawable/ab_bottom_solid_quantum.xml | 20 ------ .../res/drawable/ab_bottom_transparent_quantum.xml | 21 ------ core/res/res/drawable/ab_solid_quantum.xml | 20 ------ core/res/res/drawable/ab_stacked_solid_quantum.xml | 20 ------ .../drawable/ab_stacked_transparent_quantum.xml | 20 ------ core/res/res/drawable/ab_transparent_quantum.xml | 19 ----- core/res/res/values/attrs.xml | 6 ++ core/res/res/values/colors_quantum.xml | 48 ++----------- core/res/res/values/styles_quantum.xml | 79 ++++++++------------- core/res/res/values/themes_quantum.xml | 42 ++++++----- 34 files changed, 66 insertions(+), 229 deletions(-) delete mode 100644 core/res/res/drawable-hdpi/ab_bottom_solid_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-hdpi/ab_bottom_transparent_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-hdpi/ab_solid_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-hdpi/ab_stacked_solid_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-hdpi/ab_stacked_transparent_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-hdpi/ab_transparent_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-mdpi/ab_bottom_solid_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-mdpi/ab_bottom_transparent_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-mdpi/ab_solid_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-mdpi/ab_stacked_solid_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-mdpi/ab_stacked_transparent_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-mdpi/ab_transparent_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-xhdpi/ab_bottom_solid_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-xhdpi/ab_bottom_transparent_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-xhdpi/ab_solid_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-xhdpi/ab_stacked_solid_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-xhdpi/ab_stacked_transparent_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-xhdpi/ab_transparent_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-xxhdpi/ab_bottom_solid_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-xxhdpi/ab_bottom_transparent_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-xxhdpi/ab_solid_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-xxhdpi/ab_stacked_solid_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-xxhdpi/ab_stacked_transparent_qntm_alpha.9.png delete mode 100644 core/res/res/drawable-xxhdpi/ab_transparent_qntm_alpha.9.png delete mode 100644 core/res/res/drawable/ab_bottom_solid_quantum.xml delete mode 100644 core/res/res/drawable/ab_bottom_transparent_quantum.xml delete mode 100644 core/res/res/drawable/ab_solid_quantum.xml delete mode 100644 core/res/res/drawable/ab_stacked_solid_quantum.xml delete mode 100644 core/res/res/drawable/ab_stacked_transparent_quantum.xml delete mode 100644 core/res/res/drawable/ab_transparent_quantum.xml diff --git a/core/res/res/drawable-hdpi/ab_bottom_solid_qntm_alpha.9.png b/core/res/res/drawable-hdpi/ab_bottom_solid_qntm_alpha.9.png deleted file mode 100644 index 406bf58c96d094b2e68a7e5b9a7a37fe3cf10166..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^Y9P$P1|(P5zFY^S{5)M8Ln>~)ybP0l+XkKWI`(& diff --git a/core/res/res/drawable-hdpi/ab_bottom_transparent_qntm_alpha.9.png b/core/res/res/drawable-hdpi/ab_bottom_transparent_qntm_alpha.9.png deleted file mode 100644 index 409d3cdc79dacfc9edf416574dbf8fed30bc6e46..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^Y9P$P1|(P5zFY^S0zF+ELn>~)y>yWCfCC4M!)p)e zm;1Nvtq}@pU@z*~z;AEV6}oq7ywoz)?@MaBZO@u&=8E4BNI(PnItj}U*!&ONz~iku Y^RWKDyi~)y{(7_GMH3#Y%UDLvrH^m;_wmh%>7{kkFsnQMJ Sn!kbOGI+ZBxvX~)y~)y|Iz=fB}!IqwWMl zBe!qzuXl52@#?i$9?m|>8M5=$8}HW#wmg}6WxoVExM8Q0u>F9W{D13}e81JM{x2|I Z6Xj;LJ0zWB7dy~+22WQ%mvv4FO#pN$E%^Wd diff --git a/core/res/res/drawable-hdpi/ab_transparent_qntm_alpha.9.png b/core/res/res/drawable-hdpi/ab_transparent_qntm_alpha.9.png deleted file mode 100644 index 5fa4ec4168598265d5719d709f9cf6bba0be49cb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^Y9P$P1|(P5zFY^SoIPC}Ln>~)y|Iv&!GMR^@%{c1 zuV^Vzmy3H->TaC8|LWE$E*>1{T9L}jJ&r#mC185F| Mr>mdKI;Vst0R3Sov;Y7A diff --git a/core/res/res/drawable-mdpi/ab_bottom_transparent_qntm_alpha.9.png b/core/res/res/drawable-mdpi/ab_bottom_transparent_qntm_alpha.9.png deleted file mode 100644 index bfdc933f18c3b0ed3c683d89e1b579cffd3009f3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 120 zcmeAS@N?(olHy`uVBq!ia0vp^QXtI11|(N{`J4k%_MR?|Ar-fh6BPLWv?mFb{{6q+ z+nc9cWWr%TZ=Y%JH91}dcDw0HZOyo{2+R->`zyaS!^BV_`pf)dGZ-0`gq)Ny(QJAR PG>XB~)z4*}Q$iB}(l90= diff --git a/core/res/res/drawable-mdpi/ab_solid_qntm_alpha.9.png b/core/res/res/drawable-mdpi/ab_solid_qntm_alpha.9.png deleted file mode 100644 index bd818b5f73f7c5660f901733152adfc2b4add949..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^QXtI11|(N{`J4k%Hl8kyAr-fh6BPLWv?mFbUX(Z> zYnpX&h3jIm-Y63YRL& LS3j3^P6 z`}O<#`~SBbSuEBYWs-Gqg)5k$r2ET0OYmmlm%qQi10}y~=UD0Jp?!vdfvZo3IWp+> QRG?uDp00i_>zopr0520PP5=M^ diff --git a/core/res/res/drawable-mdpi/ab_stacked_transparent_qntm_alpha.9.png b/core/res/res/drawable-mdpi/ab_stacked_transparent_qntm_alpha.9.png deleted file mode 100644 index 961a73e5619bf23d09dfaf2ccc44d09bd547f5f2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 121 zcmeAS@N?(olHy`uVBq!ia0vp^QXtI11|(N{`J4k%4xTQKAr-fh6BPLWv?mFb{{4U6 z+ncBS$_m%TV!cr&Sr;J;7v}DN{ZTHSGMtx%l%rGpynF7j{qave!@!VQEnxa%o8=9l OSqz@8elF{r5}E)QASVd` diff --git a/core/res/res/drawable-mdpi/ab_transparent_qntm_alpha.9.png b/core/res/res/drawable-mdpi/ab_transparent_qntm_alpha.9.png deleted file mode 100644 index 2e423865ee760b4100ab68f4378e1e3eb0a382a2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 111 zcmeAS@N?(olHy`uVBq!ia0vp^QXtI11|(N{`J4k%W}YsNAr-fh6BPLWv_EoW|JNU7 zl67%~>teB92xH5p7ynndrX0UmFU9;Ty5)+(645jU2Jf0LJkb#+>wqROc)I$ztaD0e F0s!gqB_;p> diff --git a/core/res/res/drawable-xhdpi/ab_bottom_solid_qntm_alpha.9.png b/core/res/res/drawable-xhdpi/ab_bottom_solid_qntm_alpha.9.png deleted file mode 100644 index 312f76c047e41ba3eee20a8987f769d8a082d95c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 150 zcmeAS@N?(olHy`uVBq!ia0vp^Mj*_=1|;R|J2nETSWg$nkcwMxZ|&q{FyLW!cyGVH zdbzjYrKgOCIZY0%EO^>szjA5*q?uQD7Rv}saG#JRCx8=7SUrJ>k+E>AgM**K?Bg5q adKo{P>wJw_VRam65re0zpUXO@geCye9V;#X diff --git a/core/res/res/drawable-xhdpi/ab_bottom_transparent_qntm_alpha.9.png b/core/res/res/drawable-xhdpi/ab_bottom_transparent_qntm_alpha.9.png deleted file mode 100644 index 49e0a49f9b89138e9f331350e4875adc2d13ebd8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 145 zcmeAS@N?(olHy`uVBq!ia0vp^Mj*_=1|;R|J2nET2u~NskcwMxuNZPMDDW^J_;>RE ze%(C2b&C>qIy@_qjQXl}v+AXnQQbSK<-AKA9q@o(PE1TpkFpyZWSl-#W;3M}%v|w) S=EGp19SokXelF{r5}E+>buPL9 diff --git a/core/res/res/drawable-xhdpi/ab_solid_qntm_alpha.9.png b/core/res/res/drawable-xhdpi/ab_solid_qntm_alpha.9.png deleted file mode 100644 index fb0d0b6b541912f709d5e41aa833cd28fea1c8a2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 149 zcmeAS@N?(olHy`uVBq!ia0vp^Mj*_=1|;R|J2nET7*7|+kcwMxZ*AmcFyLTu_%44< z)MvU-)WERim%zopr0M}3_&j0`b diff --git a/core/res/res/drawable-xhdpi/ab_stacked_solid_qntm_alpha.9.png b/core/res/res/drawable-xhdpi/ab_stacked_solid_qntm_alpha.9.png deleted file mode 100644 index 6d8789022efc297f5c415eaca765a561f3373f1b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^Mj*_=1|;R|J2nETBu^K|kcwMxZy9ni7;>;U{QsY* zZFpDocwsD4TjY%>w++URe12W^4Q_iLdCqjgs#hmj8F7Q1QkN7I6#gHdH`8{fg2HY^ e`ToSqQrs3UETxlU{!a$l#^CAd=d#Wzp$PzVVJoiy diff --git a/core/res/res/drawable-xhdpi/ab_stacked_transparent_qntm_alpha.9.png b/core/res/res/drawable-xhdpi/ab_stacked_transparent_qntm_alpha.9.png deleted file mode 100644 index 58f3e0fac378d83f8ccaaafcf05d7184439f86db..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 150 zcmeAS@N?(olHy`uVBq!ia0vp^Mj*_=1|;R|J2nETSWg$nkcwMxZ*AmdP~c#26f02q zF3)Yvo!rg&%x9mPyJPB++0)%!gN@vue=Bmp3tlO5GBG{M+S+{P++X&cH9W7wbl#d> V)eAPzya%+1!PC{xWt~$(69A>3Emr^l diff --git a/core/res/res/drawable-xhdpi/ab_transparent_qntm_alpha.9.png b/core/res/res/drawable-xhdpi/ab_transparent_qntm_alpha.9.png deleted file mode 100644 index c37ba9ee25e1cf77637d2efec4e30ff4d3e93199..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^Mj*_=1|;R|J2nETP)`@fkcwMxZy9ni7;rEj`1AjA zS^mMbO$CiM518`Qj90F{#KX#j4;V3O3J6U2cO$#f!J*FilU-YGHlJH+%CWGhLrOpk O7(8A5T-G@yGywobt|OEH diff --git a/core/res/res/drawable-xxhdpi/ab_bottom_solid_qntm_alpha.9.png b/core/res/res/drawable-xxhdpi/ab_bottom_solid_qntm_alpha.9.png deleted file mode 100644 index 65b8d4af619460892e5e369341efbd3dde2108fa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^ULefD0wlNH4nJ za0`PlBg3pY5H=O_Iu3oB9eS()~1F6g{nMV978hhy}f0~*Qy}kdeQvZ`a^&7 zPhZPDqo4EUsKwEpqN0|JLR>4>tj>R2WfZ8Io*q)YjfaOTt8{9Kzw+5T`wq`+!UuM( zD(ruo9DjS^g0RKA)`*B)QU5FVPq_B!r{ByaZ#nZfFs?`ex`M&e)z4*}Q$iB}^Hx?( diff --git a/core/res/res/drawable-xxhdpi/ab_bottom_transparent_qntm_alpha.9.png b/core/res/res/drawable-xxhdpi/ab_bottom_transparent_qntm_alpha.9.png deleted file mode 100644 index a397baadf22c1c6f528745cbd34d14f065fd5d56..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^ULefD0wlNH4nJ za0`PlBg3pY5H=O_Iu3oA~O8P?k;Qt3gvpbIEG~0dwXjmX9EKd%Yi*RCjQQU z;J0zB5ckoB@1-2>m+E%S^YUA5C0@MUEZ0=)=5(nU6IXn3nDpHdKiJzQbz|BGyA|^n kSn08{e)YW87<*90`~lZw;l=wMffh4(y85}Sb4q9e0Cd<$3jhEB diff --git a/core/res/res/drawable-xxhdpi/ab_solid_qntm_alpha.9.png b/core/res/res/drawable-xxhdpi/ab_solid_qntm_alpha.9.png deleted file mode 100644 index b56fa4ad1614345273b0be30e52723a12160734f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^ULefD1|(%J94Z7-Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmPqv%H8T+o7_z=|G_co-U3d6}R5r*~oiDLBJ*O*^__K zOIvmxS*UAm?DRf-L)DrV50Bd$qdfK6vu2-9vs!rVa@6Yw$M_HLc4%Z`4nJ za0`PlBg3pY5H=O_Iu3oB9fwRC)Vr)3T1n`IEG~0dwX>w?*RiIW`ory{;&Vm zz<2J}UPhq>R~VVr9(@@#b4nJ za0`PlBg3pY5H=O_Iu3oBGM)n)94nJ za0`PlBg3pY5H=O_Iu3oB9hVz3mW$Uh2lJ2978hhy}i1T_kaTjv%`)p00i_>zopr01)m!9{>OV diff --git a/core/res/res/drawable/ab_bottom_solid_quantum.xml b/core/res/res/drawable/ab_bottom_solid_quantum.xml deleted file mode 100644 index 848737e30cc2..000000000000 --- a/core/res/res/drawable/ab_bottom_solid_quantum.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - diff --git a/core/res/res/drawable/ab_bottom_transparent_quantum.xml b/core/res/res/drawable/ab_bottom_transparent_quantum.xml deleted file mode 100644 index 29df6b909c73..000000000000 --- a/core/res/res/drawable/ab_bottom_transparent_quantum.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - diff --git a/core/res/res/drawable/ab_solid_quantum.xml b/core/res/res/drawable/ab_solid_quantum.xml deleted file mode 100644 index e56bb401ad4d..000000000000 --- a/core/res/res/drawable/ab_solid_quantum.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - diff --git a/core/res/res/drawable/ab_stacked_solid_quantum.xml b/core/res/res/drawable/ab_stacked_solid_quantum.xml deleted file mode 100644 index df775afa29d0..000000000000 --- a/core/res/res/drawable/ab_stacked_solid_quantum.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - diff --git a/core/res/res/drawable/ab_stacked_transparent_quantum.xml b/core/res/res/drawable/ab_stacked_transparent_quantum.xml deleted file mode 100644 index bdae6b9bc399..000000000000 --- a/core/res/res/drawable/ab_stacked_transparent_quantum.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - diff --git a/core/res/res/drawable/ab_transparent_quantum.xml b/core/res/res/drawable/ab_transparent_quantum.xml deleted file mode 100644 index 495bfb6d59c7..000000000000 --- a/core/res/res/drawable/ab_transparent_quantum.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index 362182e092b3..19eee5f30dcf 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -913,8 +913,14 @@ + + + + + + diff --git a/core/res/res/values/colors_quantum.xml b/core/res/res/values/colors_quantum.xml index d10f7c06aae2..ebe4a495cca1 100644 --- a/core/res/res/values/colors_quantum.xml +++ b/core/res/res/values/colors_quantum.xml @@ -16,16 +16,14 @@ @color/black - @color/quantum_grey_50 - @color/quantum_grey_700 - @color/quantum_grey_100 + @color/white @color/background_quantum_light @color/background_quantum_dark #80000000 - - #80fafafa + + #80ffffff @color/bright_foreground_quantum_light @color/bright_foreground_quantum_dark @@ -34,41 +32,13 @@ #80bebebe #80323232 - - @color/secondary_text_quantum_light - @color/quantum_teal_700 - - - @color/secondary_text_quantum_dark - @color/quantum_lime_A200 - - - @color/quantum_grey_300 - @color/quantum_grey_500 - - - @color/quantum_grey_700 - @color/quantum_grey_500 - @color/bright_foreground_disabled_quantum_dark @color/bright_foreground_disabled_quantum_light - - #66eeff41 - + + #660097a7 + #660097a7 - - @color/background_quantum_dark - @color/background_quantum_light - @color/bright_foreground_quantum_dark - @color/bright_foreground_quantum_light - @color/bright_foreground_disabled_quantum_dark - @color/bright_foreground_disabled_quantum_light - @color/control_activated_foreground_quantum_dark - @color/control_activated_foreground_quantum_light - @color/transparent - @color/white - #fff4c7c3 @@ -155,10 +125,4 @@ #deffffff #8affffff #4dffffff - - - @color/quantum_teal_100 - @color/quantum_teal_300 - @color/quantum_teal_500 - @color/quantum_teal_700 diff --git a/core/res/res/values/styles_quantum.xml b/core/res/res/values/styles_quantum.xml index 85d8761c2d5c..dd148c441363 100644 --- a/core/res/res/values/styles_quantum.xml +++ b/core/res/res/values/styles_quantum.xml @@ -340,13 +340,13 @@ please see styles_device_defaults.xml. @@ -377,11 +377,11 @@ please see styles_device_defaults.xml. @@ -545,16 +545,16 @@ please see styles_device_defaults.xml. @@ -660,7 +665,7 @@ please see themes_device_defaults.xml. @style/Widget.Quantum.Light.TimePicker - @color/timepicker_default_background_quantum_light + ?attr/colorBackground @style/TextAppearance.Quantum.Light.TimePicker.TimeLabel @@ -681,13 +686,18 @@ please see themes_device_defaults.xml. atThumb - @color/control_normal_foreground_quantum_light - @color/control_activated_foreground_quantum_light - @color/btn_default_normal_quantum_light - @color/btn_default_pressed_quantum_light + @color/quantum_grey_700 + @color/quantum_grey_500 + @color/quantum_grey_100 + @color/quantum_teal_A200 + + ?attr/textColorSecondary + ?attr/colorPrimaryLight + @color/quantum_grey_100 + @color/quantum_grey_500 - @color/theme_color_500 - @color/theme_color_700 + ?attr/colorPrimary + ?attr/colorPrimaryLight