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

Commit 2e22c0e8 authored by Antoan Angelov's avatar Antoan Angelov Committed by Android (Google) Code Review
Browse files

Merge "Make final adjustments to empty state text size." into rvc-dev

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