高通Android 12 Launcher应用名称太长显示完整

复制代码
 1、packages/apps/Launcher3/res/values/dimens.xml

<dimen name="page_indicator_dot_size">8dp</dimen>

<dimen name="folder_cell_x_padding">9dp</dimen>

  • <dimen name="folder_cell_y_padding">6dp</dimen>
  • <dimen name="folder_cell_y_padding">20dp</dimen>

<!-- label text size = workspace text size multiplied by this scale -->

<dimen name="folder_label_text_scale">1.14</dimen>

<dimen name="folder_label_height">48dp</dimen>

复制代码
2、packages/apps/Launcher3/res/values/styles.xml

<!-- Base theme for BubbleTextView and sub classes -->

<style name="BaseIcon" parent="BaseIconUnBounded">

  • <item name="android:lines">1</item>
  • <!--<item name="android:lines">1</item>-->

  • <item name="android:maxLines">3</item>

  • <item name="android:ellipsize">end</item>

</style>

效果如下

转载请注明出处高通Android 12 Launcher应用显示完整名称-CSDN博客,谢谢!

相关推荐
limuyang26 小时前
PDF Viewer KMP(基于 chrome 的 PDFium 内核)
android·kotlin
心平气和量大福大10 小时前
android-控件-搜索框SearchView
android·gitee
2601_9621771310 小时前
【MySQL篇】聚合查询,联合查询
android·java·mysql
壮哥_icon10 小时前
【Android】批量 VectorDrawable 动态分别修改 fillColor 和 strokeColor 的踩坑与终极解决方案
android
齐天qaq11 小时前
Android 系统 APK 分区与权限
android
心平气和量大福大11 小时前
android-控件-多选框CheckBox
android·gitee
pengyu13 小时前
【Kotlin 协程修仙录 · 大乘境 · 初阶】 | 跳出三界:协程在 KMP 与后端开发中的跨平台之道
android·kotlin
XiaoLeisj13 小时前
Android Memory Profiler:堆内存指标、内存抖动与泄漏定位
android·性能优化·内存抖动·内存泄露·memory profiler
未来猫咪花13 小时前
Everything is ViewModel:让状态管理回到对象世界
android·flutter·ios