Adjust text color; Closes #2466

This commit is contained in:
seven-master@hotmail.de 2018-01-02 20:15:05 +01:00
parent f9686ffba7
commit 80309b42ca
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:textColor="?android:attr/textColorSecondary" />
android:textColor="@color/white" />
</LinearLayout>
</RelativeLayout>