aboutsummaryrefslogtreecommitdiff
path: root/apps/NotificationStudio/res
diff options
context:
space:
mode:
Diffstat (limited to 'apps/NotificationStudio/res')
-rw-r--r--apps/NotificationStudio/res/drawable-hdpi/android_logo.gifbin4678 -> 0 bytes
-rw-r--r--apps/NotificationStudio/res/drawable-hdpi/ic_notification_multiple_mail_holo_dark.pngbin378 -> 0 bytes
-rw-r--r--apps/NotificationStudio/res/drawable-hdpi/romain.jpgbin8832 -> 0 bytes
-rw-r--r--apps/NotificationStudio/res/drawable-nodpi/icon_bg.xml29
-rw-r--r--apps/NotificationStudio/res/drawable-nodpi/romainguy_rockaway.jpgbin414841 -> 0 bytes
-rw-r--r--apps/NotificationStudio/res/layout-v14/boolean_editor.xml21
-rw-r--r--apps/NotificationStudio/res/layout-v16/studio.xml33
-rw-r--r--apps/NotificationStudio/res/layout-w801dp/studio.xml28
-rw-r--r--apps/NotificationStudio/res/layout/boolean_editor.xml20
-rw-r--r--apps/NotificationStudio/res/layout/divider.xml40
-rw-r--r--apps/NotificationStudio/res/layout/editable_item.xml111
-rw-r--r--apps/NotificationStudio/res/layout/editors.xml29
-rw-r--r--apps/NotificationStudio/res/layout/preview.xml56
-rw-r--r--apps/NotificationStudio/res/layout/studio.xml26
-rw-r--r--apps/NotificationStudio/res/menu/action_bar.xml30
-rw-r--r--apps/NotificationStudio/res/values-sw600dp/dimens.xml24
-rw-r--r--apps/NotificationStudio/res/values-sw720dp/dimens.xml21
-rw-r--r--apps/NotificationStudio/res/values-v11/colors.xml21
-rw-r--r--apps/NotificationStudio/res/values-v11/dimens.xml21
-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
22 files changed, 0 insertions, 621 deletions
diff --git a/apps/NotificationStudio/res/drawable-hdpi/android_logo.gif b/apps/NotificationStudio/res/drawable-hdpi/android_logo.gif
deleted file mode 100644
index 6078e8632..000000000
--- a/apps/NotificationStudio/res/drawable-hdpi/android_logo.gif
+++ /dev/null
Binary files differ
diff --git a/apps/NotificationStudio/res/drawable-hdpi/ic_notification_multiple_mail_holo_dark.png b/apps/NotificationStudio/res/drawable-hdpi/ic_notification_multiple_mail_holo_dark.png
deleted file mode 100644
index c4f3648c2..000000000
--- a/apps/NotificationStudio/res/drawable-hdpi/ic_notification_multiple_mail_holo_dark.png
+++ /dev/null
Binary files differ
diff --git a/apps/NotificationStudio/res/drawable-hdpi/romain.jpg b/apps/NotificationStudio/res/drawable-hdpi/romain.jpg
deleted file mode 100644
index e93290199..000000000
--- a/apps/NotificationStudio/res/drawable-hdpi/romain.jpg
+++ /dev/null
Binary files differ
diff --git a/apps/NotificationStudio/res/drawable-nodpi/icon_bg.xml b/apps/NotificationStudio/res/drawable-nodpi/icon_bg.xml
deleted file mode 100644
index dcecdd3d2..000000000
--- a/apps/NotificationStudio/res/drawable-nodpi/icon_bg.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<!--
- 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.
- -->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_selected="true">
- <shape android:shape="rectangle">
- <solid android:color="@color/icon_background" />
- <stroke android:width="1px" android:color="@android:color/holo_blue_light" />
- </shape>
- </item>
- <item>
- <shape android:shape="rectangle">
- <solid android:color="@color/icon_background" />
- </shape>
- </item>
-</selector> \ No newline at end of file
diff --git a/apps/NotificationStudio/res/drawable-nodpi/romainguy_rockaway.jpg b/apps/NotificationStudio/res/drawable-nodpi/romainguy_rockaway.jpg
deleted file mode 100644
index 68473ba6c..000000000
--- a/apps/NotificationStudio/res/drawable-nodpi/romainguy_rockaway.jpg
+++ /dev/null
Binary files differ
diff --git a/apps/NotificationStudio/res/layout-v14/boolean_editor.xml b/apps/NotificationStudio/res/layout-v14/boolean_editor.xml
deleted file mode 100644
index ae7746852..000000000
--- a/apps/NotificationStudio/res/layout-v14/boolean_editor.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<!--
- 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.
- -->
-
- <Switch xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textSize="@dimen/editor_text_size"
- android:visibility="gone" />
diff --git a/apps/NotificationStudio/res/layout-v16/studio.xml b/apps/NotificationStudio/res/layout-v16/studio.xml
deleted file mode 100644
index 083ac7970..000000000
--- a/apps/NotificationStudio/res/layout-v16/studio.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<!--
- 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.
- -->
-
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <com.android.notificationstudio.MaxHeightScrollView
- android:id="@+id/preview_scroller"
- android:layout_width="@dimen/notification_panel_width"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:layout_marginBottom="5dp" >
-
- <include layout="@layout/preview" />
- </com.android.notificationstudio.MaxHeightScrollView>
-
- <include layout="@layout/editors" />
-
-</FrameLayout> \ No newline at end of file
diff --git a/apps/NotificationStudio/res/layout-w801dp/studio.xml b/apps/NotificationStudio/res/layout-w801dp/studio.xml
deleted file mode 100644
index 0391f8ba0..000000000
--- a/apps/NotificationStudio/res/layout-w801dp/studio.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<!--
- 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.
- -->
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
-
- <include
- android:layout_width="@dimen/notification_panel_width"
- android:layout_height="match_parent"
- layout="@layout/preview" />
-
- <include layout="@layout/editors" />
-
-</LinearLayout> \ No newline at end of file
diff --git a/apps/NotificationStudio/res/layout/boolean_editor.xml b/apps/NotificationStudio/res/layout/boolean_editor.xml
deleted file mode 100644
index e4823221b..000000000
--- a/apps/NotificationStudio/res/layout/boolean_editor.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<!--
- 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.
- -->
-
-<View xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:visibility="gone" />
diff --git a/apps/NotificationStudio/res/layout/divider.xml b/apps/NotificationStudio/res/layout/divider.xml
deleted file mode 100644
index d2e20f8a5..000000000
--- a/apps/NotificationStudio/res/layout/divider.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<!--
- 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.
- -->
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
-
- <TextView
- android:id="@+id/divider_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="@dimen/editor_inset"
- android:layout_marginTop="3dp"
- android:textAllCaps="true"
- android:textColor="@color/divider_text"
- android:textSize="@dimen/editor_text_size" />
-
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:layout_marginLeft="@dimen/editor_inset"
- android:layout_marginRight="@dimen/editor_inset"
- android:layout_marginTop="3dp"
- android:background="@color/divider_text" />
-
-</LinearLayout> \ No newline at end of file
diff --git a/apps/NotificationStudio/res/layout/editable_item.xml b/apps/NotificationStudio/res/layout/editable_item.xml
deleted file mode 100644
index 816dd0f9a..000000000
--- a/apps/NotificationStudio/res/layout/editable_item.xml
+++ /dev/null
@@ -1,111 +0,0 @@
-<!--
- 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.
- -->
-
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/list_item_text"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:padding="@dimen/editor_inset" >
-
- <TextView
- android:id="@+id/caption"
- android:layout_width="@dimen/editor_caption_width"
- android:layout_height="wrap_content"
- android:paddingBottom="@dimen/caption_padding_bottom"
- android:paddingTop="@dimen/caption_padding_top"
- android:textSize="@dimen/editor_text_size" />
-
- <EditText
- android:id="@+id/text_editor"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignBaseline="@id/caption"
- android:layout_toRightOf="@id/caption"
- android:imeOptions="actionDone"
- android:inputType="text"
- android:paddingTop="0dp"
- android:textSize="@dimen/editor_text_size"
- android:visibility="gone" />
-
- <View
- android:layout_width="0px"
- android:layout_height="0px"
- android:focusable="true"
- android:focusableInTouchMode="true" />
-
- <ViewStub
- android:id="@+id/boolean_editor_stub"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignBaseline="@id/caption"
- android:layout_toRightOf="@id/caption"
- android:textSize="@dimen/editor_text_size"
- android:visibility="gone" />
-
- <Spinner
- android:id="@+id/drop_down_editor"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignBaseline="@id/caption"
- android:layout_toRightOf="@id/caption"
- android:focusable="true"
- android:focusableInTouchMode="true"
- android:visibility="gone" />
-
- <HorizontalScrollView
- android:id="@+id/icon_editor_scroller"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_toRightOf="@id/caption"
- android:scrollbars="none"
- android:visibility="gone" >
-
- <LinearLayout
- android:id="@+id/icon_editor_layout"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" >
- </LinearLayout>
- </HorizontalScrollView>
-
- <Button
- android:id="@+id/date_button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignBaseline="@id/caption"
- android:layout_toRightOf="@id/caption"
- android:textSize="@dimen/editor_text_size"
- android:visibility="gone" />
-
- <Button
- android:id="@+id/time_button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignBaseline="@id/caption"
- android:layout_toRightOf="@id/date_button"
- android:textSize="@dimen/editor_text_size"
- android:visibility="gone" />
-
- <Button
- android:id="@+id/reset_button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignBaseline="@id/caption"
- android:layout_toRightOf="@id/time_button"
- android:text="@string/now"
- android:textSize="@dimen/editor_text_size"
- android:visibility="gone" />
-
-</RelativeLayout> \ No newline at end of file
diff --git a/apps/NotificationStudio/res/layout/editors.xml b/apps/NotificationStudio/res/layout/editors.xml
deleted file mode 100644
index 7c7e12009..000000000
--- a/apps/NotificationStudio/res/layout/editors.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<!--
- 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.
- -->
-
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/editors"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@android:color/black" >
-
- <LinearLayout
- android:id="@+id/items"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" />
-
-</ScrollView> \ No newline at end of file
diff --git a/apps/NotificationStudio/res/layout/preview.xml b/apps/NotificationStudio/res/layout/preview.xml
deleted file mode 100644
index 3d9c7a082..000000000
--- a/apps/NotificationStudio/res/layout/preview.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-<!--
- 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.
--->
-
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/preview"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
-
- <FrameLayout
- android:id="@+id/ticker"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:visibility="gone" />
-
- <ImageView
- android:id="@+id/large_icon"
- android:layout_width="@android:dimen/notification_large_icon_width"
- android:layout_height="@android:dimen/notification_large_icon_height"
- android:layout_alignParentLeft="true"
- android:layout_below="@id/ticker"
- android:scaleType="center"
- android:visibility="gone"
- tools:ignore="ContentDescription" />
-
- <FrameLayout
- android:id="@+id/oneU"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/ticker"
- android:layout_marginTop="5dp"
- android:layout_toRightOf="@id/large_icon"
- android:visibility="gone" />
-
- <FrameLayout
- android:id="@+id/fourU"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/oneU"
- android:layout_marginTop="5dp"
- android:visibility="gone" />
-
-</RelativeLayout> \ No newline at end of file
diff --git a/apps/NotificationStudio/res/layout/studio.xml b/apps/NotificationStudio/res/layout/studio.xml
deleted file mode 100644
index 2646a44d3..000000000
--- a/apps/NotificationStudio/res/layout/studio.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<!--
- 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.
- -->
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical" >
-
- <include layout="@layout/preview" />
-
- <include layout="@layout/editors" />
-
-</LinearLayout> \ No newline at end of file
diff --git a/apps/NotificationStudio/res/menu/action_bar.xml b/apps/NotificationStudio/res/menu/action_bar.xml
deleted file mode 100644
index 35c897fe6..000000000
--- a/apps/NotificationStudio/res/menu/action_bar.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- 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.
- -->
-
-<menu xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <item
- android:id="@+id/action_share_code"
- android:icon="@android:drawable/ic_menu_share"
- android:showAsAction="never"
- android:title="@string/share_generated_code"/>
- <item
- android:id="@+id/action_share_mockup"
- android:icon="@android:drawable/ic_menu_share"
- android:showAsAction="never"
- android:title="@string/share_mockup"/>
-
-</menu> \ No newline at end of file
diff --git a/apps/NotificationStudio/res/values-sw600dp/dimens.xml b/apps/NotificationStudio/res/values-sw600dp/dimens.xml
deleted file mode 100644
index 22e863f3c..000000000
--- a/apps/NotificationStudio/res/values-sw600dp/dimens.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<!--
- 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">446dp</dimen>
- <dimen name="caption_padding_bottom">6dp</dimen>
- <dimen name="editor_text_size">16dp</dimen>
- <dimen name="editor_caption_width">110dp</dimen>
-
-</resources> \ No newline at end of file
diff --git a/apps/NotificationStudio/res/values-sw720dp/dimens.xml b/apps/NotificationStudio/res/values-sw720dp/dimens.xml
deleted file mode 100644
index f8960473d..000000000
--- a/apps/NotificationStudio/res/values-sw720dp/dimens.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<!--
- 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">448dp</dimen>
-
-</resources> \ No newline at end of file
diff --git a/apps/NotificationStudio/res/values-v11/colors.xml b/apps/NotificationStudio/res/values-v11/colors.xml
deleted file mode 100644
index 224b09e70..000000000
--- a/apps/NotificationStudio/res/values-v11/colors.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<!--
- 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="divider_text">@android:color/holo_blue_bright</color>
-
-</resources> \ No newline at end of file
diff --git a/apps/NotificationStudio/res/values-v11/dimens.xml b/apps/NotificationStudio/res/values-v11/dimens.xml
deleted file mode 100644
index f5fd098fb..000000000
--- a/apps/NotificationStudio/res/values-v11/dimens.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<!--
- 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="caption_padding_top">6dp</dimen>
-
-</resources> \ No newline at end of file
diff --git a/apps/NotificationStudio/res/values/colors.xml b/apps/NotificationStudio/res/values/colors.xml
deleted file mode 100644
index aabe9bc25..000000000
--- a/apps/NotificationStudio/res/values/colors.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<!--
- 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
deleted file mode 100644
index e960ae6f6..000000000
--- a/apps/NotificationStudio/res/values/dimens.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<!--
- 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
deleted file mode 100644
index e3990f3d9..000000000
--- a/apps/NotificationStudio/res/values/strings.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<!--
- 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