diff --git a/app/src/main/res/layout/include_network_error.xml b/app/src/main/res/layout/include_network_error.xml index ce7bd10f..3052dc57 100644 --- a/app/src/main/res/layout/include_network_error.xml +++ b/app/src/main/res/layout/include_network_error.xml @@ -11,24 +11,14 @@ app:contentPaddingRight="8dp" app:contentPaddingLeft="8dp"> - - - - - + android:layout_height="wrap_content" + android:text="@string/network_error" + android:fontFamily="@font/exo_semibold" + android:textColor="?attr/colorError" + android:textSize="18sp" + android:gravity="center" /> \ No newline at end of file