summaryrefslogtreecommitdiffstats
path: root/res/color/bottom_action_button_color_tint.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/color/bottom_action_button_color_tint.xml')
-rw-r--r--res/color/bottom_action_button_color_tint.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/res/color/bottom_action_button_color_tint.xml b/res/color/bottom_action_button_color_tint.xml
index 26f91df..8381c2f 100644
--- a/res/color/bottom_action_button_color_tint.xml
+++ b/res/color/bottom_action_button_color_tint.xml
@@ -14,11 +14,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
+<selector xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
<item
android:state_selected="false"
- android:color="@color/bottom_bar_icon_unchecked_color" />
+ android:color="?android:textColorTertiary" />
<item
android:state_selected="true"
- android:color="?android:colorAccent" />
+ android:color="?androidprv:attr/textColorOnAccent" />
</selector> \ No newline at end of file