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

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

Issue 914003002: Use ButtonCompat to get Material-y buttons in more places. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « chrome/android/java/res/layout/sad_tab.xml ('k') | chrome/android/java/res/values-v17/styles.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/website_settings.xml
diff --git a/chrome/android/java/res/layout/website_settings.xml b/chrome/android/java/res/layout/website_settings.xml
index fa3c2575cd560d85333148e806f86cbc2bc54c1f..3c9c9a0171ed21d32932a4ef1c749c60a67965b9 100644
--- a/chrome/android/java/res/layout/website_settings.xml
+++ b/chrome/android/java/res/layout/website_settings.xml
@@ -39,7 +39,6 @@
<Button
android:id="@+id/website_settings_copy_url_button"
- android:background="?attr/selectableItemBackground"
android:layout_gravity="end"
android:layout_width="wrap_content"
android:layout_height="@dimen/website_settings_popup_button_height"
@@ -50,10 +49,8 @@
android:paddingEnd="@dimen/website_settings_popup_button_padding_sides"
android:paddingStart="@dimen/website_settings_popup_button_padding_sides"
android:text="@string/page_info_copy_url_button"
- android:textAllCaps="true"
- android:textColor="#4184f3"
- android:textSize="@dimen/website_settings_popup_button_text_size"
- android:textStyle="bold" />
+ android:textColor="@color/light_active_color"
+ style="@style/ButtonBorderlessCompat" />
</LinearLayout>
<!-- Horizontal separator -->
@@ -87,7 +84,6 @@
<Button
android:id="@+id/website_settings_site_settings_button"
- android:background="?attr/selectableItemBackground"
android:layout_width="wrap_content"
android:layout_height="@dimen/website_settings_popup_button_height"
android:layout_marginEnd="@dimen/website_settings_popup_button_margin_sides"
@@ -95,10 +91,8 @@
android:paddingEnd="@dimen/website_settings_popup_button_padding_sides"
android:paddingStart="@dimen/website_settings_popup_button_padding_sides"
android:text="@string/page_info_site_settings_button"
- android:textAllCaps="true"
android:textColor="@color/website_settings_popup_button_text"
- android:textSize="@dimen/website_settings_popup_button_text_size"
- android:textStyle="bold" />
+ style="@style/ButtonBorderlessCompat" />
</FrameLayout>
</LinearLayout>
« no previous file with comments | « chrome/android/java/res/layout/sad_tab.xml ('k') | chrome/android/java/res/values-v17/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698