File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
kotlin/com/simplemobiletools/musicplayer/activities Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ android {
7070}
7171
7272dependencies {
73- implementation ' com.github.SimpleMobileTools:Simple-Commons:db6122327f '
73+ implementation ' com.github.SimpleMobileTools:Simple-Commons:449b24c6a4 '
7474 implementation ' org.greenrobot:eventbus:3.3.1'
7575 implementation ' androidx.media:media:1.6.0'
7676 implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ class WidgetConfigureActivity : SimpleActivity() {
9090 if (mTextColor == resources.getColor(R .color.default_widget_text_color) && config.isUsingSystemTheme) {
9191 mTextColor = resources.getColor(R .color.you_primary_color, theme)
9292 }
93+
9394 updateTextColor()
9495 }
9596
Original file line number Diff line number Diff line change 3333 android : icon =" @drawable/ic_equalizer_vector"
3434 android : title =" @string/equalizer"
3535 app : showAsAction =" always" />
36- <item
37- android : id =" @+id/more_apps_from_us"
38- android : icon =" @drawable/ic_google_play_vector"
39- android : title =" @string/more_apps_from_us"
40- app : showAsAction =" ifRoom" />
4136 <item
4237 android : id =" @+id/settings"
4338 android : icon =" @drawable/ic_settings_cog_vector"
4843 android : icon =" @drawable/ic_info_vector"
4944 android : title =" @string/about"
5045 app : showAsAction =" ifRoom" />
46+ <item
47+ android : id =" @+id/more_apps_from_us"
48+ android : icon =" @drawable/ic_google_play_vector"
49+ android : title =" @string/more_apps_from_us"
50+ app : showAsAction =" ifRoom" />
5151</menu >
You can’t perform that action at this time.
0 commit comments