diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-11-18 10:54:13 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-11-18 10:54:13 +0000 |
commit | 61c5682b06fb3739a9f980700e6602ae0f39d5a2 (patch) | |
tree | b78f7adb2c5989f51c8f6c1d11547c98916ca8a2 /app/src/main/res/layout/fragment_view_imgur_video.xml | |
parent | 611a41a1dc21f10ec32963f3e12a7925cb2a3d66 (diff) | |
download | infinity-for-reddit-61c5682b06fb3739a9f980700e6602ae0f39d5a2.tar infinity-for-reddit-61c5682b06fb3739a9f980700e6602ae0f39d5a2.tar.gz infinity-for-reddit-61c5682b06fb3739a9f980700e6602ae0f39d5a2.tar.bz2 infinity-for-reddit-61c5682b06fb3739a9f980700e6602ae0f39d5a2.tar.lz infinity-for-reddit-61c5682b06fb3739a9f980700e6602ae0f39d5a2.tar.xz infinity-for-reddit-61c5682b06fb3739a9f980700e6602ae0f39d5a2.tar.zst infinity-for-reddit-61c5682b06fb3739a9f980700e6602ae0f39d5a2.zip |
Lowercase package names.
Diffstat (limited to 'app/src/main/res/layout/fragment_view_imgur_video.xml')
-rw-r--r-- | app/src/main/res/layout/fragment_view_imgur_video.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/fragment_view_imgur_video.xml b/app/src/main/res/layout/fragment_view_imgur_video.xml index 2947d11f..19331536 100644 --- a/app/src/main/res/layout/fragment_view_imgur_video.xml +++ b/app/src/main/res/layout/fragment_view_imgur_video.xml @@ -4,7 +4,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" xmlns:app="http://schemas.android.com/apk/res-auto" - tools:context=".Fragment.ViewImgurVideoFragment"> + tools:context=".fragments.ViewImgurVideoFragment"> <com.google.android.exoplayer2.ui.PlayerView android:id="@+id/player_view_view_imgur_video_fragment" |