No sufficient contrast with background
am: 56570d65b6

Change-Id: Ic5d3fb3232c7cab2674e10d8b5bcead39453e321
diff --git a/res/layout/page_info.xml b/res/layout/page_info.xml
index f436bc9..d9cf11e 100644
--- a/res/layout/page_info.xml
+++ b/res/layout/page_info.xml
@@ -55,6 +55,7 @@
         android:forceHasOverlappingRendering="false"
         android:gravity="center_horizontal"
         android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Caption"
+        android:textColor="?android:attr/textColorPrimary"
         android:visibility="gone"/>
 
     <Space
diff --git a/res/values-night/colors.xml b/res/values-night/colors.xml
index 38d4297..170c7d6 100644
--- a/res/values-night/colors.xml
+++ b/res/values-night/colors.xml
@@ -15,7 +15,5 @@
 -->
 
 <resources>
-    <color name="translucent_black">#B3000000</color>
-
     <color name="ripple_button_color">@*android:color/ripple_material_dark</color>
 </resources>
diff --git a/res/values/colors.xml b/res/values/colors.xml
index d7a184a..1ef8a6a 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -21,7 +21,7 @@
     <color name="live_wallpaper_thumbnail_background">#CC666666</color>
     <color name="live_wallpaper_thumbnail_text_color">#FFFFFFFF</color>
 
-    <color name="translucent_black">#66000000</color>
+    <color name="translucent_black">#99000000</color>
 
     <color name="ripple_button_color">@*android:color/ripple_material_light</color>
 </resources>