diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-08-24 14:54:30 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-08-24 14:54:30 +0000 |
commit | de8df061ed760a9390d991a3b3b01c23a5fd4352 (patch) | |
tree | 4b8a494d91402c80460cb39f0351521c0c6a047d /app/src/main/res/layout/fragment_translation.xml | |
parent | 386b6e22ca18bb77cfcde9480ca44b11fa2c0a54 (diff) | |
download | infinity-for-reddit-de8df061ed760a9390d991a3b3b01c23a5fd4352.tar infinity-for-reddit-de8df061ed760a9390d991a3b3b01c23a5fd4352.tar.gz infinity-for-reddit-de8df061ed760a9390d991a3b3b01c23a5fd4352.tar.bz2 infinity-for-reddit-de8df061ed760a9390d991a3b3b01c23a5fd4352.tar.lz infinity-for-reddit-de8df061ed760a9390d991a3b3b01c23a5fd4352.tar.xz infinity-for-reddit-de8df061ed760a9390d991a3b3b01c23a5fd4352.tar.zst infinity-for-reddit-de8df061ed760a9390d991a3b3b01c23a5fd4352.zip |
Try to fix java.lang.IndexOutOfBoundsException in com.google.android.material.appbar.HeaderScrollingViewBehavior.layoutChild and com.google.android.material.appbar.HeaderScrollingViewBehavior.onMeasureChild.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/layout/fragment_translation.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_translation.xml b/app/src/main/res/layout/fragment_translation.xml index a4a58ed6..a0cb2ea7 100644 --- a/app/src/main/res/layout/fragment_translation.xml +++ b/app/src/main/res/layout/fragment_translation.xml @@ -3,5 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" + xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/recycler_view_translation_fragment" + app:layoutManager=".customviews.LinearLayoutManagerBugFixed" tools:context=".settings.TranslationFragment" />
\ No newline at end of file |