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

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

Issue 2093373004: [ImportantStorage] Clear button string update and lint fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disabled accessibility for favicon Created 4 years, 6 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/manage_space_activity.xml
diff --git a/chrome/android/java/res/layout/manage_space_activity.xml b/chrome/android/java/res/layout/manage_space_activity.xml
index ad27e1436eed88efde994283747238b1b9fe460a..7361c47c5c6757359236443de9232be0da511838 100644
--- a/chrome/android/java/res/layout/manage_space_activity.xml
+++ b/chrome/android/java/res/layout/manage_space_activity.xml
@@ -12,7 +12,7 @@
<LinearLayout
android:id="@+id/main_view"
android:layout_width="match_parent"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:orientation="vertical"
@@ -37,6 +37,7 @@
android:id="@+id/unimportant_site_data_size_prefix"
android:text="@string/storage_management_unimportant_site_data_size_label"
android:layout_weight="1"
+ android:layout_width="0dp"
style="@style/ManageSpaceActivitySizeTextView" />
<TextView
@@ -66,6 +67,7 @@
android:id="@+id/site_data_size_prefix"
android:text="@string/storage_management_site_data_size_label"
android:layout_weight="1"
+ android:layout_width="0dp"
style="@style/ManageSpaceActivitySizeTextView" />
<TextView

Powered by Google App Engine
This is Rietveld 408576698