aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/theme_browser_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/theme_browser_activity.xml')
-rw-r--r--WordPress/src/main/res/layout/theme_browser_activity.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/WordPress/src/main/res/layout/theme_browser_activity.xml b/WordPress/src/main/res/layout/theme_browser_activity.xml
index ccf5040d0..7810afac7 100644
--- a/WordPress/src/main/res/layout/theme_browser_activity.xml
+++ b/WordPress/src/main/res/layout/theme_browser_activity.xml
@@ -9,7 +9,8 @@
android:id="@+id/sliding_tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="@color/tab_background" />
+ android:background="@color/tab_background"
+ android:elevation="@dimen/tabs_elevation" />
<android.support.v4.view.ViewPager
android:id="@+id/theme_browser_pager"