Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ee1ffb1 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Maybe fix issue #5340190: java.lang.RuntimeException: Unable to start...

...activity ComponentInfo{com.google.android.apps.genie.geniewidget

Caused by: android.content.res.Resources$NotFoundException: Resource is not a ColorStateList (color or path): TypedValue{t=0x2/d=0x1010351 a=1}
       at android.content.res.Resources.loadColorStateList(Resources.java:2042)
       at android.content.res.TypedArray.getColorStateList(TypedArray.java:342)
       at android.widget.TextView.<init>(TextView.java:763)
       at android.widget.EditText.<init>(EditText.java:58)
       at android.widget.EditText.<init>(EditText.java:54)
       at android.preference.EditTextPreference.<init>(EditTextPreference.java:56)
       at android.preference.EditTextPreference.<init>(EditTextPreference.java:71)

Change-Id: I55470759c8d08521630c7afaf4b303836c8011e0
parent 45ae3e50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ please see themes_device_defaults.xml.

        <item name="textAppearanceButton">@android:style/TextAppearance.Widget.Button</item>
        
        <item name="editTextColor">?android:color/primary_text_light</item>
        <item name="editTextColor">@android:color/primary_text_light</item>
        <item name="editTextBackground">@android:drawable/edit_text</item>
        
        <item name="candidatesTextStyleSpans">@android:string/candidates_style</item>