aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/layout/item_load_comments_failed_placeholder.xml
blob: b5dd0d927bb99dbfcdf5db3f735c3acb84df627f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                      
                                                                        

                                        
                                   





                                                  
                                              

             
                                                                               


                                                  
                                
                                                   

                                                 

              
<?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>