Files
brave-core/android/java/res/drawable/ic_add.xml
T
Deep 4c5ed573f5 Fix an issue for nestedview
Update widget UI

Update widget stack UI
2020-10-17 13:02:40 -04:00

6 lines
382 B
XML

<vector android:height="24dp" android:tint="#FB542B"
android:viewportHeight="24.0" android:viewportWidth="24.0"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FF000000" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM17,13h-4v4h-2v-4L7,13v-2h4L11,7h2v4h4v2z"/>
</vector>