Skip to content

Commit 3af5784

Browse files
committed
[ExposedDropdownMenu] Fixed missing icon activated color.
PiperOrigin-RevId: 466742317 (cherry picked from commit 9147704)
1 parent c1e20e2 commit 3af5784

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/java/com/google/android/material/textfield/res/color/m3_textfield_indicator_text_color.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
limitations under the License.
1616
-->
1717
<selector xmlns:android="http://schemas.android.com/apk/res/android">
18+
<item android:color="?attr/colorPrimary" android:state_activated="true"/>
1819
<item android:alpha="0.38" android:color="?attr/colorOnSurface" android:state_enabled="false"/>
1920
<item android:color="?attr/colorOnSurfaceVariant"/>
2021
</selector>

0 commit comments

Comments
 (0)