diff --git a/res/xml-sw600dp/keyboards.xml b/res/xml-sw600dp/keyboards.xml
index e5203d3..1db2924 100644
--- a/res/xml-sw600dp/keyboards.xml
+++ b/res/xml-sw600dp/keyboards.xml
@@ -12,6 +12,7 @@
 	 -->
     <!-- Tablet keyboards  -->
     <Keyboard nameResId="@string/hungarian_keyboard_qwertz_tablet" 
+	      iconResId="@drawable/app_icon"
               layoutResId="@xml/hu_qwertz" 
               landscapeResId="@xml/hu_qwertz_landscape" 
               physicalKeyboardMappingResId="@xml/hu_physical_qwertz"
@@ -22,6 +23,7 @@
               defaultEnabled="true" />
               
     <Keyboard nameResId="@string/hungarian_keyboard_qwertz_tablet_split" 
+	      iconResId="@drawable/app_icon"
               layoutResId="@xml/hu_qwertz" 
               landscapeResId="@xml/hu_qwertz_landscape_split" 
               physicalKeyboardMappingResId="@xml/hu_physical_qwertz"
@@ -32,6 +34,7 @@
               defaultEnabled="true" />
 
     <Keyboard nameResId="@string/hungarian_keyboard_qwerty_tablet" 
+	      iconResId="@drawable/app_icon"
               layoutResId="@xml/hu_qwerty" 
               landscapeResId="@xml/hu_qwerty_landscape" 
               physicalKeyboardMappingResId="@xml/hu_physical_qwerty"
@@ -42,6 +45,7 @@
               defaultEnabled="false" />
               
     <Keyboard nameResId="@string/hungarian_keyboard_qwerty_tablet_split" 
+	      iconResId="@drawable/app_icon"
               layoutResId="@xml/hu_qwerty" 
               landscapeResId="@xml/hu_qwerty_landscape_split" 
               physicalKeyboardMappingResId="@xml/hu_physical_qwerty"
@@ -51,4 +55,4 @@
               id="89588b6a-b788-468b-893d-b24d7d7fa0b6"
               defaultEnabled="false" />
 
-</Keyboards>
\ No newline at end of file
+</Keyboards>
diff --git a/res/xml/keyboards.xml b/res/xml/keyboards.xml
index dda599d..59c5a5f 100644
--- a/res/xml/keyboards.xml
+++ b/res/xml/keyboards.xml
@@ -11,6 +11,7 @@
 	defaultEnabled := whether the layout is enabled by default 
 	 -->
     <Keyboard nameResId="@string/hungarian_keyboard_qwertz" 
+	      iconResId="@drawable/app_icon"
               layoutResId="@xml/hu_qwertz" 
               landscapeResId="@xml/hu_qwertz_landscape" 
               physicalKeyboardMappingResId="@xml/hu_physical_qwertz"
@@ -21,6 +22,7 @@
               defaultEnabled="true" />
               
     <Keyboard nameResId="@string/hungarian_keyboard_qwertz_all" 
+	      iconResId="@drawable/app_icon"
               layoutResId="@xml/hu_qwertz_all" 
               landscapeResId="@xml/hu_qwertz_landscape" 
               physicalKeyboardMappingResId="@xml/hu_physical_qwertz"
@@ -31,6 +33,7 @@
               defaultEnabled="false" />
               
     <Keyboard nameResId="@string/hungarian_keyboard_qwerty" 
+	      iconResId="@drawable/app_icon"
               layoutResId="@xml/hu_qwerty" 
               landscapeResId="@xml/hu_qwerty_landscape" 
               physicalKeyboardMappingResId="@xml/hu_physical_qwerty"
@@ -41,6 +44,7 @@
               defaultEnabled="false" />
 
     <Keyboard nameResId="@string/hungarian_keyboard_qwerty_all" 
+	      iconResId="@drawable/app_icon"
               layoutResId="@xml/hu_qwerty_all" 
               landscapeResId="@xml/hu_qwerty_landscape" 
               physicalKeyboardMappingResId="@xml/hu_physical_qwerty"
@@ -51,6 +55,7 @@
               defaultEnabled="false" />
               
     <Keyboard nameResId="@string/hungarian_keyboard_yesaku" 
+	      iconResId="@drawable/app_icon"
               layoutResId="@xml/hu_yesaku" 
               landscapeResId="@xml/hu_qwertz_landscape" 
               physicalKeyboardMappingResId="@xml/hu_physical_qwertz"
@@ -60,4 +65,4 @@
               id="f7246eef-3553-46d8-a579-00c66907aab4"
               defaultEnabled="false" />
 
-</Keyboards>
\ No newline at end of file
+</Keyboards>