会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
麦田
不积跬步无以至千里.
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2025年6月11日
android Button、TabLayout英文自动改小写为大写的问题
摘要: android Button、TabLayout英文自动改小写为大写的问题 如果是Button自动大写问题,直接设置Button的 textAllCaps="false" 即可; 如果是TabLayout出现全大写问题,先在style.xml加入属性: <style name="TabLayoutT
阅读全文
posted @ 2025-06-11 14:21 一些记录
阅读(77)
评论(0)
推荐(0)
拼音按钮
摘要: <Button android:id="@+id/button_b" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="3dp" android:textAl
阅读全文
posted @ 2025-06-11 11:47 一些记录
阅读(20)
评论(0)
推荐(0)
线性布局android
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an
阅读全文
posted @ 2025-06-11 11:31 一些记录
阅读(6)
评论(0)
推荐(0)