diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-08-30 08:22:41 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-08-30 08:22:41 +0000 |
commit | b34fcf1c6d44950c0c714cdfdab65b760744f890 (patch) | |
tree | 5e8e76af189f5981c691ecd71ebf4b7c452232e6 /app/src/main/res/layout | |
parent | e3d672f395b2f1ecf73ade613f38ad5de9416bac (diff) | |
download | infinity-for-reddit-b34fcf1c6d44950c0c714cdfdab65b760744f890.tar infinity-for-reddit-b34fcf1c6d44950c0c714cdfdab65b760744f890.tar.gz infinity-for-reddit-b34fcf1c6d44950c0c714cdfdab65b760744f890.tar.bz2 infinity-for-reddit-b34fcf1c6d44950c0c714cdfdab65b760744f890.tar.lz infinity-for-reddit-b34fcf1c6d44950c0c714cdfdab65b760744f890.tar.xz infinity-for-reddit-b34fcf1c6d44950c0c714cdfdab65b760744f890.tar.zst infinity-for-reddit-b34fcf1c6d44950c0c714cdfdab65b760744f890.zip |
Lazy mode is available in FilteredThingActivity. Fixed a bug related to lazy mode. Fixed several bugs in ViewModels. Minor bugs fixed.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/activity_filtered_thing.xml (renamed from app/src/main/res/layout/activity_filtered_posts.xml) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_filtered_posts.xml b/app/src/main/res/layout/activity_filtered_thing.xml index b4065444..9d0cf259 100644 --- a/app/src/main/res/layout/activity_filtered_posts.xml +++ b/app/src/main/res/layout/activity_filtered_thing.xml @@ -13,6 +13,7 @@ android:theme="@style/AppTheme.AppBarOverlay"> <com.google.android.material.appbar.CollapsingToolbarLayout + android:id="@+id/collapsing_toolbar_layout_filtered_posts_activity" android:layout_width="match_parent" android:layout_height="match_parent" app:layout_scrollFlags="scroll|enterAlways" |