aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorRyan Hansberry <rhansby@gmail.com>2015-09-17 15:05:42 -0700
committerRyan Hansberry <rhansby@gmail.com>2015-09-17 15:05:42 -0700
commitdef881d76ddafc1484d902d0196dc2c0e480a975 (patch)
tree00ccbcd768b165764669663d08120e6eb4784d9d /app/src/main/res/layout
parentafaf6ea6a1a06a8b11fcbd75faa94e65049fabfe (diff)
downloadconnectbot-def881d76ddafc1484d902d0196dc2c0e480a975.tar.gz
connectbot-def881d76ddafc1484d902d0196dc2c0e480a975.tar.bz2
connectbot-def881d76ddafc1484d902d0196dc2c0e480a975.zip
Replaced old pubkey lock/unlock icons with new Material Design icons.
This fixes #207.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/item_pubkey.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/res/layout/item_pubkey.xml b/app/src/main/res/layout/item_pubkey.xml
index ed0c7d2..2dce26b 100644
--- a/app/src/main/res/layout/item_pubkey.xml
+++ b/app/src/main/res/layout/item_pubkey.xml
@@ -28,11 +28,10 @@
<ImageView
android:id="@android:id/icon1"
android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_height="fill_parent"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
- android:layout_alignParentTop="true"
- android:layout_marginLeft="10dip"
+ android:layout_centerVertical="true"
android:contentDescription="@string/image_description_key_is_locked"
android:src="@drawable/pubkey"/>