color fixes + update lib
This commit is contained in:
parent
c7f6cdc8c6
commit
1024b1e6f9
|
@ -118,8 +118,8 @@ dependencies {
|
|||
implementation "com.github.bumptech.glide:glide:4.11.0"
|
||||
annotationProcessor "com.github.bumptech.glide:compiler:4.11.0"
|
||||
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
|
||||
implementation "net.gotev:uploadservice:4.4.2"
|
||||
implementation "net.gotev:uploadservice-okhttp:4.4.2"
|
||||
implementation "net.gotev:uploadservice:4.5.1"
|
||||
implementation "net.gotev:uploadservice-okhttp:4.5.1"
|
||||
implementation "com.google.code.gson:gson:2.8.6"
|
||||
implementation 'androidx.media:media:1.2.0'
|
||||
implementation 'com.github.ybq:Android-SpinKit:1.4.0'
|
||||
|
|
|
@ -54,6 +54,10 @@
|
|||
<com.mancj.materialsearchbar.MaterialSearchBar
|
||||
style="@style/searchBarSepia"
|
||||
app:mt_speechMode="false"
|
||||
app:mt_backIconTint="?attr/colorAccent"
|
||||
app:mt_clearIconTint="?attr/colorAccent"
|
||||
app:mt_menuIconTint="?attr/colorAccent"
|
||||
app:mt_searchIconTint="?attr/colorAccent"
|
||||
app:mt_hint="@string/sepia_search_hint"
|
||||
app:mt_maxSuggestionsCount="10"
|
||||
android:layout_width="match_parent"
|
||||
|
|
Loading…
Reference in New Issue