Skip to content

Commit

Permalink
Merge pull request codinguser#753 from rivaldi8/widget-text-color
Browse files Browse the repository at this point in the history
Fix widget black text on black background on newer Android versions
  • Loading branch information
codinguser authored Dec 20, 2017
2 parents 589bba4 + 20d8d53 commit fa8f90d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/widget_4x1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
android:ellipsize="end"
android:layout_marginLeft="@dimen/edge_padding"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="@string/label_account_name" />
android:textColor="@android:color/white"
android:text="@string/label_account_name" />

<TextView android:id="@+id/transactions_summary"
android:layout_width="wrap_content"
Expand Down

0 comments on commit fa8f90d

Please sign in to comment.