summaryrefslogtreecommitdiffstats
path: root/res/layout/filtershow_cp_custom_title.xml
diff options
context:
space:
mode:
authorJohn Hoford <google.com>2013-01-25 13:28:34 -0800
committerJohn Hoford <hoford@google.com>2013-01-30 18:57:44 -0800
commit915d60a378b0ca7bbe3af6312ccd2f4b94eb2da1 (patch)
tree03c3eda130916c8d4dea4fdff167f8dccb9b69c6 /res/layout/filtershow_cp_custom_title.xml
parent5540a0d130aa295d11e908719923faec3bce4029 (diff)
downloadandroid_packages_apps_Gallery2-915d60a378b0ca7bbe3af6312ccd2f4b94eb2da1.tar.gz
android_packages_apps_Gallery2-915d60a378b0ca7bbe3af6312ccd2f4b94eb2da1.tar.bz2
android_packages_apps_Gallery2-915d60a378b0ca7bbe3af6312ccd2f4b94eb2da1.zip
add color selection ui to draw
Change-Id: Ie2fa3522141e4f98e2b7f805c1ebe3385083bb02
Diffstat (limited to 'res/layout/filtershow_cp_custom_title.xml')
-rw-r--r--res/layout/filtershow_cp_custom_title.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/res/layout/filtershow_cp_custom_title.xml b/res/layout/filtershow_cp_custom_title.xml
new file mode 100644
index 000000000..cef8b6c05
--- /dev/null
+++ b/res/layout/filtershow_cp_custom_title.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2013 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.
+-->
+
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/customTitle"
+ android:text="@string/color_pick_title"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:gravity="center"
+ android:layout_marginLeft="20dp"
+ android:layout_marginRight="20dp" >
+</TextView> \ No newline at end of file