Browse Source

use themed color instead of white

tobiasKaminsky 8 years ago
parent
commit
57f0df279a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/res/layout/whats_new_activity.xml

+ 1 - 1
src/main/res/layout/whats_new_activity.xml

@@ -37,7 +37,7 @@
         android:gravity="center_vertical"
         android:text="@string/placeholder_sentence"
         android:textAppearance="?android:attr/textAppearanceLarge"
-        android:textColor="@color/white"/>
+        android:textColor="@color/primary_button_text_color"/>
 
     <android.support.v4.view.ViewPager
         android:id="@+id/contentPanel"