Fixed #1948 Search feature is light in dark theme (#1951)

* Fixed #1930 Achievements activity is crashing on Android 8.1

* Fixed #1930 Achievements activity is crashing on Android 8.1

* Delete gradle-wrapper.properties

* Update build.gradle

* Create gradle-wrapper.properties

* fixed #1948 Search feature is light in dark theme

* Update FileUtils.java

* Update FileUtils.java

* Update FileUtils.java

* Fixed #1948 Search feature is light in dark theme

* changed files for the build

* Made the changes asked for

* Made the changes asked for

* Update gradle.properties

* Update gradle.properties

* Made changes in RecentSearchFragment
This commit is contained in:
Divyanshu Shukla 2018-12-17 17:13:58 +05:30 committed by neslihanturan
parent f79456ec8e
commit 83b52fc1b9
3 changed files with 51 additions and 19 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/textView2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/vpi__bright_foreground_disabled_holo_dark"
android:padding="@dimen/standard_gap"
android:text="@string/search_commons"
android:textAppearance="?android:attr/textAppearanceMedium" />