Merge "Make homepage icons more colorful!"

This commit is contained in:
Fan Zhang
2018-01-25 00:34:13 +00:00
committed by Android (Google) Code Review
31 changed files with 1101 additions and 86 deletions

View File

@@ -38,8 +38,8 @@
<ImageView
android:id="@android:id/icon"
android:layout_width="@dimen/dashboard_tile_image_size"
android:layout_height="@dimen/dashboard_tile_image_size"
android:layout_width="@dimen/suggestion_card_icon_size"
android:layout_height="@dimen/suggestion_card_icon_size"
style="@style/SuggestionCardIcon"
android:layout_marginTop="16dp"
android:layout_marginBottom="8dp" />