SmashKs/OneShoot

View on GitHub
presentation/src/main/res/values/attrs.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2018 The Smash Ks Open Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~       http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->

<resources>
    <declare-styleable name="FontTextView">
        <attr name="textFont" format="string"/>
    </declare-styleable>

    <declare-styleable name="RealtimeBlurView">
        <attr name="realtimeBlurRadius" format="dimension"/>
        <attr name="realtimeDownsampleFactor" format="float"/>
        <attr name="realtimeOverlayColor" format="color"/>
    </declare-styleable>

    <!-- Theme Reference -->
    <attr name="themeColorPrimary" format="reference"/>
    <attr name="themeColorPrimaryLight" format="reference"/>
    <attr name="themeColorPrimaryDark" format="reference"/>
    <attr name="themeColorAccent" format="reference"/>
    <attr name="themeTextColorPrimary" format="reference"/>
    <attr name="themeTextColorSecondary" format="reference"/>
    <attr name="themeColorSecondary" format="reference"/>
    <attr name="themeColorSecondaryLight" format="reference"/>
    <attr name="themeColorSecondaryDark" format="reference"/>
    <attr name="themeFont" format="reference"/>
    <attr name="themeNavigationBarColor" format="reference"/>
    <attr name="themeBackgroundColor" format="reference"/>
</resources>