UpdatesFragment: Restore update all button as action button

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-07-17 20:15:50 +07:00
parent 1ab5d966a2
commit 6a7d4f6e3e
3 changed files with 24 additions and 45 deletions

View File

@@ -52,17 +52,14 @@
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/update_fab"
android:id="@+id/search_fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_margin="@dimen/margin_large"
android:contentDescription="@string/action_search"
android:text="@string/action_update_all"
android:textColor="@color/colorWhite"
android:visibility="gone"
app:backgroundTint="?colorAccent"
app:srcCompat="@drawable/ic_installation"
app:srcCompat="@drawable/ic_round_search"
app:tint="@color/colorWhite" />
</RelativeLayout>