Skip to content

Commit 1544a71

Browse files
SomberNightaccumulator
authored andcommitted
qml qr scanner: make xml layout look nicer
1 parent 58ff76a commit 1544a71

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

electrum/gui/qml/android_res/layout/scanner_layout.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,16 @@
1414
<TextView
1515
android:id="@+id/hint"
1616
android:layout_gravity="center|top"
17+
android:gravity="center"
1718
android:text="Scan a QR code."
1819
android:layout_width="wrap_content"
1920
android:textColor="#ffffff"
21+
android:shadowColor="#000000"
22+
android:shadowDx="1"
23+
android:shadowDy="1"
24+
android:shadowRadius="2"
25+
android:textSize="15sp"
26+
android:padding="14dp"
2027
android:layout_height="wrap_content" />
2128

2229
<Button

0 commit comments

Comments
 (0)