diff options
author | Col_or <1638876934@qq.com> | 2022-01-28 22:09:56 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-01-29 09:35:16 +0800 |
commit | 47027e8fa65d04868ca9d7b379b95d65cc8c7756 (patch) | |
tree | c2a55c5f7d78aa1ea65c700c0cca08b2e654d5c8 | |
parent | 5ee0bfee9c6d3c697ad673780bb70cc8bf17155a (diff) |
Launcher3: Make ripple fully cover system shortcuts popup
Change-Id: I8b8b8cf27d368e414f6f347aa4ce585d387edfba
-rw-r--r-- | res/layout/system_shortcut.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/system_shortcut.xml b/res/layout/system_shortcut.xml index 331d2be3aa..e8703de1ce 100644 --- a/res/layout/system_shortcut.xml +++ b/res/layout/system_shortcut.xml @@ -33,6 +33,7 @@ android:paddingStart="@dimen/deep_shortcuts_text_padding_start" android:paddingEnd="@dimen/popup_padding_end" android:textSize="14sp" + android:minHeight="@dimen/bg_popup_item_height" android:minLines="1" android:maxLines="2" android:ellipsize="end" |