aboutsummaryrefslogtreecommitdiff
path: root/apps/NotificationStudio/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'apps/NotificationStudio/res/values')
-rw-r--r--apps/NotificationStudio/res/values/colors.xml23
-rw-r--r--apps/NotificationStudio/res/values/dimens.xml33
-rw-r--r--apps/NotificationStudio/res/values/strings.xml55
3 files changed, 111 insertions, 0 deletions
diff --git a/apps/NotificationStudio/res/values/colors.xml b/apps/NotificationStudio/res/values/colors.xml
new file mode 100644
index 000000000..aabe9bc25
--- /dev/null
+++ b/apps/NotificationStudio/res/values/colors.xml
@@ -0,0 +1,23 @@
+<!--
+ Copyright 2012 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<resources>
+
+ <color name="gb_background">#dddddd</color>
+ <color name="divider_text">#dddddd</color>
+ <color name="icon_background">#3333B5E5</color>
+
+</resources> \ No newline at end of file
diff --git a/apps/NotificationStudio/res/values/dimens.xml b/apps/NotificationStudio/res/values/dimens.xml
new file mode 100644
index 000000000..e960ae6f6
--- /dev/null
+++ b/apps/NotificationStudio/res/values/dimens.xml
@@ -0,0 +1,33 @@
+<!--
+ Copyright 2012 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+<resources>
+
+ <dimen name="notification_panel_width">-1dp</dimen> <!-- MATCH_PARENT -->
+ <dimen name="editor_inset">8dp</dimen>
+ <dimen name="caption_padding_top">10dp</dimen>
+ <dimen name="caption_padding_bottom">0dp</dimen>
+ <dimen name="editor_text_size">12dp</dimen>
+ <dimen name="editor_caption_width">95dp</dimen>
+ <dimen name="editor_icon_size_small">40dp</dimen>
+ <dimen name="editor_icon_size_large">60dp</dimen>
+ <dimen name="editor_icon_outer_margin">5dp</dimen>
+ <dimen name="editor_icon_inner_margin">2dp</dimen>
+ <dimen name="editor_drop_down_padding">5dp</dimen>
+ <dimen name="editor_datetime_padding_v">0dp</dimen>
+ <dimen name="editor_datetime_padding_h">15dp</dimen>
+
+</resources> \ No newline at end of file
diff --git a/apps/NotificationStudio/res/values/strings.xml b/apps/NotificationStudio/res/values/strings.xml
new file mode 100644
index 000000000..e3990f3d9
--- /dev/null
+++ b/apps/NotificationStudio/res/values/strings.xml
@@ -0,0 +1,55 @@
+<!--
+ Copyright 2012 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<resources>
+
+ <string name="app_name">Notification Studio</string>
+ <string name="now">Now</string>
+ <string name="share_generated_code">Share generated code…</string>
+ <string name="share_mockup">Share mockup…</string>
+ <string name="preset">Preset</string>
+ <string name="small_icon">Small Icon</string>
+ <string name="content_title">Content Title</string>
+ <string name="content_text">Content Text</string>
+ <string name="sub_text">Sub Text</string>
+ <string name="large_icon">Large Icon</string>
+ <string name="content_info">Content Info</string>
+ <string name="number">Number</string>
+ <string name="when">When</string>
+ <string name="progress">Progress</string>
+ <string name="uses_chron">Uses Chron</string>
+ <string name="style">Style</string>
+ <string name="picture">Picture</string>
+ <string name="big_text">Big Text</string>
+ <string name="lines">Lines</string>
+ <string name="big_content_title">Big Content Title</string>
+ <string name="summary_text">Summary Text</string>
+ <string name="icon">Icon</string>
+ <string name="text">Text</string>
+ <string name="properties">Properties</string>
+ <string name="action_1">Action 1</string>
+ <string name="action_2">Action 2</string>
+ <string name="action_3">Action 3</string>
+ <string name="preset_custom">(custom)</string>
+ <string name="preset_basic">Basic example</string>
+ <string name="preset_email">Email example</string>
+ <string name="preset_photo">Photo example</string>
+ <string name="style_none">(none)</string>
+ <string name="style_big_picture">BigPictureStyle</string>
+ <string name="style_big_text">BigTextStyle</string>
+ <string name="style_inbox">InboxStyle</string>
+
+</resources> \ No newline at end of file