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

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

Issue 2845303003: added rounded corners & created file for rounded corners (Closed)
Patch Set: comments Created 3 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/tabular_context_menu_page.xml
diff --git a/chrome/android/java/res/layout/tabular_context_menu_page.xml b/chrome/android/java/res/layout/tabular_context_menu_page.xml
index a3d7a7b2df3108676969137b4085bc9fe4763da9..bb290a276890eb7a2a51142c024b06096e2458f0 100644
--- a/chrome/android/java/res/layout/tabular_context_menu_page.xml
+++ b/chrome/android/java/res/layout/tabular_context_menu_page.xml
@@ -13,10 +13,10 @@
android:id="@+id/context_header_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="20dp"
- android:layout_marginStart="20dp"
- android:layout_marginEnd="20dp"
- android:layout_marginBottom="10dp"
+ android:paddingTop="20dp"
+ android:paddingStart="20dp"
+ android:paddingEnd="20dp"
+ android:paddingBottom="10dp"
android:layout_gravity="center"
android:orientation="vertical"
tools:ignore="UseCompoundDrawables">

Powered by Google App Engine
This is Rietveld 408576698