diff options
| author | 2024-05-20 06:20:58 +0000 | |
|---|---|---|
| committer | 2024-05-20 06:20:58 +0000 | |
| commit | c94dfe891e02e4fdee4a26fb21b1dc486f7c6a6b (patch) | |
| tree | f04597f6f8b116753ca1ee3ed1e407fc65f93c95 | |
| parent | b66fb491c45a85b35fb1629958794370646bd9aa (diff) | |
| parent | 87ae2c1a7b001b6ea0d8ccc87bc808190b60ef32 (diff) | |
Merge "support PreferenceCategory without title." into main
| -rw-r--r-- | packages/SettingsLib/SettingsTheme/res/layout-v35/settingslib_preference_category_no_title.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/SettingsLib/SettingsTheme/res/layout-v35/settingslib_preference_category_no_title.xml b/packages/SettingsLib/SettingsTheme/res/layout-v35/settingslib_preference_category_no_title.xml new file mode 100644 index 000000000000..eda7daaf7072 --- /dev/null +++ b/packages/SettingsLib/SettingsTheme/res/layout-v35/settingslib_preference_category_no_title.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2024 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. +--> +<LinearLayout + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:baselineAligned="false" + android:layout_marginTop="16dp"> +</LinearLayout> |