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

Commit 74fb759f authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

Merge "Improve the Dashboard layout"

parents a10e056d 94c9e177
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -22,9 +22,10 @@

    <TextView android:id="@+id/category_title"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_height="@dimen/dashboard_category_title_height"
            android:singleLine="true"
            android:ellipsize="marquee"
            android:gravity="center_vertical"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:textAlignment="viewStart"
            />
+2 −0
Original line number Diff line number Diff line
@@ -88,4 +88,6 @@
    <!-- Dashboard padding between each tiles within the layout -->
    <dimen name="dashboard_cell_gap">4dp</dimen>

    <dimen name="dashboard_category_title_height">48dp</dimen>

</resources>