diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-08-21 08:21:17 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-08-21 08:21:17 +0000 |
commit | 9bad5024ff2fe13d9fe366ed40a2ea8662620c18 (patch) | |
tree | 6b3b25091732c2c4b7882b6ebea832405e79806f /app/src/main/res/layout/fragment_post.xml | |
parent | 029bbc951b3b7d128b9eb1a469942a8f03676d83 (diff) | |
download | infinity-for-reddit-9bad5024ff2fe13d9fe366ed40a2ea8662620c18.tar infinity-for-reddit-9bad5024ff2fe13d9fe366ed40a2ea8662620c18.tar.gz infinity-for-reddit-9bad5024ff2fe13d9fe366ed40a2ea8662620c18.tar.bz2 infinity-for-reddit-9bad5024ff2fe13d9fe366ed40a2ea8662620c18.tar.lz infinity-for-reddit-9bad5024ff2fe13d9fe366ed40a2ea8662620c18.tar.xz infinity-for-reddit-9bad5024ff2fe13d9fe366ed40a2ea8662620c18.tar.zst infinity-for-reddit-9bad5024ff2fe13d9fe366ed40a2ea8662620c18.zip |
Fixed getting same notifications for different accounts (for real this time). Add a settings acivity but with no use now. Minor bugs fixed. Minor UI tweaks.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/layout/fragment_post.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/layout/fragment_post.xml b/app/src/main/res/layout/fragment_post.xml index dcacaf49..9083b01d 100644 --- a/app/src/main/res/layout/fragment_post.xml +++ b/app/src/main/res/layout/fragment_post.xml @@ -3,7 +3,6 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" - android:id="@+id/coordinator_layout_post_fragment" tools:application="ml.docilealligator.infinityforreddit.PostFragment"> <com.lsjwzh.widget.materialloadingprogressbar.CircleProgressBar |