Hyunyoung Song | 3f47144 | 2015-04-08 19:01:34 -0700 | [diff] [blame] | 1 | <?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 Ng | 11773f4 | 2021-02-25 22:54:37 +0000 | [diff] [blame] | 18 | android:layout_width="0dp" |
Hyunyoung Song | 5cd1d92 | 2015-05-12 15:36:20 -0700 | [diff] [blame] | 19 | android:layout_height="wrap_content" |
Shamali P | 927dd27 | 2024-03-11 13:18:22 +0000 | [diff] [blame] | 20 | android:layout_marginStart="@dimen/widget_cell_horizontal_padding" |
| 21 | android:layout_marginEnd="@dimen/widget_cell_horizontal_padding" |
Steven Ng | 11773f4 | 2021-02-25 22:54:37 +0000 | [diff] [blame] | 22 | android:paddingVertical="@dimen/widget_cell_vertical_padding" |
Hyunyoung Song | 3f47144 | 2015-04-08 19:01:34 -0700 | [diff] [blame] | 23 | android:layout_weight="1" |
| 24 | android:orientation="vertical" |
Hyunyoung Song | 4b69f2c | 2015-05-11 14:55:07 -0700 | [diff] [blame] | 25 | android:focusable="true" |
| 26 | android:gravity="center_horizontal"> |
Hyunyoung Song | 3f47144 | 2015-04-08 19:01:34 -0700 | [diff] [blame] | 27 | |
Sunny Goyal | c65a008 | 2017-03-08 14:49:55 -0800 | [diff] [blame] | 28 | <include layout="@layout/widget_cell_content" /> |
Hyunyoung Song | 3f47144 | 2015-04-08 19:01:34 -0700 | [diff] [blame] | 29 | |
Hyunyoung Song | 5cd1d92 | 2015-05-12 15:36:20 -0700 | [diff] [blame] | 30 | </com.android.launcher3.widget.WidgetCell> |