tomAIto/TomAIto.App/TomAIto.App.Android/obj/Debug/130/lp/92/jl/res/color/mtrl_navigation_bar_ripple_color.xml

37 lines
1.9 KiB
XML
Raw Normal View History

2023-11-27 20:36:02 +01:00
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2019 The Android Open Source 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
~
~ https://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.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Selected. -->
<item android:alpha="0.08" android:color="?attr/colorPrimary" android:state_pressed="true" android:state_selected="true"/>
<item android:alpha="0.16" android:color="?attr/colorPrimary" android:state_focused="true" android:state_hovered="true" android:state_selected="true"/>
<item android:alpha="0.12" android:color="?attr/colorPrimary" android:state_focused="true" android:state_selected="true"/>
<item android:alpha="0.04" android:color="?attr/colorPrimary" android:state_hovered="true" android:state_selected="true"/>
<item android:alpha="0.00" android:color="?attr/colorPrimary" android:state_selected="true"/>
<!-- Unselected. -->
<item android:alpha="0.08" android:color="?attr/colorOnSurface" android:state_pressed="true"/>
<item android:alpha="0.16" android:color="?attr/colorOnSurface" android:state_focused="true" android:state_hovered="true"/>
<item android:alpha="0.12" android:color="?attr/colorOnSurface" android:state_focused="true"/>
<item android:alpha="0.04" android:color="?attr/colorOnSurface" android:state_hovered="true"/>
<item android:alpha="0.00" android:color="?attr/colorOnSurface"/>
</selector>