Merge pull request #434 from honnel/revocation-status
Show revocation status in ViewKeyKeysAdapter #375
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
BIN
OpenPGP-Keychain/src/main/res/drawable/revoked_key_small.png
Normal file
BIN
OpenPGP-Keychain/src/main/res/drawable/revoked_key_small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
@@ -40,6 +40,10 @@
|
||||
android:paddingBottom="2dip"
|
||||
android:paddingTop="2dip" >
|
||||
|
||||
<ImageView android:id="@+id/ic_revokedKey"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/revoked_key_small"/>
|
||||
<ImageView
|
||||
android:id="@+id/ic_certifyKey"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user