aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/layout/item_no_comment_placeholder.xml
blob: 17193549431bfdf8584bfb2541b28e8444b961f0 (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_margin="36dp"
    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_no_comment_placeholder"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center_horizontal"
        android:text="@string/no_comments_yet"
        android:textSize="?attr/font_default"
        android:fontFamily="?attr/font_family" />

</LinearLayout>
Alex Ning2-22/+26 2020-12-02Try fixing ANR when releasing ExoPlayer.Alex Ning5-6/+14 2020-12-02Fix some NullPointerException.Alex Ning2-10/+11 2020-12-02Try fixing IllegalStateException for fragments in various Activities.Alex Ning5-11/+12 2020-12-02Maybe fixed IllegaStateException for ShareLinkBottomSheetFragment and CopyTex...Alex Ning2-12/+9 2020-12-01Maybe fix IndexOutOfBoundsException when parsing spoiler syntax.Alex Ning4-0/+25 2020-12-01Disable nsfw warning in ViewUserDetailActivity.Alex Ning1-3/+3 2020-12-01Maybe fix crash when downloading media.Alex Ning3-240/+2 2020-12-01Minor bugs fixed.Alex Ning3-13/+28 2020-12-01Fix ArrayIndexOutOfBoundsException in FollowedUsersRecyclerViewAdapter. Minor...Alex Ning4-122/+147 2020-12-01Update translation.Alex Ning10-849/+1636 2020-12-01Show upvoted or downvoted color in topScoreTextView in CommentViewHolder.Alex Ning1-0/+10 2020-11-30Changing language is now available.Alex Ning8-3/+83