Add the ripple effect to the highlight background
Bug: 215267159 Test: visual Change-Id: I96359342f0b8d40f5cd8dfbe8f1dd8b7d7f1c69b
This commit is contained in:
@@ -14,10 +14,14 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@*android:color/ripple_material_light">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid
|
||||
android:color="@color/accent_select_background" />
|
||||
<corners
|
||||
android:radius="@dimen/homepage_preference_corner_radius" />
|
||||
</shape>
|
||||
</item>
|
||||
</ripple>
|
||||
Reference in New Issue
Block a user