mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
* 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:
parent
f79456ec8e
commit
83b52fc1b9
3 changed files with 51 additions and 19 deletions
|
|
@ -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" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue