diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-08-11 15:12:37 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-08-11 15:12:37 +0000 |
commit | dc248735c707fe85ceb01899ff7bc73e3196ff08 (patch) | |
tree | 5ac4da8647d9001e145277ca24aefd3a58511a37 /app/src/main/res | |
parent | a5197d5e944b69b276e4ec29d5d0c99477ad397f (diff) | |
download | infinity-for-reddit-dc248735c707fe85ceb01899ff7bc73e3196ff08.tar infinity-for-reddit-dc248735c707fe85ceb01899ff7bc73e3196ff08.tar.gz infinity-for-reddit-dc248735c707fe85ceb01899ff7bc73e3196ff08.tar.bz2 infinity-for-reddit-dc248735c707fe85ceb01899ff7bc73e3196ff08.tar.lz infinity-for-reddit-dc248735c707fe85ceb01899ff7bc73e3196ff08.tar.xz infinity-for-reddit-dc248735c707fe85ceb01899ff7bc73e3196ff08.tar.zst infinity-for-reddit-dc248735c707fe85ceb01899ff7bc73e3196ff08.zip |
Try fixing ViewPager2's IllegalStateException.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/item_comment.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml index 99572612..f72eadc0 100644 --- a/app/src/main/res/layout/item_comment.xml +++ b/app/src/main/res/layout/item_comment.xml @@ -11,6 +11,7 @@ android:layout_height="match_parent" /> <LinearLayout + android:id="@+id/linear_layout_item_comment" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="12dp" |