diff --git a/createRawResources.py b/createRawResources.py index 44248914e..7fb8be4ab 100755 --- a/createRawResources.py +++ b/createRawResources.py @@ -7,6 +7,7 @@ drawable_res_dir = "res/drawable" tree_icons_dir = "icons/tree" menu_icons_dir = "icons/menu" tabs_icons_dir = "icons/tabs" +others_icons_dir = "icons/others" text_search_icons_dir = "icons/text_search" data_dir = "data" @@ -35,4 +36,5 @@ shutil.copyfile("icons/fbreader.png", drawable_res_dir + "/fbreader.png") process_data_dir("", tree_icons_dir, drawable_res_dir, 0) process_data_dir("", menu_icons_dir, drawable_res_dir, 0) process_data_dir("", tabs_icons_dir, drawable_res_dir, 0) +process_data_dir("", others_icons_dir, drawable_res_dir, 0) process_data_dir("text_search_", text_search_icons_dir, drawable_res_dir, 0) diff --git a/icons/others/dropdown.xml b/icons/others/dropdown.xml new file mode 100644 index 000000000..e5a7b68a0 --- /dev/null +++ b/icons/others/dropdown.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/others/dropdown_normal.png b/icons/others/dropdown_normal.png new file mode 100644 index 000000000..73bbbccbc Binary files /dev/null and b/icons/others/dropdown_normal.png differ diff --git a/icons/others/dropdown_pressed.png b/icons/others/dropdown_pressed.png new file mode 100644 index 000000000..c5897fa9d Binary files /dev/null and b/icons/others/dropdown_pressed.png differ diff --git a/icons/others/dropdown_selected.png b/icons/others/dropdown_selected.png new file mode 100644 index 000000000..aeb1fe18d Binary files /dev/null and b/icons/others/dropdown_selected.png differ diff --git a/res/layout/network_register_user_dialog.xml b/res/layout/network_register_user_dialog.xml index dbe40c10b..852d324fd 100644 --- a/res/layout/network_register_user_dialog.xml +++ b/res/layout/network_register_user_dialog.xml @@ -58,13 +58,28 @@ android:singleLine="true" android:layout_marginTop="5dp" /> - + > +