aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/layout/fragment_view_imgur_images.xml
blob: 7a658b9288ce1ff1106637c8c916ad2db64a32a8 (plain) (tree)
1
2
3
4
5
6
7
8


                                                                          
                                                       


                                        
                                                      






                                                                
                                                                  

                                                              
                                               














                                                                                  

                                                     



                   
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/constraintLayout"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".fragments.ViewImgurImageFragment">

    <ProgressBar
        android:id="@+id/progress_bar_view_imgur_image_fragment"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerInParent="true" />

    <com.davemorrissey.labs.subscaleview.SubsamplingScaleImageView
        android:id="@+id/image_view_view_imgur_image_fragment"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

    <LinearLayout
        android:id="@+id/load_image_error_linear_layout_view_imgur_image_fragment"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:visibility="gone">

        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:drawableTop="@drawable/ic_error_outline_white_24dp"
            android:layout_gravity="center"
            android:gravity="center"
            android:textColor="@android:color/white"
            android:text="@string/error_loading_image_tap_to_retry"
            android:textSize="?attr/font_default"
            android:fontFamily="?attr/font_family" />

    </LinearLayout>

</RelativeLayout>
ng 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