summaryrefslogtreecommitdiffstats
path: root/res/layout/live_wallpaper_preview.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/live_wallpaper_preview.xml')
-rw-r--r--res/layout/live_wallpaper_preview.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/res/layout/live_wallpaper_preview.xml b/res/layout/live_wallpaper_preview.xml
index 05ac0c9..f1d6159 100644
--- a/res/layout/live_wallpaper_preview.xml
+++ b/res/layout/live_wallpaper_preview.xml
@@ -35,6 +35,12 @@
</FrameLayout>
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="@dimen/preview_gradient_background_height"
+ android:layout_gravity="top"
+ android:background="@drawable/gradient_background"/>
+
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -45,7 +51,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
- android:background="@color/translucent_black"
+ android:background="@color/translucent_blue_light"
android:orientation="vertical">
<com.google.android.material.tabs.TabLayout