Clean up wifi_friction icon unused states.

Bug: 34802842
Test: NA - nonfunctional refactor
Change-Id: I3ad11a8b65bf8ac8aea0a240afa74724d4fb34f3
This commit is contained in:
Sundeep Ghuman
2017-03-15 17:01:07 -07:00
parent 6f98b97687
commit f0293ebb4d

View File

@@ -18,10 +18,5 @@
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<item
settings:state_encrypted="true"
settings:state_saved="true"
android:drawable="@drawable/ic_friction_lock_closed"/>
<item
settings:state_encrypted="true"
settings:state_saved="false"
android:drawable="@drawable/ic_friction_lock_closed"/>
</selector>