This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Replaced TabsButton with CliqzTabsButton which has icon and no counter
- Loading branch information
Showing
with
45 additions
and 3 deletions.
- +7 −1 Client/Frontend/Browser/TabToolbar.swift
- +1 −1 Client/Frontend/Browser/TabTrayController.swift
- +4 −0 Client/Frontend/Browser/URLBarView.swift
- +1 −1 Cliqz/Extensions/ColorExtension.swift
- +23 −0 Cliqz/Resources/Cliqz.xcassets/TabToolbar/cliqz-nav-tabs.imageset/Contents.json
- BIN Cliqz/Resources/Cliqz.xcassets/TabToolbar/cliqz-nav-tabs.imageset/Tab_Overview.png
- BIN Cliqz/Resources/Cliqz.xcassets/TabToolbar/cliqz-nav-tabs.imageset/Tab_Overview@2x.png
- BIN Cliqz/Resources/Cliqz.xcassets/TabToolbar/cliqz-nav-tabs.imageset/Tab_Overview@3x.png
- +9 −0 Cliqz/URLBar/CliqzTabToolbar.swift
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "images" : [ | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "Tab_Overview.png", | ||
| "scale" : "1x" | ||
| }, | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "Tab_Overview@2x.png", | ||
| "scale" : "2x" | ||
| }, | ||
| { | ||
| "idiom" : "universal", | ||
| "filename" : "Tab_Overview@3x.png", | ||
| "scale" : "3x" | ||
| } | ||
| ], | ||
| "info" : { | ||
| "version" : 1, | ||
| "author" : "xcode" | ||
| } | ||
| } |
Binary file not shown.
Binary file not shown.
Binary file not shown.