gpt4 book ai didi

java - 有没有办法找出这些自定义属性在 google iosched 应用程序中的作用?

转载 作者:行者123 更新时间:2023-11-30 02:34:46 25 4
gpt4 key购买 nike

我一直在寻找 Google iosched 2014 应用程序,以确保我遵循 Material 设计的正确设计模式,特别是支持 v7 库和 appcompat v21 的 pre-L 设备。

为了使用 Material 设计主题,您必须继承“Theme.AppCompat”,但我似乎无法理解或在下面的链接中找到样式属性的任何文档。它们不在“android:”命名空间下,我自己似乎无法使用它们。

https://github.com/google/iosched/blob/master/android/src/main/res/values/styles.xml#L32-L38

<item name="actionBarIconColor">#fff</item>
<item name="actionBarInsetStart">@dimen/keyline_2</item>
<item name="homeAsUpIndicator">@drawable/ic_up</item>
<item name="spinnerBarInsetStart">@dimen/keyline_2_minus_16dp</item>
<item name="popupItemBackground">?android:selectableItemBackground</item>
<item name="photoItemForeground">?android:selectableItemBackground</item>
<item name="photoItemForegroundBorderless">?android:selectableItemBackground</item

我对/attr 文件夹中的自定义属性几乎不熟悉,但如何找到它们的使用位置。

<declare-styleable name="BaseTheme">
<attr name="actionBarIconColor" format="color" />
<attr name="actionBarInsetStart" format="dimension" />
<attr name="spinnerBarInsetStart" format="dimension" />
<attr name="popupItemBackground" format="reference" />
<attr name="photoItemForeground" format="reference" />
<attr name="photoItemForegroundBorderless" format="reference" />
</declare-styleable>

我不明白这组自定义属性是如何使用的,这让我很烦。任何人都可以向我解释这里发生了什么以及如何使用它们的属性吗?

最佳答案

这是对存储库的搜索,其中显示了使用它们的一些实例:

https://github.com/google/iosched/search?utf8=%E2%9C%93&q=photoItemForeground

关于java - 有没有办法找出这些自定义属性在 google iosched 应用程序中的作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26741015/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com