Skip to content

Commit

Permalink
remove default background from button
Browse files Browse the repository at this point in the history
  • Loading branch information
itszechs committed Feb 9, 2023
1 parent 227cf20 commit ca941a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/item_drive_file.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
style="@style/Widget.Material3.Button.IconButton"
android:layout_width="0dp"
android:layout_height="0dp"
android:background="@null"
android:layout_marginEnd="8dp"
android:contentDescription="@null"
app:layout_constraintBottom_toBottomOf="parent"
Expand Down

0 comments on commit ca941a7

Please sign in to comment.