Narayan Panthi
Narayan Panthi
Got multiple errors like `line 1:0 extraneous input '' expecting {COMMENT, SEA_WS, '
recyclerView.setOnFlingListener(null);
Issue / Feature - /res/layout/progress_dialog.xml:13: AAPT: error: resource android:attr/android:progressBarStyle not found. FolioReader version - 0.5.4 FolioReader Stock / Modified - Android SDK - Any Mobile / Tablet / Emulator Info...
Make changes in layout. seems like the content is wrap content make it match parent .
You should load images with some image library eg. Glide. Activity cannot handle all the images resources while loading with setResources. It result in application crash with some memory issue.
**Describe the bug** Let's say we've login flow, and once the user successfully logs in, they land on the main screen. However, when setting up two navigation groups within a...