Skip to content

Commit 282c51d

Browse files
Winson ChungAndroid (Google) Code Review
authored andcommitted
Merge "Updating time/alarm tiles, fixing issue with empty space under QuickSettings (Bug 7205141, Bug 7222371)" into jb-mr1-dev
2 parents 61ad1ba + c86b23b commit 282c51d

17 files changed

+103
-53
lines changed
1.57 KB
Loading
433 Bytes
Loading
486 Bytes
Loading
1.11 KB
Loading
445 Bytes
Loading
447 Bytes
Loading
2.19 KB
Loading
499 Bytes
Loading
549 Bytes
Loading

packages/SystemUI/res/drawable/qs_tile_background.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
-->
1919
<selector xmlns:android="http://schemas.android.com/apk/res/android">
2020
<item android:state_pressed="true">
21-
<color android:color="#252725" />
21+
<color android:color="#212121" />
2222
</item>
2323
<item>
24-
<color android:color="#1B1D1B" />
24+
<color android:color="#161616" />
2525
</item>
2626
</selector>

0 commit comments

Comments
 (0)