Beautify key id (thanks to Tim Bray)

This commit is contained in:
Dominik Schürmann
2014-09-19 13:44:17 +02:00
parent 99bf77dd84
commit 1ad36e2dbd
12 changed files with 76 additions and 23 deletions

View File

@@ -56,9 +56,8 @@
android:id="@+id/subkey_item_key_id"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="0xBBBBBBBBBBBBBBBB"
android:textAppearance="?android:attr/textAppearanceSmall"
android:typeface="monospace" />
android:text="Key ID: abcd abcd abcd abcd"
android:textAppearance="?android:attr/textAppearanceSmall" />
</LinearLayout>

View File

@@ -44,7 +44,6 @@
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="end"
android:typeface="monospace"
android:textAppearance="?android:attr/textAppearanceSmall"/>
</LinearLayout>

View File

@@ -54,7 +54,6 @@
android:layout_height="wrap_content"
android:text="0x00000000"
android:textAppearance="?android:attr/textAppearanceMedium"
android:typeface="monospace"
android:layout_weight="1" />
<ImageView