美文网首页
[笔记]安卓系统样式主题style theme定位这里举例对话框

[笔记]安卓系统样式主题style theme定位这里举例对话框

作者: 吉凶以情迁 | 来源:发表于2022-05-16 16:11 被阅读0次

C:\sdk\Android\platforms\android-32\data\res\values

image.png
处理文件: C:\sdk\Android\platforms\android-25\data\res\values\symbols.xml
行号 1422 -   <java-symbol type="style" name="<Theme.Dialog.Alert>" />
找到 1 个。
处理文件: C:\sdk\Android\platforms\android-25\data\res\values\themes.xml
行号 219 -         <item name="alertDialogTheme">@style/<Theme.Dialog.Alert></item>
行号 745 -     <style name="<Theme.Dialog.Alert>">
找到 2 个。


http://aospxref.com/android-7.1.2_r39/xref/frameworks/base/core/res/res/values/themes_material.xml

image.png

http://aospxref.com/android-7.1.2_r39/search?project=frameworks&full=Theme.Dialog.Alert&defs=&refs=&path=&hist=&type=&xrd=&nn=1

相关文章

网友评论

      本文标题:[笔记]安卓系统样式主题style theme定位这里举例对话框

      本文链接:https://www.haomeiwen.com/subject/avrwurtx.html