mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-25 14:08:00 +01:00
Enable the loading indicator
This commit is contained in:
parent
654f0654a1
commit
4c2320d06a
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ class MediaActivity : SimpleActivity(), MediaOperationsListener {
|
||||||
private var mAllowPickingMultiple = false
|
private var mAllowPickingMultiple = false
|
||||||
private var mShowAll = false
|
private var mShowAll = false
|
||||||
private var mLoadedInitialPhotos = false
|
private var mLoadedInitialPhotos = false
|
||||||
private var mShowLoadingIndicator = false
|
private var mShowLoadingIndicator = true
|
||||||
private var mWasFullscreenViewOpen = false
|
private var mWasFullscreenViewOpen = false
|
||||||
private var mLastSearchedText = ""
|
private var mLastSearchedText = ""
|
||||||
private var mLatestMediaId = 0L
|
private var mLatestMediaId = 0L
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:hideAnimationBehavior="inward"
|
app:hideAnimationBehavior="inward"
|
||||||
app:showAnimationBehavior="outward"
|
app:showAnimationBehavior="outward"
|
||||||
app:showDelay="300"
|
app:showDelay="500"
|
||||||
tools:visibility="visible" />
|
tools:visibility="visible" />
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
|
|
Loading…
Reference in a new issue