Mercurial > 510Connectbot
comparison res/layout/act_generatepubkey.xml @ 342:175c7d68f3c4
merge ganymed into mainline
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 31 Jul 2014 16:33:38 -0700 |
parents | 82d127ae1550 |
children |
comparison
equal
deleted
inserted
replaced
272:ce2f4e397703 | 342:175c7d68f3c4 |
---|---|
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" |