We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 699937b commit 392d90fCopy full SHA for 392d90f
1 file changed
app/src/main/res/layout/layout_scanner.xml
@@ -26,8 +26,10 @@
26
android:layout_gravity="center_horizontal|top"
27
android:layout_marginTop="120dp"
28
android:background="#66000000"
29
- android:paddingHorizontal="16dp"
30
- android:paddingVertical="8dp"
+ android:paddingLeft="16dp"
+ android:paddingTop="8dp"
31
+ android:paddingRight="16dp"
32
+ android:paddingBottom="8dp"
33
android:text="@string/scan_qr_hint"
34
android:textColor="@android:color/white"
35
android:textAppearance="?attr/textAppearanceBody2" />
0 commit comments