mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
Fix live photo indicator visibility for gridview
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
56a86538bc
commit
43bce947f9
2 changed files with 2 additions and 1 deletions
|
@ -94,6 +94,7 @@ import java.util.Set;
|
|||
import androidx.annotation.NonNull;
|
||||
import androidx.annotation.Nullable;
|
||||
import androidx.annotation.VisibleForTesting;
|
||||
import androidx.appcompat.widget.AppCompatTextView;
|
||||
import androidx.recyclerview.widget.RecyclerView;
|
||||
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
|
||||
import me.zhanghai.android.fastscroll.PopupTextProvider;
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
<TextView
|
||||
android:id="@+id/live_photo_indicator"
|
||||
tools:visibility="visible"
|
||||
android:visibility="gone"
|
||||
android:visibility="visible"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/standard_quarter_margin"
|
||||
|
|
Loading…
Reference in a new issue