summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2015-09-08 21:44:50 +0200
committerjrizzoli <joey@cyanogenmoditalia.it>2015-11-05 14:22:56 +0100
commita62318bbebd0f2460443470400abb927991d62b2 (patch)
tree70c07c691705362796e5b3071ff083da7ee4001b /res/drawable
parent05e3c35dedfd20437aa8b076d352ba4bf72e303b (diff)
downloadandroid_packages_apps_Gello-a62318bbebd0f2460443470400abb927991d62b2.tar.gz
android_packages_apps_Gello-a62318bbebd0f2460443470400abb927991d62b2.tar.bz2
android_packages_apps_Gello-a62318bbebd0f2460443470400abb927991d62b2.zip
Update navigation bar UI
- Set right colors for elements - Hide separator when editing url - Keep it colored on tabs view - Make Security state icon smaller - Update progress bar indicator - Update incognito colors Change-Id: I856dd3add116dbc75be64a989983cac7ff814d95 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_action_add_incognito.xml2
-rw-r--r--res/drawable/ic_deco_incognito_normal.xml2
-rw-r--r--res/drawable/img_deco_tile_avoid.xml4
-rw-r--r--res/drawable/img_deco_tile_avoid_accent.xml4
-rw-r--r--res/drawable/img_deco_tile_unknown.xml4
-rw-r--r--res/drawable/img_deco_tile_untrusted.xml4
-rw-r--r--res/drawable/img_deco_tile_verified.xml4
7 files changed, 12 insertions, 12 deletions
diff --git a/res/drawable/ic_action_add_incognito.xml b/res/drawable/ic_action_add_incognito.xml
index f3dc09d5..aa87d17c 100644
--- a/res/drawable/ic_action_add_incognito.xml
+++ b/res/drawable/ic_action_add_incognito.xml
@@ -6,7 +6,7 @@
android:viewportHeight="24">
<path
- android:fillColor="@color/icon_black"
+ android:fillColor="@color/icon_white"
android:pathData="M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89
3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74 .25 -3.98 .7 l2.16 2.16C10.74 7.13
11.35 7 12 7zM2 4.27l2.28 2.28 .46 .46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5
diff --git a/res/drawable/ic_deco_incognito_normal.xml b/res/drawable/ic_deco_incognito_normal.xml
index f3dc09d5..aa87d17c 100644
--- a/res/drawable/ic_deco_incognito_normal.xml
+++ b/res/drawable/ic_deco_incognito_normal.xml
@@ -6,7 +6,7 @@
android:viewportHeight="24">
<path
- android:fillColor="@color/icon_black"
+ android:fillColor="@color/icon_white"
android:pathData="M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89
3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74 .25 -3.98 .7 l2.16 2.16C10.74 7.13
11.35 7 12 7zM2 4.27l2.28 2.28 .46 .46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5
diff --git a/res/drawable/img_deco_tile_avoid.xml b/res/drawable/img_deco_tile_avoid.xml
index 34c194a4..ac9c32db 100644
--- a/res/drawable/img_deco_tile_avoid.xml
+++ b/res/drawable/img_deco_tile_avoid.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
+ android:width="18dp"
+ android:height="18dp"
android:viewportWidth="24"
android:viewportHeight="24">
diff --git a/res/drawable/img_deco_tile_avoid_accent.xml b/res/drawable/img_deco_tile_avoid_accent.xml
index 56e3bebe..6083bef7 100644
--- a/res/drawable/img_deco_tile_avoid_accent.xml
+++ b/res/drawable/img_deco_tile_avoid_accent.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
+ android:width="18dp"
+ android:height="18dp"
android:viewportWidth="24"
android:viewportHeight="24">
diff --git a/res/drawable/img_deco_tile_unknown.xml b/res/drawable/img_deco_tile_unknown.xml
index b36a345b..08458bee 100644
--- a/res/drawable/img_deco_tile_unknown.xml
+++ b/res/drawable/img_deco_tile_unknown.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
+ android:width="18dp"
+ android:height="18dp"
android:viewportWidth="24"
android:viewportHeight="24">
diff --git a/res/drawable/img_deco_tile_untrusted.xml b/res/drawable/img_deco_tile_untrusted.xml
index f605fb15..fe06ae3e 100644
--- a/res/drawable/img_deco_tile_untrusted.xml
+++ b/res/drawable/img_deco_tile_untrusted.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
+ android:width="18dp"
+ android:height="18dp"
android:viewportWidth="24"
android:viewportHeight="24">
diff --git a/res/drawable/img_deco_tile_verified.xml b/res/drawable/img_deco_tile_verified.xml
index 4fb5b9b9..4601cbba 100644
--- a/res/drawable/img_deco_tile_verified.xml
+++ b/res/drawable/img_deco_tile_verified.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
+ android:width="18dp"
+ android:height="18dp"
android:viewportWidth="24"
android:viewportHeight="24">