Commit 76b8fba8 authored by Theresa's avatar Theresa Committed by Commit Bot

Add touch highlighting to NTP shortcuts

Add the default selectable item background to the bookmarks/downloads
shortcuts on the "simplified NTP".

BUG=852392

Change-Id: Iebf2dce9d36d458d566a15ee2e9eeb8b1362bdee
Reviewed-on: https://chromium-review.googlesource.com/1105192Reviewed-by: default avatarBecky Zhou <huayinz@chromium.org>
Commit-Queue: Theresa <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568216}
parent 9d929709
......@@ -21,6 +21,7 @@
android:layout_weight="1"
android:layout_height="wrap_content"
android:minHeight="48dp"
android:background="?attr/selectableItemBackground"
android:paddingTop="4dp"
android:paddingBottom="4dp" >
......@@ -44,6 +45,7 @@
android:layout_weight="1"
android:layout_height="wrap_content"
android:minHeight="48dp"
android:background="?attr/selectableItemBackground"
android:paddingTop="4dp"
android:paddingBottom="4dp" >
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment