如何在 android 中以编程方式将样式和主题设置为线性布局?

发布于 2024-12-04 07:38:36 字数 37 浏览 1 评论 0原文

如何在android中以编程方式将样式和主题设置为线性布局?

How can I set Styles and Themes to linearlayout, in android programmatically ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

聽兲甴掵 2024-12-11 07:38:36

您可以使用动态结构来实现它,其中所有设计信息都来自服务器,

  1. 为此您必须创建一个 xml,其中包含主题列表,您需要提供与 id 相关的名称。
  2. 解析 xml 并将其内容显示到列表中,然后在选择列表项时将与其关联的 ID 保存在您的共享首选项中。
  3. 每次加载设计部分时,您都会发送 id 作为 http://xyz.abc.com/images/menu-images/your_id ,它将用图像或设计信息回复您与该主题 id 相关。
  4. 为了保存每次内容下载,请检查是否保存在首选项中的值,然后使用应用程序中保存或缓存的现有图像。

You can implement it by using a dynamic structure where all the designing info will come from server

  1. For that you have to create a xml having list of themes what names you required to give associated with an id.
  2. Parse xml and show its content to a list then at selection of an item of list save id associated with it in your shared preferences.
  3. Each time when the designing part will be loaded you will send id with it as http://xyz.abc.com/images/menu-images/your_id which will respond you with an image or design info related to that theme id.
  4. To save downloading each time of content indroduce a check that if value saved in preferences then use existing image saved or cached in application.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文