diff --git a/res/layout/more_settings_button.xml b/res/layout/more_settings_button.xml
index 4bbe1191108..84ef75a519e 100644
--- a/res/layout/more_settings_button.xml
+++ b/res/layout/more_settings_button.xml
@@ -14,22 +14,20 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-
+ android:layout_height="wrap_content">
+ android:layout_marginVertical="8dp"
+ android:layout_marginHorizontal="16dp"
+ android:theme="@style/RoundedCornerThemeOverlay"
+ settings:allowDividerBelow="true"/>
-
+
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 8ca72db463f..078c6b6b37a 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -421,6 +421,10 @@
+
+