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

Commit 5097a28d authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Make final adjustments to empty state text size." into rvc-dev am: 2e22c0e8

Change-Id: I7d040f2b01c5caf1dcac9b0058e38538bbbfc57c
parents 0bc33836 2e22c0e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
        android:layout_height="wrap_content"
        android:fontFamily="@string/config_headlineFontFamilyMedium"
        android:textColor="@color/resolver_empty_state_text"
        android:textSize="18sp"
        android:textSize="14sp"
        android:layout_centerHorizontal="true" />
    <TextView
        android:id="@+id/resolver_empty_state_subtitle"
@@ -47,7 +47,7 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textColor="@color/resolver_empty_state_text"
        android:textSize="14sp"
        android:textSize="12sp"
        android:gravity="center_horizontal"
        android:layout_centerHorizontal="true" />
    <Button