如何在 android 中以编程方式将样式和主题设置为线性布局?
如何在android中以编程方式将样式和主题设置为线性布局?
How can I set Styles and Themes to linearlayout, in android programmatically ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用动态结构来实现它,其中所有设计信息都来自服务器,
http://xyz.abc.com/images/menu-images/your_id
,它将用图像或设计信息回复您与该主题 id 相关。You can implement it by using a dynamic structure where all the designing info will come from server
http://xyz.abc.com/images/menu-images/your_id
which will respond you with an image or design info related to that theme id.