if there is only one private key, use it fo certification by default

This commit is contained in:
Vincent Breitmoser
2014-08-31 00:19:59 +02:00
parent 0738a38bbe
commit a73abf57f1
4 changed files with 37 additions and 28 deletions

View File

@@ -4,6 +4,7 @@
android:orientation="vertical"
android:layout_width="wrap_content"
android:padding="4dp"
android:minHeight="24dp"
android:layout_height="wrap_content">
<TextView android:id="@android:id/title"
android:textColor="?android:attr/textColorSecondary"
@@ -11,7 +12,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="end"/>
android:ellipsize="end"
/>
<TextView android:id="@android:id/text1"
android:textColor="?android:attr/textColorTertiary"
android:textSize="14sp"
@@ -19,7 +21,8 @@
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="end"
android:layout_marginTop="-4dip"/>
android:layout_marginTop="-4dip"
android:text=".com"/>
<TextView android:id="@android:id/text2"
android:textColor="?android:attr/textColorTertiary"
android:textSize="14sp"
@@ -27,5 +30,6 @@
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="end"
android:layout_marginTop="-4dip"/>
android:layout_marginTop="-4dip"
/>
</LinearLayout>