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

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

Issue 2892133002: Make snackbar on tablet center aligned and sticked to bottom. (Closed)
Patch Set: remove rounded corners on the bottom 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/snackbar/SnackbarView.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/drawable/snackbar_background_tablet.xml
diff --git a/chrome/android/java/res/drawable/snackbar_background_tablet.xml b/chrome/android/java/res/drawable/snackbar_background_tablet.xml
index 08cc8fd75ecd7994b0b9c82ed5763118d90716dc..9a9d937cba5eacf1ec5d0a1b123b4ab469d68885 100644
--- a/chrome/android/java/res/drawable/snackbar_background_tablet.xml
+++ b/chrome/android/java/res/drawable/snackbar_background_tablet.xml
@@ -8,6 +8,8 @@
<solid android:color="@color/snackbar_background_color" />
- <corners android:radius="2dip" />
+ <corners
+ android:topLeftRadius="2dip"
+ android:topRightRadius="2dip"/>
-</shape>
+</shape>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/snackbar/SnackbarView.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698