| commit | 078e7622fe6f0a24fd91ddf315e9cbafe0e27a52 | [log] [tgz] |
|---|---|---|
| author | Chris Banes <chrisbanes@google.com> | Wed Jun 10 15:10:47 2015 +0100 |
| committer | Chris Banes <chrisbanes@google.com> | Wed Jun 10 15:10:47 2015 +0100 |
| tree | 6ec3d53e17ba2da00d7f48ec02b561b50f02fd9f | |
| parent | d9f74f74853b7c6b168b99579c6d8a9ae3f796d8 [diff] |
Fix Snackbar sw600dp gravity BUG: 21748931 Change-Id: Ic593dc76f8d5aef3d1ec82422581688bc976485d
diff --git a/design/res/layout-sw600dp/layout_snackbar.xml b/design/res/layout-sw600dp/layout_snackbar.xml index 6605408..b68395a 100644 --- a/design/res/layout-sw600dp/layout_snackbar.xml +++ b/design/res/layout-sw600dp/layout_snackbar.xml
@@ -19,5 +19,5 @@ class="android.support.design.widget.Snackbar$SnackbarLayout" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_gravity="bottom|center_vertical" + android:layout_gravity="bottom|center_horizontal" style="@style/Widget.Design.Snackbar" /> \ No newline at end of file