diff options
Diffstat (limited to 'res/layout/switch_bar.xml')
-rw-r--r-- | res/layout/switch_bar.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/switch_bar.xml b/res/layout/switch_bar.xml index 6b37e4cf4..5dbeb5599 100644 --- a/res/layout/switch_bar.xml +++ b/res/layout/switch_bar.xml @@ -31,7 +31,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" - android:background="@null" /> + android:background="@null" + android:theme="@style/ThemeOverlay.SwitchBar" /> </merge> |