diff --git a/app/src/main/res/layout/dialog_purchase_cell.xml b/app/src/main/res/layout/dialog_purchase_cell.xml index 1826dc043..8d81d52a7 100644 --- a/app/src/main/res/layout/dialog_purchase_cell.xml +++ b/app/src/main/res/layout/dialog_purchase_cell.xml @@ -13,4 +13,5 @@ android:clickable="true" android:focusable="true" android:checkable="true" - tools:ignore="ContentDescription"/> + tools:ignore="ContentDescription" + android:gravity="center_horizontal" />