comparison res/layout/act_generatepubkey.xml @ 340:82d127ae1550 ganymed

fix pubkey display; better layout for generate pub keys
author Carl Byington <carl@five-ten-sg.com>
date Thu, 31 Jul 2014 15:53:40 -0700
parents 0ce5cc452d02
children
comparison
equal deleted inserted replaced
339:cd1d87edcbf6 340:82d127ae1550
64 64
65 <RadioButton 65 <RadioButton
66 android:id="@+id/rsa" 66 android:id="@+id/rsa"
67 android:layout_width="wrap_content" 67 android:layout_width="wrap_content"
68 android:layout_height="wrap_content" 68 android:layout_height="wrap_content"
69 android:text="RSA" 69 android:text="RSA" />
70 android:paddingRight="30dip" />
71 70
72 <RadioButton 71 <RadioButton
73 android:id="@+id/dsa" 72 android:id="@+id/dsa"
74 android:layout_width="wrap_content" 73 android:layout_width="wrap_content"
75 android:layout_height="wrap_content" 74 android:layout_height="wrap_content"