Merge "Remove the ripple effect of the switch button" into sc-dev
diff --git a/res/layout/grid_section_view.xml b/res/layout/grid_section_view.xml
index b10b894..ee7b76f 100644
--- a/res/layout/grid_section_view.xml
+++ b/res/layout/grid_section_view.xml
@@ -20,7 +20,7 @@
android:layout_height="wrap_content"
android:background="?selectableItemBackground"
android:clickable="true"
- android:paddingTop="@dimen/section_top_padding"
+ android:paddingVertical="@dimen/section_top_padding"
android:paddingHorizontal="@dimen/section_horizontal_padding"
android:orientation="horizontal">