Skip to content

Commit

Permalink
Update list_item_addons.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Feb 20, 2025
1 parent 510836a commit 23b7400
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/android/app/src/main/res/layout/list_item_addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,19 @@
app:layout_constraintStart_toEndOf="@id/text_name"
app:layout_constraintTop_toTopOf="parent" />

<Button
<com.google.android.material.button.MaterialButton
android:id="@+id/button_delete"
style="@style/Widget.Material3.Button.IconButton"
android:layout_width="wrap_content"
style="@style/Widget.Material3.Button.IconButton.Filled.Tonal"
android:layout_width="48dp"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:visibility="gone"
app:icon="@drawable/ic_delete"
app:iconTint="?attr/colorControlNormal"
app:layout_constraintEnd_toStartOf="@id/addon_switch"
app:iconGravity="textStart"
app:layout_constraintStart_toEndOf="@id/addon_switch"
app:layout_constraintTop_toTopOf="@+id/addon_switch"
app:layout_constraintBottom_toBottomOf="@+id/addon_switch" />

</androidx.constraintlayout.widget.ConstraintLayout>
</layout>

0 comments on commit 23b7400

Please sign in to comment.