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

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

Issue 1894703002: [Offline pages] Removing offline pages from Bookmarks UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Marking more methods as visible for testing Created 4 years, 8 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/bookmark_row_content.xml
diff --git a/chrome/android/java/res/layout/bookmark_row_content.xml b/chrome/android/java/res/layout/bookmark_row_content.xml
index b51ec19340aa2e233180faedc6f0837a3d96679b..8f195f52acd72efe88f89039697309d5558b3159 100644
--- a/chrome/android/java/res/layout/bookmark_row_content.xml
+++ b/chrome/android/java/res/layout/bookmark_row_content.xml
@@ -22,34 +22,17 @@
android:contentDescription="@null"
android:scaleType="center" />
- <LinearLayout
+ <TextView
+ android:id="@+id/title"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:minHeight="48dp"
+ android:singleLine="true"
android:gravity="center_vertical"
- android:orientation="vertical" >
-
- <TextView
- android:id="@+id/title"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:singleLine="true"
- android:textAlignment="viewStart"
- android:textColor="@color/default_text_color"
- android:textSize="16sp" />
-
- <TextView
- android:id="@+id/offline_page_size"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:singleLine="true"
- android:textAlignment="viewStart"
- android:textColor="@color/secondary_text_default_material_light"
- android:textSize="15sp"
- android:visibility="gone" />
-
- </LinearLayout>
+ android:textAlignment="viewStart"
+ android:textColor="@color/default_text_color"
+ android:textSize="16sp" />
<org.chromium.chrome.browser.widget.TintedImageButton
android:id="@+id/more"

Powered by Google App Engine
This is Rietveld 408576698