高通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博客,谢谢!

相关推荐
wy31362282111 小时前
android——开发中的常见Bug汇总与解决方案(闪退)
android·bug
小小测试开发11 小时前
实战派SQL性能优化:从语法层面攻克项目中的性能瓶颈
android·sql·性能优化
QuantumLeap丶12 小时前
《Flutter全栈开发实战指南:从零到高级》- 26 -持续集成与部署
android·flutter·ios
StarShip14 小时前
从Activity.setContentView()开始
android
千里马学框架14 小时前
重学SurfaceFlinger之Layer显示区域bounds计算剖析
android·智能手机·sf·安卓framework开发·layer·surfaceflinger·车载开发
nono牛15 小时前
安卓休眠与唤醒流程
android
二流小码农16 小时前
鸿蒙开发:个人开发者如何使用华为账号登录
android·ios·harmonyos
StarShip16 小时前
Android View框架概览
android·计算机图形学
愤怒的代码16 小时前
解析Android内存分析的指标
android·app
summerkissyou198716 小时前
android-hardware/interfaces/automotive和hardware/libhardware/include/hardware区别
android