diff --git a/client/electrum4a.py b/client/electrum4a.py index f670ccb79..6ec8fe98c 100755 --- a/client/electrum4a.py +++ b/client/electrum4a.py @@ -152,19 +152,18 @@ def main_layout(): return make_layout(""" + android:textSize="6pt" + android:gravity="center_vertical|center_horizontal|left"> - @@ -346,7 +345,7 @@ def get_history_layout(n): values = get_history_values(n) for v in values: a,b,c,d = v - color = "0xff00ff00" if a == 'v' else "0xffff0000" + color = "#ff00ff00" if a == 'v' else "#ffff0000" rows += """