Fix some crashes on widgets

This commit is contained in:
2016-04-27 06:01:10 -04:00
parent 638539259a
commit 4aea527e07
2 changed files with 2 additions and 1 deletions

View File

@@ -43,7 +43,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:textColor="?highContrastTextColor"/>
android:textColor="@color/white"/>
</LinearLayout>