summaryrefslogtreecommitdiff
path: root/library/main/res/layout/suw_glif_list_template_compact.xml
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2015-11-13 18:19:09 -0800
committerMaurice Lam <yukl@google.com>2015-12-09 15:46:47 -0800
commitc3eebe9f664af4b77e5948a14bf266b25dc25cc8 (patch)
treeb6e67881f05b82072569bbb8ac94c69a0bf1fdcd /library/main/res/layout/suw_glif_list_template_compact.xml
parent38064bc73a1ae04d94557ed35fb2f12b737a8898 (diff)
downloadsetupwizard-c3eebe9f664af4b77e5948a14bf266b25dc25cc8.tar.gz
[SuwLib] Implement pattern drawable background
- Implement the pattern background for GLIF using a custom drawable. The drawable draws the paths manually as specified in the SVG, for backwards compatibility. - Use a FrameLayout subclass to draw the custom status bar background in the case of phone layouts, and set draw the background directly for tablet / clamshell layouts. Bug: 25650709 Change-Id: I527bb47efa143ec43c1030b57087fd2414d7045b
Diffstat (limited to 'library/main/res/layout/suw_glif_list_template_compact.xml')
-rw-r--r--library/main/res/layout/suw_glif_list_template_compact.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/library/main/res/layout/suw_glif_list_template_compact.xml b/library/main/res/layout/suw_glif_list_template_compact.xml
new file mode 100644
index 0000000..534fef2
--- /dev/null
+++ b/library/main/res/layout/suw_glif_list_template_compact.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2015 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.
+-->
+
+<com.android.setupwizardlib.view.StatusBarBackgroundLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/suw_pattern_bg"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <include layout="@layout/suw_glif_list_template_content" />
+
+</com.android.setupwizardlib.view.StatusBarBackgroundLayout>