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

Commit 49f61c84 authored by arangelov's avatar arangelov
Browse files

Use proper fonts for the empty state screens.

Test: manual
Fixes: 149511775
Change-Id: I69fb27ee6f70ab5f768af59f49857ae70116e1cb
parent b9d84550
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
        android:layout_marginTop="16dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textAppearance="?attr/textAppearanceMedium"
        android:fontFamily="@string/config_headlineFontFamilyMedium"
        android:textColor="@color/resolver_empty_state_text"
        android:textSize="18sp"/>
    <TextView
@@ -52,7 +52,7 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:background="@null"
        android:textAppearance="?attr/textAppearanceMedium"
        android:fontFamily="@string/config_headlineFontFamilyMedium"
        android:textSize="14sp"
        android:textColor="@color/resolver_tabs_active_color"/>
</LinearLayout>
 No newline at end of file