Expense-Tracker-App icon indicating copy to clipboard operation
Expense-Tracker-App copied to clipboard

Button Text not visible

Open eknoes opened this issue 6 years ago • 0 comments

When I try to export data, the button text for the permission description is white on white background, therefore not visible.

Steps to reproduce: Go to History -> Export Alert Dialog has no visible buttons

Screenshot example

I think this is because of the line in styles.xml:

        <item name="android:dialogTheme">@style/DialogTheme</item>

So it uses the DialogTheme which has a white text, but it somehow does not apply the blue padding for this alert dialog.

eknoes avatar Jan 17 '18 21:01 eknoes