aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/fragment_host_editor.xml
diff options
context:
space:
mode:
authorKyle Horimoto <khorimoto@gmail.com>2015-10-21 16:54:01 -0700
committerKyle Horimoto <khorimoto@gmail.com>2015-10-26 11:15:55 -0700
commitab44e24221872689f5fb22ce345efb3da9093fe3 (patch)
tree538b696f15b60be5be5a2f44d3b96f5cdb6e5b8b /app/src/main/res/layout/fragment_host_editor.xml
parentc34afa579b2492d41838ba4154b2147728da01d0 (diff)
downloadconnectbot-ab44e24221872689f5fb22ce345efb3da9093fe3.tar.gz
connectbot-ab44e24221872689f5fb22ce345efb3da9093fe3.tar.bz2
connectbot-ab44e24221872689f5fb22ce345efb3da9093fe3.zip
Added new icons to add/edit host view.
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"
/>