Removed unused attribute

Test: make
Change-Id: Ie4e69b98f55c1595eaf94b4e19ba1c8610b0c4dd
This commit is contained in:
Lucas Dupin
2017-05-13 21:13:30 -07:00
parent e726dbfa26
commit 58df15865f
3 changed files with 0 additions and 6 deletions

View File

@@ -48,7 +48,6 @@
android:layout_height="match_parent"
android:importantForAccessibility="no"
sysui:ignoreRightInset="true"
sysui:scrimColor="@color/scrim_behind_color"
/>
<com.android.systemui.statusbar.AlphaOptimizedView

View File

@@ -124,10 +124,6 @@
<declare-styleable name="PluginInflateContainer">
<attr name="viewType" format="string" />
</declare-styleable>
<declare-styleable name="ScrimView">
<!-- The initial color for the scrim. -->
<attr name="scrimColor" format="color" />
</declare-styleable>
<attr name="lightIconTheme" format="reference" />
<attr name="darkIconTheme" format="reference" />

View File

@@ -32,7 +32,6 @@
<color name="qs_detail_button">@*android:color/quaternary_device_default_settings</color>
<color name="qs_detail_button_white">#B3FFFFFF</color><!-- 70% white -->
<color name="qs_detail_transition">#66FFFFFF</color>
<color name="scrim_behind_color">@android:color/black</color>
<color name="status_bar_clock_color">#FFFFFFFF</color>
<color name="qs_user_detail_icon_muted">#FFFFFFFF</color> <!-- not so muted after all -->
<color name="qs_tile_disabled_color">#9E9E9E</color> <!-- 38% black -->