1
0

qml qr scanner: make xml layout look nicer

This commit is contained in:
SomberNight
2023-10-31 18:12:24 +00:00
committed by Sander van Grieken
parent 58ff76adcf
commit 1544a71542

View File

@@ -14,9 +14,16 @@
<TextView
android:id="@+id/hint"
android:layout_gravity="center|top"
android:gravity="center"
android:text="Scan a QR code."
android:layout_width="wrap_content"
android:textColor="#ffffff"
android:shadowColor="#000000"
android:shadowDx="1"
android:shadowDy="1"
android:shadowRadius="2"
android:textSize="15sp"
android:padding="14dp"
android:layout_height="wrap_content" />
<Button