am 254e8aea: Merge "Update for shortcuts" into mnc-dev

* commit '254e8aea22f36c90587315a58aeefda9683581eb':
  Update for shortcuts
This commit is contained in:
Jason Monk
2015-06-16 20:45:22 +00:00
committed by Android Git Automerger
4 changed files with 5 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@@ -28,6 +28,7 @@
android:id="@android:id/icon"
android:layout_width="@dimen/shortcut_size"
android:layout_height="@dimen/shortcut_size"
android:tint="@color/icon_accent"
android:padding="12dp"
android:scaleType="fitXY" />

View File

@@ -100,4 +100,7 @@
<color name="zen_rule_name_warning">@color/system_warning_color</color>
<!-- Accent color that matches the settings launcher icon -->
<color name="icon_accent">#ffabffec</color>
</resources>