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

Unified Diff: chrome/android/java/res/drawable/circle_white.xml

Issue 2843973002: Use larger vector graphics for special tiles and fix selection ring. (Closed)
Patch Set: Fix unused variable issue 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
Index: chrome/android/java/res/drawable/circle_white.xml
diff --git a/chrome/android/java/res/drawable/circle_white.xml b/chrome/android/java/res/drawable/circle_white.xml
index 4fc0220ee7422ba442c0bfc1748584644001a882..513d4a19b7526f880cb05589661b34ddae189aee 100644
--- a/chrome/android/java/res/drawable/circle_white.xml
+++ b/chrome/android/java/res/drawable/circle_white.xml
@@ -5,9 +5,9 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
- <size android:height="22dp"
- android:width="22dp"/>
+ <size android:height="20dp"
+ android:width="20dp"/>
<stroke
- android:width="3dp"
- android:color="@color/white_mode_tint"/>
+ android:width="2dp"
+ android:color="@color/white_alpha_50"/>
</shape>
« no previous file with comments | « chrome/android/java/res/drawable/checkmark_blue.xml ('k') | chrome/android/java/res/layout/photo_picker_bitmap_view.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698