• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3     Copyright (C) 2019 The Android Open Source Project
4
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<LinearLayout
18    xmlns:android="http://schemas.android.com/apk/res/android"
19    android:layout_width="match_parent"
20    android:layout_height="match_parent"
21    android:layout_gravity="center"
22    android:gravity="center_horizontal"
23    android:orientation="vertical">
24    <LinearLayout
25        android:layout_width="wrap_content"
26        android:layout_height="wrap_content"
27        android:gravity="center_horizontal"
28        android:orientation="horizontal">
29        <ImageView
30            android:id="@+id/preview_icon_0"
31            android:layout_width="@dimen/preview_theme_icon_size"
32            android:layout_height="@dimen/preview_theme_icon_size"
33            android:layout_weight="1"
34            android:tint="@color/theme_preview_icon_color"/>
35        <Space
36            android:layout_width="@dimen/preview_theme_icon_size"
37            android:layout_height="match_parent"
38            android:layout_weight="0" />
39        <ImageView
40            android:id="@+id/preview_icon_1"
41            android:layout_width="@dimen/preview_theme_icon_size"
42            android:layout_height="@dimen/preview_theme_icon_size"
43            android:layout_weight="1"
44            android:tint="@color/theme_preview_icon_color"/>
45        <Space
46            android:layout_width="@dimen/preview_theme_icon_size"
47            android:layout_height="match_parent"
48            android:layout_weight="0" />
49        <ImageView
50            android:id="@+id/preview_icon_2"
51            android:layout_width="@dimen/preview_theme_icon_size"
52            android:layout_height="@dimen/preview_theme_icon_size"
53            android:layout_weight="1"
54            android:tint="@color/theme_preview_icon_color"/>
55    </LinearLayout>
56    <Space
57        android:layout_width="match_parent"
58        android:layout_height="68dp" />
59    <LinearLayout
60        android:layout_width="wrap_content"
61        android:layout_height="wrap_content"
62        android:gravity="bottom|center_horizontal"
63        android:orientation="horizontal">
64        <ImageView
65            android:id="@+id/preview_icon_3"
66            android:layout_width="@dimen/preview_theme_icon_size"
67            android:layout_height="@dimen/preview_theme_icon_size"
68            android:layout_weight="1"
69            android:tint="@color/theme_preview_icon_color"/>
70        <Space
71            android:layout_width="@dimen/preview_theme_icon_size"
72            android:layout_height="match_parent"
73            android:layout_weight="0" />
74        <ImageView
75            android:id="@+id/preview_icon_4"
76            android:layout_width="@dimen/preview_theme_icon_size"
77            android:layout_height="@dimen/preview_theme_icon_size"
78            android:layout_weight="1"
79            android:tint="@color/theme_preview_icon_color"/>
80        <Space
81            android:layout_width="@dimen/preview_theme_icon_size"
82            android:layout_height="match_parent"
83            android:layout_weight="0" />
84        <ImageView
85            android:id="@+id/preview_icon_5"
86            android:layout_width="@dimen/preview_theme_icon_size"
87            android:layout_height="@dimen/preview_theme_icon_size"
88            android:layout_weight="1"
89            android:tint="@color/theme_preview_icon_color"/>
90    </LinearLayout>
91</LinearLayout>