Skip to content

Commit 83a8537

Browse files
committed
move More Apps From Us to lower priority
1 parent ce71059 commit 83a8537

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ android {
7070
}
7171

7272
dependencies {
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'

app/src/main/kotlin/com/simplemobiletools/musicplayer/activities/WidgetConfigureActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

app/src/main/res/menu/menu_main.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
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"
@@ -48,4 +43,9 @@
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>

0 commit comments

Comments
 (0)