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

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

Issue 516703002: Replaced the current WebsiteSettings dialog with a new PageInfo dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 2 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
Index: chrome/android/java/res/layout/website_settings_legacy.xml
diff --git a/chrome/android/java/res/layout/website_settings.xml b/chrome/android/java/res/layout/website_settings_legacy.xml
similarity index 98%
copy from chrome/android/java/res/layout/website_settings.xml
copy to chrome/android/java/res/layout/website_settings_legacy.xml
index cb614cacab3d1208f441beebeb24263f3b4a634d..fc989682b4276aae4589af23b6af3b9ed815e5c8 100644
--- a/chrome/android/java/res/layout/website_settings.xml
+++ b/chrome/android/java/res/layout/website_settings_legacy.xml
@@ -16,8 +16,8 @@
android:layout_height="wrap_content" />
<LinearLayout
- android:id="@+id/website_settings_text_layout"
android:layout_width="wrap_content"
Ted C 2014/10/07 17:48:06 why switch this around? in general the layout par
sashab 2014/10/07 22:58:24 Oops, not sure how this happened, fixed :)
+ android:id="@+id/website_settings_text_layout"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingStart="@dimen/certificate_viewer_padding_thin" >
@@ -35,4 +35,4 @@
android:layout_height="wrap_content" />
</LinearLayout>
-</LinearLayout>
+</LinearLayout>

Powered by Google App Engine
This is Rietveld 408576698