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" /> |