diff options
author | Matthew Wong <wongma@protonmail.ch> | 2015-08-14 17:35:43 -0400 |
---|---|---|
committer | Matthew Wong <wongma@protonmail.ch> | 2015-08-14 17:35:43 -0400 |
commit | eced1dd314ba651f862396c340492c6f2d9da926 (patch) | |
tree | ccca2954ba240556ec4f7030749eac2ef956cb28 /app/src/main/res | |
parent | 838471ec3a4dca2f4c652a43ea73d063559a00d1 (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.xml | 1 |
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"/> |