blob: b5dd0d927bb99dbfcdf5db3f735c3acb84df627f (
plain) (
tree)
|
|
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="48dp"
android:orientation="vertical">
<ImageView
android:layout_width="150dp"
android:layout_height="150dp"
android:layout_gravity="center_horizontal"
android:src="@drawable/error_image" />
<TextView
android:id="@+id/error_text_view_item_load_comments_failed_placeholder"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:gravity="center"
android:text="@string/load_comments_failed"
android:textSize="?attr/font_default"
android:fontFamily="?attr/font_family" />
</LinearLayout>
|