Skip to content

Commit

Permalink
qml qr scanner: make xml layout look nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
SomberNight authored and accumulator committed Nov 7, 2023
1 parent 58ff76a commit 1544a71
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions electrum/gui/qml/android_res/layout/scanner_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1544a71

Please sign in to comment.