Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9103c465 authored by Daichi Hirono's avatar Daichi Hirono Committed by android-build-merger
Browse files

Fix the directory item height in grid view.

am: c545f5e6

* commit 'c545f5e6':
  Fix the directory item height in grid view.
parents 062f25ff c545f5e6
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -23,14 +23,16 @@
    android:elevation="@dimen/grid_item_elevation"
    android:focusable="true" >

    <!-- The height is 48px.
         paddingTop (9dp) + @dimen/check_icon_size (30dp) + paddingBottom (9dp) -->
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="horizontal"
        android:paddingBottom="16dp"
        android:paddingLeft="12dp"
        android:paddingBottom="9dp"
        android:paddingLeft="9dp"
        android:paddingRight="12dp"
        android:paddingTop="16dp"
        android:paddingTop="9dp"
        android:gravity="center_vertical">

        <FrameLayout