From 9c739939a31232f2e22e96aa30e2814da9c7725c Mon Sep 17 00:00:00 2001 From: Satoshi Kataoka Date: Tue, 6 Nov 2012 13:49:17 +0900 Subject: Add missing res dir Change-Id: I50e79bbb1f2eab33c7e5a76086bbe41f7e757ada --- .../layout/additional_subtype_dialog.xml | 56 +++++++++++ .../layout/hint_add_to_dictionary.xml | 36 +++++++ java/res/xml-sw768dp-land/layout/input_view.xml | 64 ++++++++++++ java/res/xml-sw768dp-land/layout/key_preview.xml | 27 +++++ .../xml-sw768dp-land/layout/key_preview_ics.xml | 27 +++++ .../xml-sw768dp-land/layout/more_keys_keyboard.xml | 33 ++++++ .../xml-sw768dp-land/layout/more_suggestions.xml | 37 +++++++ .../layout/research_feedback_activity.xml | 31 ++++++ .../layout/research_feedback_fragment_layout.xml | 112 +++++++++++++++++++++ .../layout/research_feedback_layout.xml | 50 +++++++++ .../layout/sound_effect_volume_dialog.xml | 44 ++++++++ .../xml-sw768dp-land/layout/suggestion_divider.xml | 27 +++++ .../xml-sw768dp-land/layout/suggestion_info.xml | 27 +++++ .../xml-sw768dp-land/layout/suggestion_preview.xml | 28 ++++++ .../xml-sw768dp-land/layout/suggestion_word.xml | 39 +++++++ .../xml-sw768dp-land/layout/suggestions_strip.xml | 30 ++++++ .../layout/vibration_settings_dialog.xml | 49 +++++++++ 17 files changed, 717 insertions(+) create mode 100644 java/res/xml-sw768dp-land/layout/additional_subtype_dialog.xml create mode 100644 java/res/xml-sw768dp-land/layout/hint_add_to_dictionary.xml create mode 100644 java/res/xml-sw768dp-land/layout/input_view.xml create mode 100644 java/res/xml-sw768dp-land/layout/key_preview.xml create mode 100644 java/res/xml-sw768dp-land/layout/key_preview_ics.xml create mode 100644 java/res/xml-sw768dp-land/layout/more_keys_keyboard.xml create mode 100644 java/res/xml-sw768dp-land/layout/more_suggestions.xml create mode 100644 java/res/xml-sw768dp-land/layout/research_feedback_activity.xml create mode 100644 java/res/xml-sw768dp-land/layout/research_feedback_fragment_layout.xml create mode 100644 java/res/xml-sw768dp-land/layout/research_feedback_layout.xml create mode 100644 java/res/xml-sw768dp-land/layout/sound_effect_volume_dialog.xml create mode 100644 java/res/xml-sw768dp-land/layout/suggestion_divider.xml create mode 100644 java/res/xml-sw768dp-land/layout/suggestion_info.xml create mode 100644 java/res/xml-sw768dp-land/layout/suggestion_preview.xml create mode 100644 java/res/xml-sw768dp-land/layout/suggestion_word.xml create mode 100644 java/res/xml-sw768dp-land/layout/suggestions_strip.xml create mode 100644 java/res/xml-sw768dp-land/layout/vibration_settings_dialog.xml (limited to 'java/res/xml-sw768dp-land/layout') diff --git a/java/res/xml-sw768dp-land/layout/additional_subtype_dialog.xml b/java/res/xml-sw768dp-land/layout/additional_subtype_dialog.xml new file mode 100644 index 000000000..f97c006d6 --- /dev/null +++ b/java/res/xml-sw768dp-land/layout/additional_subtype_dialog.xml @@ -0,0 +1,56 @@ + + + + + + + + + diff --git a/java/res/xml-sw768dp-land/layout/hint_add_to_dictionary.xml b/java/res/xml-sw768dp-land/layout/hint_add_to_dictionary.xml new file mode 100644 index 000000000..73de44fae --- /dev/null +++ b/java/res/xml-sw768dp-land/layout/hint_add_to_dictionary.xml @@ -0,0 +1,36 @@ + + + + + diff --git a/java/res/xml-sw768dp-land/layout/input_view.xml b/java/res/xml-sw768dp-land/layout/input_view.xml new file mode 100644 index 000000000..40eff3839 --- /dev/null +++ b/java/res/xml-sw768dp-land/layout/input_view.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + diff --git a/java/res/xml-sw768dp-land/layout/key_preview.xml b/java/res/xml-sw768dp-land/layout/key_preview.xml new file mode 100644 index 000000000..2fcd0c4dd --- /dev/null +++ b/java/res/xml-sw768dp-land/layout/key_preview.xml @@ -0,0 +1,27 @@ + + + + diff --git a/java/res/xml-sw768dp-land/layout/key_preview_ics.xml b/java/res/xml-sw768dp-land/layout/key_preview_ics.xml new file mode 100644 index 000000000..222e8846c --- /dev/null +++ b/java/res/xml-sw768dp-land/layout/key_preview_ics.xml @@ -0,0 +1,27 @@ + + + + diff --git a/java/res/xml-sw768dp-land/layout/more_keys_keyboard.xml b/java/res/xml-sw768dp-land/layout/more_keys_keyboard.xml new file mode 100644 index 000000000..6b2464b99 --- /dev/null +++ b/java/res/xml-sw768dp-land/layout/more_keys_keyboard.xml @@ -0,0 +1,33 @@ + + + + + diff --git a/java/res/xml-sw768dp-land/layout/more_suggestions.xml b/java/res/xml-sw768dp-land/layout/more_suggestions.xml new file mode 100644 index 000000000..b41bb8aa4 --- /dev/null +++ b/java/res/xml-sw768dp-land/layout/more_suggestions.xml @@ -0,0 +1,37 @@ + + + + + diff --git a/java/res/xml-sw768dp-land/layout/research_feedback_activity.xml b/java/res/xml-sw768dp-land/layout/research_feedback_activity.xml new file mode 100644 index 000000000..a6b8b8a43 --- /dev/null +++ b/java/res/xml-sw768dp-land/layout/research_feedback_activity.xml @@ -0,0 +1,31 @@ + + + + + + + diff --git a/java/res/xml-sw768dp-land/layout/research_feedback_fragment_layout.xml b/java/res/xml-sw768dp-land/layout/research_feedback_fragment_layout.xml new file mode 100644 index 000000000..cc04cedf4 --- /dev/null +++ b/java/res/xml-sw768dp-land/layout/research_feedback_fragment_layout.xml @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + +