Use proper fonts for the empty state screens.
Test: manual Fixes: 149511775 Change-Id: I69fb27ee6f70ab5f768af59f49857ae70116e1cb
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user