We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f71af3 commit d01acc6Copy full SHA for d01acc6
ui/src/main/res/layout/dialog_product_confirmation.xml
@@ -118,16 +118,17 @@
118
<android.support.v7.widget.AppCompatButton
119
android:id="@+id/addToCart"
120
style="@style/SnabbleButton"
121
- android:layout_width="wrap_content"
+ android:layout_width="272dp"
122
android:layout_height="wrap_content"
123
android:layout_below="@+id/quantity"
124
android:layout_centerHorizontal="true"
125
android:text="@string/Snabble.Scanner.addToCart" />
126
127
+
128
<!-- invisible view as a margin, marginBottom does not work on API 16-18 -->
129
<View
130
android:layout_width="match_parent"
- android:layout_height="24dp"
131
+ android:layout_height="16dp"
132
android:layout_below="@id/addToCart"
133
android:visibility="invisible" />
134
</RelativeLayout>
0 commit comments