Remove textColorSecondary override for EditTextActivity

We're only using it for the attribution, and we want the default
secondary text color for this purpose.

Bug: 239566352
Fix: 239566352
Test: manual (visual change only)
Change-Id: I9317d5f81e4207d8a88c29e109f6c32d5ec72014
This commit is contained in:
Miranda Kephart
2022-07-22 13:28:48 -04:00
parent 59bf347867
commit 3f1f365400

View File

@@ -44,7 +44,6 @@
<item name="android:windowLightStatusBar">false</item>
<item name="android:windowLightNavigationBar">false</item>
<item name="android:navigationBarColor">?android:attr/colorBackgroundFloating</item>
<item name="android:textColorSecondary">?android:attr/textColorPrimaryInverse</item>
</style>
<style name="FloatingOverlay" parent="@android:style/Theme.DeviceDefault.DayNight">