Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(940)

Unified Diff: chrome/android/java/res/layout/location_bar_status.xml

Issue 2340923004: Limit the height of the offline omnibox divider. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/location_bar_status.xml
diff --git a/chrome/android/java/res/layout/location_bar_status.xml b/chrome/android/java/res/layout/location_bar_status.xml
index 549b158c4c95df2c7859368712900f8a3546282c..7d8fae745f95e8d644f2cd9cf0ed2fdbada369d4 100644
--- a/chrome/android/java/res/layout/location_bar_status.xml
+++ b/chrome/android/java/res/layout/location_bar_status.xml
@@ -21,9 +21,8 @@
<!-- Separator is going to be shown or hidden together with the status defined above. -->
<View android:id="@+id/location_bar_verbose_status_separator"
android:layout_width="@dimen/location_bar_status_separator_width"
- android:layout_height="match_parent"
- android:layout_marginTop="8dp"
- android:layout_marginBottom="8dp"
+ android:layout_height="24dp"
+ android:layout_gravity="center_vertical"
android:background="#1f000000"
android:visibility="gone" />
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698