Merge "Temporarily fix directory tile heights in grid mode."

This commit is contained in:
Ben Kwa
2016-01-26 18:11:44 +00:00
committed by Android (Google) Code Review

View File

@@ -17,7 +17,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/grid_item_margin"
android:background="@color/item_doc_background"
android:elevation="5dp"