如何在选项卡布局中显示我的所有组件?
我面临一个问题,希望你能帮助我..
我在代码中使用选项卡,并且在其中添加了很多组件(按钮,图像按钮等..),我将此布局放在屏幕中央,这就是问题所在,因为并非所有组件都出现在我的布局中(一些按钮出现,另一些则不出现,我看不到 或处理它)。
那么我可以缩小组件或自定义它以使其看起来不错吗?
我使用 TableLayout 来管理组件,然后我在相应的选项卡中添加了这个布局..
你能帮我吗? 提前thnaxx。
i am facing a problem and wish you help me..
i am using tabs in my code and and i added a lot of component in it (Buttons , ImageButtons, etc..) and i put this layout in the center of the screen and here is the problem because not all my component appear in my layout (some buttons appears and others not and i can't see
it or deal with it).
So can i shrink the component or customize it to appear fine?
iam using TableLayout to manage the component then i added this layout in the corresponding tab ..
can you help me in that?
thnaxx in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为 xml 文件中的组件赋予相同的权重。
即
希望它能解决问题
Give same weight to component in xml file .
i.e.
Hope it will solve the problem