mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-03 16:23:54 +01:00
fix issue5847 as owner required: make the icon always visible and just adjust the count accordingly,comment the setVisibility method and make pending_upload_icon always visible
This commit is contained in:
parent
ef3f6b7977
commit
8e4833ec78
2 changed files with 20 additions and 19 deletions
|
|
@ -14,11 +14,12 @@
|
|||
android:id="@+id/pending_uploads_image_view"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone"
|
||||
android:layout_marginEnd="@dimen/activity_margin_horizontal"
|
||||
android:layout_marginRight="@dimen/activity_margin_horizontal"
|
||||
android:gravity="center"
|
||||
app:srcCompat="?attr/upload_icon_drawable" />
|
||||
android:visibility="visible"
|
||||
app:srcCompat="?attr/upload_icon_drawable"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/pending_uploads_count_badge"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue