From 86df5ee459e282787e006ce6b470e41582ad55ca Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 10 Jan 2013 10:43:21 +0100 Subject: [PATCH] Few changes to the interface for improved Russian localized app --- res/layout-FR/chat.xml | 143 ++++++++++++++++++ res/layout-RU/chat.xml | 143 ++++++++++++++++++ res/layout-small/menu_about_chat_button.xml | 2 +- .../menu_about_settings_button.xml | 2 +- res/layout-small/menu_chat_button.xml | 2 +- res/layout-small/menu_contact_button.xml | 2 +- res/layout-small/menu_history_button.xml | 2 +- res/layout-small/menu_settings_button.xml | 2 +- res/layout/menu_about_chat_button.xml | 2 +- res/layout/menu_about_settings_button.xml | 2 +- res/layout/menu_chat_button.xml | 2 +- res/layout/menu_contact_button.xml | 2 +- res/layout/menu_history_button.xml | 2 +- res/layout/menu_settings_button.xml | 2 +- res/values-RU/strings.xml | 2 +- 15 files changed, 299 insertions(+), 13 deletions(-) create mode 100644 res/layout-FR/chat.xml create mode 100644 res/layout-RU/chat.xml diff --git a/res/layout-FR/chat.xml b/res/layout-FR/chat.xml new file mode 100644 index 000000000..0261f0a39 --- /dev/null +++ b/res/layout-FR/chat.xml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout-RU/chat.xml b/res/layout-RU/chat.xml new file mode 100644 index 000000000..71fa3e15f --- /dev/null +++ b/res/layout-RU/chat.xml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout-small/menu_about_chat_button.xml b/res/layout-small/menu_about_chat_button.xml index 2281d3aad..771ab8ed0 100644 --- a/res/layout-small/menu_about_chat_button.xml +++ b/res/layout-small/menu_about_chat_button.xml @@ -25,6 +25,6 @@ android:paddingBottom="5dp" android:textColor="@drawable/text_color" android:text="@string/button_about" - android:textSize="13dp" /> + android:textSize="12sp" /> \ No newline at end of file diff --git a/res/layout-small/menu_about_settings_button.xml b/res/layout-small/menu_about_settings_button.xml index 94b0e5774..b660a87de 100644 --- a/res/layout-small/menu_about_settings_button.xml +++ b/res/layout-small/menu_about_settings_button.xml @@ -25,6 +25,6 @@ android:paddingBottom="5dp" android:textColor="@drawable/text_color" android:text="@string/button_about" - android:textSize="13dp" /> + android:textSize="12sp" /> \ No newline at end of file diff --git a/res/layout-small/menu_chat_button.xml b/res/layout-small/menu_chat_button.xml index 95810bf35..5b86bbdd5 100644 --- a/res/layout-small/menu_chat_button.xml +++ b/res/layout-small/menu_chat_button.xml @@ -23,6 +23,6 @@ android:paddingBottom="5dp" android:textColor="@drawable/text_color" android:text="@string/button_chat" - android:textSize="13dp" /> + android:textSize="12sp" /> \ No newline at end of file diff --git a/res/layout-small/menu_contact_button.xml b/res/layout-small/menu_contact_button.xml index 3f4703f41..84c274880 100644 --- a/res/layout-small/menu_contact_button.xml +++ b/res/layout-small/menu_contact_button.xml @@ -24,6 +24,6 @@ android:paddingBottom="5dp" android:textColor="@drawable/text_color" android:text="@string/button_contacts" - android:textSize="13dp" /> + android:textSize="12sp" /> \ No newline at end of file diff --git a/res/layout-small/menu_history_button.xml b/res/layout-small/menu_history_button.xml index f9eac5f2b..2b391f6b1 100644 --- a/res/layout-small/menu_history_button.xml +++ b/res/layout-small/menu_history_button.xml @@ -23,6 +23,6 @@ android:paddingBottom="5dp" android:textColor="@drawable/text_color" android:text="@string/button_history" - android:textSize="13dp" /> + android:textSize="12sp" /> \ No newline at end of file diff --git a/res/layout-small/menu_settings_button.xml b/res/layout-small/menu_settings_button.xml index 6a596742d..060b56776 100644 --- a/res/layout-small/menu_settings_button.xml +++ b/res/layout-small/menu_settings_button.xml @@ -24,6 +24,6 @@ android:paddingBottom="5dp" android:textColor="@drawable/text_color" android:text="@string/button_settings" - android:textSize="13dp" /> + android:textSize="12sp" /> \ No newline at end of file diff --git a/res/layout/menu_about_chat_button.xml b/res/layout/menu_about_chat_button.xml index e2d57d72f..13c061450 100644 --- a/res/layout/menu_about_chat_button.xml +++ b/res/layout/menu_about_chat_button.xml @@ -25,6 +25,6 @@ android:paddingBottom="10dp" android:textColor="@drawable/text_color" android:text="@string/button_about" - android:textSize="13dp" /> + android:textSize="12sp" /> \ No newline at end of file diff --git a/res/layout/menu_about_settings_button.xml b/res/layout/menu_about_settings_button.xml index 9aaa7f926..573299c3f 100644 --- a/res/layout/menu_about_settings_button.xml +++ b/res/layout/menu_about_settings_button.xml @@ -25,6 +25,6 @@ android:paddingBottom="10dp" android:textColor="@drawable/text_color" android:text="@string/button_about" - android:textSize="13dp" /> + android:textSize="12sp" /> \ No newline at end of file diff --git a/res/layout/menu_chat_button.xml b/res/layout/menu_chat_button.xml index 98145c2f3..135cd8c14 100644 --- a/res/layout/menu_chat_button.xml +++ b/res/layout/menu_chat_button.xml @@ -23,6 +23,6 @@ android:paddingBottom="10dp" android:textColor="@drawable/text_color" android:text="@string/button_chat" - android:textSize="13dp" /> + android:textSize="12sp" /> \ No newline at end of file diff --git a/res/layout/menu_contact_button.xml b/res/layout/menu_contact_button.xml index 357232d94..def2a4161 100644 --- a/res/layout/menu_contact_button.xml +++ b/res/layout/menu_contact_button.xml @@ -24,6 +24,6 @@ android:paddingBottom="10dp" android:textColor="@drawable/text_color" android:text="@string/button_contacts" - android:textSize="13dp" /> + android:textSize="12sp" /> \ No newline at end of file diff --git a/res/layout/menu_history_button.xml b/res/layout/menu_history_button.xml index 01d624a13..7e1652ef0 100644 --- a/res/layout/menu_history_button.xml +++ b/res/layout/menu_history_button.xml @@ -23,6 +23,6 @@ android:paddingBottom="10dp" android:textColor="@drawable/text_color" android:text="@string/button_history" - android:textSize="13dp" /> + android:textSize="12sp" /> \ No newline at end of file diff --git a/res/layout/menu_settings_button.xml b/res/layout/menu_settings_button.xml index d03323c89..379b96605 100644 --- a/res/layout/menu_settings_button.xml +++ b/res/layout/menu_settings_button.xml @@ -24,6 +24,6 @@ android:paddingBottom="10dp" android:textColor="@drawable/text_color" android:text="@string/button_settings" - android:textSize="13dp" /> + android:textSize="12sp" /> \ No newline at end of file diff --git a/res/values-RU/strings.xml b/res/values-RU/strings.xml index aef47e575..afc5572aa 100755 --- a/res/values-RU/strings.xml +++ b/res/values-RU/strings.xml @@ -366,7 +366,7 @@ Настройки Послать - Картинка + Рис. Загружаем… Запрошено обновление звонка