Merge "Fix storage summary background colors." into oc-dev

am: 8b8f27cd06

Change-Id: I821d4a44c69bae33e3ae9854f23ed87e51139951
This commit is contained in:
Daniel Nishi
2017-05-23 17:41:21 +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" >