TP-12195 | Icon change (#7663)
This commit is contained in:
@@ -123,7 +123,7 @@ class SupportScreenFaqAdapter(
|
||||
|
||||
private fun setFaqArrowIcon(expanded: Boolean, arrowDown: AppCompatImageView) {
|
||||
if (expanded) arrowDown.setBackgroundResource(R.drawable.ic_arrow_up_green)
|
||||
else arrowDown.setBackgroundResource(R.drawable.ic_arrow_black_down)
|
||||
else arrowDown.setBackgroundResource(R.drawable.ic_arrow_purple_down)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="15dp"
|
||||
android:height="8dp"
|
||||
android:viewportWidth="15"
|
||||
android:viewportHeight="8">
|
||||
android:width="16dp"
|
||||
android:height="16dp"
|
||||
android:viewportWidth="16"
|
||||
android:viewportHeight="16">
|
||||
<path
|
||||
android:pathData="M14.449,0.293C14.84,0.683 14.84,1.317 14.449,1.707L8.449,7.707C8.059,8.098 7.426,8.098 7.035,7.707L1.035,1.707C0.645,1.317 0.645,0.683 1.035,0.293C1.426,-0.098 2.059,-0.098 2.449,0.293L7.742,5.586L13.035,0.293C13.426,-0.098 14.059,-0.098 14.449,0.293Z"
|
||||
android:fillColor="#1F002A"
|
||||
android:pathData="M12.471,5.527C12.731,5.788 12.731,6.21 12.471,6.47L8.471,10.47C8.21,10.731 7.788,10.731 7.528,10.47L3.528,6.47C3.268,6.21 3.268,5.788 3.528,5.527C3.788,5.267 4.21,5.267 4.471,5.527L7.999,9.056L11.528,5.527C11.788,5.267 12.21,5.267 12.471,5.527Z"
|
||||
android:fillColor="#2A0038"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
|
||||
10
navi-widgets/src/main/res/drawable/ic_arrow_purple_down.xml
Normal file
10
navi-widgets/src/main/res/drawable/ic_arrow_purple_down.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="15dp"
|
||||
android:height="8dp"
|
||||
android:viewportWidth="15"
|
||||
android:viewportHeight="8">
|
||||
<path
|
||||
android:pathData="M14.449,0.293C14.84,0.683 14.84,1.317 14.449,1.707L8.449,7.707C8.059,8.098 7.426,8.098 7.035,7.707L1.035,1.707C0.645,1.317 0.645,0.683 1.035,0.293C1.426,-0.098 2.059,-0.098 2.449,0.293L7.742,5.586L13.035,0.293C13.426,-0.098 14.059,-0.098 14.449,0.293Z"
|
||||
android:fillColor="#1F002A"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
Reference in New Issue
Block a user