diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-05-20 09:55:50 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-05-20 09:55:50 +0200 |
commit | 2a9037c749d3395ac65105604ab4936c4af0fc56 (patch) | |
tree | ee7672009ac3575f8aeac6c37ac91b7590334f28 /res/layout | |
parent | ffcd37e623136697da66e0c23bddc92b01ff0e41 (diff) |
Add certificate CN print
Need to fix string for email and order
--HG--
extra : rebase_source : c3d5858d53d2f8f340b0d4a07434021f194a247a
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/file_select.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/res/layout/file_select.xml b/res/layout/file_select.xml index 0dd1abba..8c9e4da6 100644 --- a/res/layout/file_select.xml +++ b/res/layout/file_select.xml @@ -51,5 +51,17 @@ android:ellipsize="end" android:singleLine="true" android:text="@string/file_nothing_selected" /> -</RelativeLayout> + <TextView + android:id="@+id/file_selected_description" + android:layout_width="wrap_content" + android:textIsSelectable="true" + android:layout_height="wrap_content" + android:layout_alignParentLeft="true" + android:layout_below="@+id/file_selected_item" + android:layout_marginLeft="16dip" + android:layout_toLeftOf="@+id/file_select_button" + android:ellipsize="end" + android:singleLine="true" /> + +</RelativeLayout>
\ No newline at end of file |