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>
diff --git a/res/layout/nav_screen.xml b/res/layout/nav_screen.xml
index 6e75aee..1f17a54 100644
--- a/res/layout/nav_screen.xml
+++ b/res/layout/nav_screen.xml
@@ -30,7 +30,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="@dimen/toolbar_height"
- android:background="@color/trasparent"
+ android:background="@color/primary"
android:gravity="end"
android:orientation="horizontal">
@@ -60,14 +60,14 @@
<ImageButton
android:id="@+id/more"
- style="@style/OverflowButton" />
+ style="@style/OverflowButtonInverted" />
</LinearLayout>
- <!-- Cosmetic shadow (covered by anim_screen during transitions) >
+ <!-- Cosmetic shadow (covered by anim_screen during transitions) -->
<View
android:layout_width="match_parent"
android:layout_height="8dp"
android:layout_marginTop="@dimen/toolbar_height"
- android:background="@drawable/deco_cosmetic_topshadow" /-->
+ android:background="@drawable/deco_cosmetic_topshadow" />
</FrameLayout>