Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

android / dayu

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • dayu
  • app
  • src
  • main
  • res
  • values
  • styles.xml
Find file
BlameHistoryPermalink
  • 罗翻's avatar
    混淆配置统一处理 · e837d84c
    罗翻 committed 7 years ago
    e837d84c
styles.xml 611 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<resources>

    <style name="SplashTheme" parent="AppTheme">
        <item name="android:windowBackground">@mipmap/bg_splash</item>
        <item name="android:windowFullscreen">true</item>
        <item name="android:windowNoTitle">true</item>
        <item name="windowActionBar">false</item>
        <item name="windowNoTitle">true</item>
    </style>
    <declare-styleable name="CircleHead">
        <attr name="circleBorderHeadWidth" format="dimension"/>
        <attr name="ringHeadColor" format="color"/>
        <attr name="backgroundHeadColor" format="color"/>
    </declare-styleable>

</resources>