aboutsummaryrefslogtreecommitdiff
path: root/apps/NotificationStudio/res/layout/boolean_editor.xml
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2012-07-27 10:54:08 -0400
committerJohn Spurlock <jspurlock@google.com>2012-07-27 15:49:10 -0400
commit3e190ede751474c7e1b87b34e36354c0ef9e8af4 (patch)
tree66e87ba62290a71df1a325ea7746f875b0b1edc3 /apps/NotificationStudio/res/layout/boolean_editor.xml
parent3d1fd6f05a58463a8d56f7ba374240a093a061d0 (diff)
downloadsdk-3e190ede751474c7e1b87b34e36354c0ef9e8af4.tar.gz
Notification Studio initial commit.
Demo app for designing/previewing Android notifications on the device itself. Simple UI for tweaking the various options available when constructing notifications, including the new expanded builder styles introduced in api 16. Notification designs can be shared as mockups (images) or code. Uses latest support lib for compatibility back to api 10. Change-Id: I3b6c539b36786ea5335f95a9ded4fb50ea5d0a00
Diffstat (limited to 'apps/NotificationStudio/res/layout/boolean_editor.xml')
-rw-r--r--apps/NotificationStudio/res/layout/boolean_editor.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/NotificationStudio/res/layout/boolean_editor.xml b/apps/NotificationStudio/res/layout/boolean_editor.xml
new file mode 100644
index 000000000..e4823221b
--- /dev/null
+++ b/apps/NotificationStudio/res/layout/boolean_editor.xml
@@ -0,0 +1,20 @@
+<!--
+ 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" />