diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-06-04 02:05:57 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-06-04 02:05:57 +0000 |
commit | 4927f8278643e8deccede688a96183f139ce9691 (patch) | |
tree | 4ad7f3e47c861fdb9d39ce3c39e94cbe4d763b74 /app/src/main/res/layout | |
parent | bb42cb713d76d997d16b5bfbc4052672c9031fed (diff) | |
download | infinity-for-reddit-4927f8278643e8deccede688a96183f139ce9691.tar infinity-for-reddit-4927f8278643e8deccede688a96183f139ce9691.tar.gz infinity-for-reddit-4927f8278643e8deccede688a96183f139ce9691.tar.bz2 infinity-for-reddit-4927f8278643e8deccede688a96183f139ce9691.tar.lz infinity-for-reddit-4927f8278643e8deccede688a96183f139ce9691.tar.xz infinity-for-reddit-4927f8278643e8deccede688a96183f139ce9691.tar.zst infinity-for-reddit-4927f8278643e8deccede688a96183f139ce9691.zip |
Remove ViewImgurGifFragment.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/fragment_view_imgur_gif.xml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/app/src/main/res/layout/fragment_view_imgur_gif.xml b/app/src/main/res/layout/fragment_view_imgur_gif.xml deleted file mode 100644 index 4a0697f4..00000000 --- a/app/src/main/res/layout/fragment_view_imgur_gif.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" - android:id="@+id/constraintLayout" - android:layout_width="match_parent" - android:layout_height="match_parent" - tools:context=".Fragment.ViewImgurImageFragment"> - - <ProgressBar - android:id="@+id/progress_bar_view_imgur_gif_fragment" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_centerInParent="true" /> - - <pl.droidsonroids.gif.GifImageView - android:id="@+id/image_view_view_imgur_gif_fragment" - android:layout_width="match_parent" - android:layout_height="match_parent" /> - - <LinearLayout - android:id="@+id/load_image_error_linear_layout_view_imgur_gif_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_gif_tap_to_retry" - android:textSize="?attr/font_default" /> - - </LinearLayout> - -</RelativeLayout>
\ No newline at end of file |