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

Commit 5db76a15 authored by Nihar Thakkar's avatar Nihar Thakkar
Browse files

Make category title margins and sizes consistent

parent 5467e6d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
                android:maxLines="1"
                android:text="@string/applications_categories_title"
                android:textColor="@android:color/black"
                android:textSize="18sp"
                android:textSize="@dimen/text_size_large"
                android:textStyle="bold" />

            <GridLayout
@@ -48,7 +48,7 @@
                android:maxLines="1"
                android:text="@string/games_categories_title"
                android:textColor="@android:color/black"
                android:textSize="18sp"
                android:textSize="@dimen/text_size_large"
                android:textStyle="bold"
                app:layout_constraintTop_toBottomOf="@id/applications_categories_list" />

+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
        android:id="@+id/category_title"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginStart="@dimen/layout_margin_medium"
        android:layout_marginStart="@dimen/layout_margin_large"
        android:layout_marginTop="@dimen/layout_margin_large"
        android:ellipsize="end"
        android:maxLines="1"