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

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

Issue 2879733002: [subresource_filter] Add a subtitle for Android Page Info (Closed)
Patch Set: Created 3 years, 7 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 | chrome/android/java/src/org/chromium/chrome/browser/page_info/PageInfoPopup.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/page_info_permission_row.xml
diff --git a/chrome/android/java/res/layout/page_info_permission_row.xml b/chrome/android/java/res/layout/page_info_permission_row.xml
index 703bd7eb35f9a70c3bd8784f58ddea870bb34bb3..191299375109b7da85f892f8827a38d81108a7bb 100644
--- a/chrome/android/java/res/layout/page_info_permission_row.xml
+++ b/chrome/android/java/res/layout/page_info_permission_row.xml
@@ -34,4 +34,14 @@
android:textColor="@color/page_info_popup_text_link"
android:textSize="14sp"
android:visibility="gone" />
+
+ <TextView
+ android:id="@+id/page_info_permission_subtitle"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_below="@id/page_info_permission_status"
+ android:layout_toEndOf="@id/page_info_permission_icon"
+ android:lineSpacingExtra="6dp"
Bernhard Bauer 2017/05/12 09:24:36 Where is this value coming from? The linked mocks
Charlie Harrison 2017/05/12 12:31:32 I used this value to align with the page_info_perm
Charlie Harrison 2017/05/12 15:44:48 Update: I've checked with UI who confirmed that we
Bernhard Bauer 2017/05/12 15:51:00 I think I would use it for the TextView above as w
Charlie Harrison 2017/05/12 15:52:29 Sounds good. Should that have leading 20dp as well
Bernhard Bauer 2017/05/12 15:53:50 Yes please.
Charlie Harrison 2017/05/12 15:58:29 Done.
+ android:textSize="14sp"
+ android:visibility="gone" />
</RelativeLayout>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/page_info/PageInfoPopup.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698