Files
Haleon-Egypt-PD/GSKMTOrange/src/main/res/drawable/dot_selector.xml
T
2026-03-28 18:37:46 +05:30

4 lines
217 B
XML

<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/dot_active" android:state_selected="true"/>
<item android:drawable="@drawable/dot_inactive"/>
</selector>