aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/fragment_host_editor.xml
diff options
context:
space:
mode:
authorJohn Heroy <johnheroy@gmail.com>2015-10-27 12:23:20 -0700
committerJohn Heroy <johnheroy@gmail.com>2015-10-27 12:23:20 -0700
commit438dafe7da010e70b1a41ed55054a9b5dfe7ac3c (patch)
tree20a7495f484a256f97a8a5acaa03288ed19fa06d /app/src/main/res/layout/fragment_host_editor.xml
parente6e4236445ae01cb9d6c10e31a7b8595b73e233d (diff)
parent63a8a42db55fb9d6f101e5c77ec2d753e45b26c5 (diff)
downloadconnectbot-438dafe7da010e70b1a41ed55054a9b5dfe7ac3c.tar.gz
connectbot-438dafe7da010e70b1a41ed55054a9b5dfe7ac3c.tar.bz2
connectbot-438dafe7da010e70b1a41ed55054a9b5dfe7ac3c.zip
Merge branch 'master' into add-host-button2
Diffstat (limited to 'app/src/main/res/layout/fragment_host_editor.xml')
-rw-r--r--app/src/main/res/layout/fragment_host_editor.xml32
1 files changed, 20 insertions, 12 deletions
diff --git a/app/src/main/res/layout/fragment_host_editor.xml b/app/src/main/res/layout/fragment_host_editor.xml
index d368d20..0f9139c 100644
--- a/app/src/main/res/layout/fragment_host_editor.xml
+++ b/app/src/main/res/layout/fragment_host_editor.xml
@@ -41,7 +41,7 @@
<ImageView
android:layout_width="24dp"
android:layout_height="24dp"
- android:src="@drawable/icon"
+ android:src="@drawable/ic_laptop"
android:contentDescription="@string/protocol_spinner_label"
style="@style/ListItemIcon"
/>
@@ -178,6 +178,14 @@
android:layout_height="wrap_content"
>
+ <ImageView
+ android:layout_width="24dp"
+ android:layout_height="24dp"
+ android:src="@drawable/ic_person"
+ android:contentDescription="@string/hostpref_color_title"
+ style="@style/ListItemIcon"
+ />
+
<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -209,7 +217,7 @@
<ImageView
android:layout_width="24dp"
android:layout_height="24dp"
- android:src="@drawable/icon"
+ android:src="@drawable/ic_palette"
android:contentDescription="@string/hostpref_color_title"
style="@style/ListItemIcon"
/>
@@ -241,7 +249,7 @@
<ImageView
android:layout_width="24dp"
android:layout_height="24dp"
- android:src="@drawable/icon"
+ android:src="@drawable/ic_format_size"
android:contentDescription="@string/hostpref_fontsize_title"
style="@style/ListItemIcon"
/>
@@ -297,7 +305,7 @@
<ImageView
android:layout_width="24dp"
android:layout_height="24dp"
- android:src="@drawable/icon"
+ android:src="@drawable/ic_vpn_key"
android:contentDescription="@string/hostpref_pubkeyid_title"
style="@style/ListItemIcon"
/>
@@ -330,7 +338,7 @@
<ImageView
android:layout_width="24dp"
android:layout_height="24dp"
- android:src="@drawable/icon"
+ android:src="@drawable/ic_keyboard"
android:contentDescription="@string/hostpref_delkey_title"
style="@style/ListItemIcon"
/>
@@ -363,7 +371,7 @@
<ImageView
android:layout_width="24dp"
android:layout_height="24dp"
- android:src="@drawable/icon"
+ android:src="@drawable/ic_code"
android:contentDescription="@string/hostpref_encoding_title"
style="@style/ListItemIcon"
/>
@@ -402,7 +410,7 @@
<ImageView
android:layout_width="24dp"
android:layout_height="24dp"
- android:src="@drawable/icon"
+ android:src="@drawable/ic_vpn_lock"
android:contentDescription="@string/hostpref_authagent_title"
style="@style/ListItemIcon"
/>
@@ -470,7 +478,7 @@
<ImageView
android:layout_width="24dp"
android:layout_height="24dp"
- android:src="@drawable/icon"
+ android:src="@drawable/ic_zip"
android:contentDescription="@string/hostpref_compression_title"
style="@style/ListItemIcon"
/>
@@ -515,7 +523,7 @@
<ImageView
android:layout_width="24dp"
android:layout_height="24dp"
- android:src="@drawable/icon"
+ android:src="@drawable/ic_laptop"
android:contentDescription="@string/hostpref_wantsession_title"
style="@style/ListItemIcon"
/>
@@ -560,7 +568,7 @@
<ImageView
android:layout_width="24dp"
android:layout_height="24dp"
- android:src="@drawable/icon"
+ android:src="@drawable/ic_sync"
android:contentDescription="@string/hostpref_stayconnected_title"
style="@style/ListItemIcon"
/>
@@ -605,7 +613,7 @@
<ImageView
android:layout_width="24dp"
android:layout_height="24dp"
- android:src="@drawable/icon"
+ android:src="@drawable/ic_sync_disabled"
android:contentDescription="@string/hostpref_quickdisconnect_title"
style="@style/ListItemIcon"
/>
@@ -650,7 +658,7 @@
<ImageView
android:layout_width="24dp"
android:layout_height="24dp"
- android:src="@drawable/icon"
+ android:src="@drawable/ic_android"
android:contentDescription="@string/hostpref_postlogin_title"
style="@style/ListItemIcon"
/>