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 58ff76a commit 1544a71Copy full SHA for 1544a71
1 file changed
electrum/gui/qml/android_res/layout/scanner_layout.xml
@@ -14,9 +14,16 @@
14
<TextView
15
android:id="@+id/hint"
16
android:layout_gravity="center|top"
17
+ android:gravity="center"
18
android:text="Scan a QR code."
19
android:layout_width="wrap_content"
20
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"
27
android:layout_height="wrap_content" />
28
29
<Button
0 commit comments