OSDN Git Service

Temporarily fix directory tile heights in grid mode.
authorBen Kwa <kenobi@google.com>
Tue, 26 Jan 2016 18:08:24 +0000 (10:08 -0800)
committerBen Kwa <kenobi@google.com>
Tue, 26 Jan 2016 18:08:24 +0000 (10:08 -0800)
BUG=26760493

Change-Id: I118e30cdf3892ef6857735f4a4f69a128b3f1c36

packages/DocumentsUI/res/layout/item_dir_grid.xml

index a08e029..b0331be 100644 (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"