Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好吧,android 用户将字体大小正常更改为大或大,我的应用程序的设计就出来了。我使用相对布局作为父
这里有两张图片可以消除差异
当设计看起来不错时
当字体更改为大或巨大时,
使用RelativeLayout这种布局是个坏主意,小屏幕的用户不会看到布局的底部。我建议您改为ScrollView在标题下使用
RelativeLayout
ScrollView