Skip to content

Commit

Permalink
Setting the default visibility to gone of progressBarLayout.
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMaliDeveloper committed Oct 1, 2024
1 parent 11e16c7 commit 8d23eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_destination_download.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
android:layout_width="140dp"
android:layout_height="100dp"
android:layout_margin="16dp"
android:visibility="visible"
android:visibility="gone"
app:cardCornerRadius="8dp"
app:cardElevation="4dp"
app:layout_constraintBottom_toBottomOf="parent"
Expand Down

0 comments on commit 8d23eb6

Please sign in to comment.