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

Commit 45afb655 authored by Leon Scroggins's avatar Leon Scroggins Committed by Android (Google) Code Review
Browse files

Merge "Use primary color for matches string."

parents b1d042dc 6b38e5cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -34,6 +34,6 @@
        android:layout_height="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center_vertical"
        android:layout_gravity="center_vertical"
        android:textAppearance="?android:attr/textAppearanceSmall"
        android:textAppearance="?android:attr/textAppearanceSmall"
        android:textColor="?android:attr/textColorSecondaryInverse"
        android:textColor="?android:attr/textColorPrimary"
        />
        />
</LinearLayout>
</LinearLayout>