aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/recipient_selection_list_entry.xml
diff options
context:
space:
mode:
authormar-v-in <github@rvin.mooo.com>2014-08-01 23:30:31 +0200
committermar-v-in <github@rvin.mooo.com>2014-08-01 23:30:31 +0200
commit9d101b4fe5ea3aa4c67264131eaaf055c0c35641 (patch)
tree8c5eabfb0a06ce00dffdb1d0ebaee8fea3fbae71 /OpenKeychain/src/main/res/layout/recipient_selection_list_entry.xml
parentb206b6d351e38c96eb44d801a45c872844c1a0fd (diff)
downloadopen-keychain-9d101b4fe5ea3aa4c67264131eaaf055c0c35641.tar.gz
open-keychain-9d101b4fe5ea3aa4c67264131eaaf055c0c35641.tar.bz2
open-keychain-9d101b4fe5ea3aa4c67264131eaaf055c0c35641.zip
Encrypt UI (drop downs)
Diffstat (limited to 'OpenKeychain/src/main/res/layout/recipient_selection_list_entry.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/recipient_selection_list_entry.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/OpenKeychain/src/main/res/layout/recipient_selection_list_entry.xml b/OpenKeychain/src/main/res/layout/recipient_selection_list_entry.xml
index 2be37fb4c..9d2d1e9a9 100644
--- a/OpenKeychain/src/main/res/layout/recipient_selection_list_entry.xml
+++ b/OpenKeychain/src/main/res/layout/recipient_selection_list_entry.xml
@@ -30,11 +30,20 @@
android:singleLine="true"
android:ellipsize="end"
android:layout_marginTop="-4dip"/>
+ <TextView android:id="@android:id/text2"
+ android:textColor="?android:attr/textColorTertiary"
+ android:textSize="14sp"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingLeft="16dip"
+ android:singleLine="true"
+ android:ellipsize="end"
+ android:layout_marginTop="-4dip"/>
</LinearLayout>
<ImageView
android:id="@android:id/icon"
- android:layout_width="48dip"
- android:layout_height="48dip"
+ android:layout_width="56dip"
+ android:layout_height="56dip"
android:layout_marginLeft="12dip"
android:cropToPadding="true"
android:background="#ccc"