SetupWizardLibrary/library/main/res/layout/suw_glif_template_compact.xml
Maurice Lam c3eebe9f66 [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
2015-12-09 15:46:47 -08:00

27 lines
1 KiB
XML

<?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_template_content" />
</com.android.setupwizardlib.view.StatusBarBackgroundLayout>