Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / platforms / android-25 / data / res / color / primary_text_secondary_when_activated_material.xml
blob7ab4a2ee99224e8dda5eac0193b193c0c92da095
1 <?xml version="1.0" encoding="utf-8"?>
2 <selector xmlns:android="http://schemas.android.com/apk/res/android">
3     <item
4         android:state_activated="true"
5         android:color="?attr/textColorPrimary" />
6     <item
7         android:color="?attr/textColorSecondary" />
8 </selector>