Merge "Fix storage summary background colors." into oc-dev am: 8b8f27cd06

am: 4525f9387a

Change-Id: I8a30afbf999318fd7dabaf7d15ce38f99168353b
This commit is contained in:
Daniel Nishi
2017-05-23 17:51:17 +00:00
committed by android-build-merger
4 changed files with 31 additions and 12 deletions

View File

@@ -17,7 +17,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:attr/selectableItemBackground"
android:background="?android:attr/colorSecondary"
android:gravity="center_vertical"
android:orientation="horizontal" >