blob: 74d1e681221eb2ca601a71759883422c799f2d2e [file] [log] [blame]
Santiago Etchebehere988f99d2018-12-20 17:13:12 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
chihhangchuang16c2eb22020-05-25 22:32:52 +08003 Copyright (C) 2020 The Android Open Source Project
Santiago Etchebehere988f99d2018-12-20 17:13:12 -08004
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17<androidx.cardview.widget.CardView
18 xmlns:android="http://schemas.android.com/apk/res/android"
chihhangchuang16c2eb22020-05-25 22:32:52 +080019 style="@style/FullContentPreviewCard"
Santiago Etchebehere988f99d2018-12-20 17:13:12 -080020 android:layout_width="match_parent"
Santiago Etchebehere1dbb7722019-01-22 15:20:12 -080021 android:layout_height="match_parent"
chihhangchuang16c2eb22020-05-25 22:32:52 +080022 android:layout_gravity="center">
Santiago Etchebehere988f99d2018-12-20 17:13:12 -080023
chihhangchuang16c2eb22020-05-25 22:32:52 +080024 <ImageView
25 android:id="@+id/wallpaper_preview_image"
26 android:layout_width="match_parent"
27 android:layout_height="match_parent"
28 android:background="@color/primary_color" />
29
30 <SurfaceView
31 android:id="@+id/wallpaper_preview_surface"
32 android:layout_width="match_parent"
33 android:layout_height="match_parent" />
34
35 <FrameLayout
36 android:id="@+id/theme_preview_container"
37 android:layout_width="match_parent"
38 android:layout_height="match_parent"/>
Santiago Etchebehere988f99d2018-12-20 17:13:12 -080039</androidx.cardview.widget.CardView>