blob: 45338730715cb32e8cb05f4341868b85010bc27e [file] [log] [blame]
Hyunyoung Song3f471442015-04-08 19:01:34 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2015 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<com.android.launcher3.widget.WidgetCell
17 xmlns:android="http://schemas.android.com/apk/res/android"
Steven Ng11773f42021-02-25 22:54:37 +000018 android:layout_width="0dp"
Hyunyoung Song5cd1d922015-05-12 15:36:20 -070019 android:layout_height="wrap_content"
Shamali P927dd272024-03-11 13:18:22 +000020 android:layout_marginStart="@dimen/widget_cell_horizontal_padding"
21 android:layout_marginEnd="@dimen/widget_cell_horizontal_padding"
Steven Ng11773f42021-02-25 22:54:37 +000022 android:paddingVertical="@dimen/widget_cell_vertical_padding"
Hyunyoung Song3f471442015-04-08 19:01:34 -070023 android:layout_weight="1"
24 android:orientation="vertical"
Hyunyoung Song4b69f2c2015-05-11 14:55:07 -070025 android:focusable="true"
26 android:gravity="center_horizontal">
Hyunyoung Song3f471442015-04-08 19:01:34 -070027
Sunny Goyalc65a0082017-03-08 14:49:55 -080028 <include layout="@layout/widget_cell_content" />
Hyunyoung Song3f471442015-04-08 19:01:34 -070029
Hyunyoung Song5cd1d922015-05-12 15:36:20 -070030</com.android.launcher3.widget.WidgetCell>