diff options
author | 2018-12-03 16:28:29 -0800 | |
---|---|---|
committer | 2018-12-03 16:28:29 -0800 | |
commit | 5d770ba930466bdde7ddb0198123ace2d1465a97 (patch) | |
tree | 2fe14378690a7b258efc4e3111e7c70acdbbf3c9 | |
parent | 579fdf3ba62c8db90cfdde43562d7fbd726f623e (diff) |
Make foreground color of print button always white
The theme seems to have stabilized to always have a colored
'colorAccent'. Hence make the foreground always white as the previous
attibute causes a black icon on light blue background which was quite
ugly.
Test: Looked at UI in dark more and regular mode
Change-Id: If3031daa0c8dceced8cc62810054b60e20cfb805
-rw-r--r-- | packages/PrintSpooler/res/layout/print_activity.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/PrintSpooler/res/layout/print_activity.xml b/packages/PrintSpooler/res/layout/print_activity.xml index 0ccf13e23aaf..9e16f5ef40a7 100644 --- a/packages/PrintSpooler/res/layout/print_activity.xml +++ b/packages/PrintSpooler/res/layout/print_activity.xml @@ -107,7 +107,7 @@ android:layout_height="wrap_content" android:layout_marginStart="16dip" android:elevation="@dimen/preview_controls_elevation" - android:tint="?android:attr/textColorPrimaryInverse" + android:tint="@android:color/white" android:background="@drawable/print_button"> </ImageButton> |