aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorMatthew Wong <wongma@protonmail.ch>2015-08-14 17:35:43 -0400
committerMatthew Wong <wongma@protonmail.ch>2015-08-14 17:35:43 -0400
commiteced1dd314ba651f862396c340492c6f2d9da926 (patch)
treeccca2954ba240556ec4f7030749eac2ef956cb28 /app/src/main/res
parent838471ec3a4dca2f4c652a43ea73d063559a00d1 (diff)
Move UI things to UI thread
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/fragment_show_ssh_key.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_show_ssh_key.xml b/app/src/main/res/layout/fragment_show_ssh_key.xml
index e81ae8c4..b01a5873 100644
--- a/app/src/main/res/layout/fragment_show_ssh_key.xml
+++ b/app/src/main/res/layout/fragment_show_ssh_key.xml
@@ -21,6 +21,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="16dp"
+ android:layout_marginRight="16dp"
android:text="@string/ssh_keygen_tip"
android:textAppearance="?android:attr/textAppearanceMedium"/>