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

Commit 94c9e177 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Improve the Dashboard layout

- make the category text header taller and centered

See bug #13140648 Settings needs to support the new Quantum Paper theme

Change-Id: I557211db923f106a83d65d090ce610c76fa53d5e
parent cf4b8f22
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>