Skip to content

Commit 1c913cf

Browse files
committed
move More Apps From Us to lower priority
1 parent 20d0a0f commit 1c913cf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ android {
6464
}
6565

6666
dependencies {
67-
implementation 'com.github.SimpleMobileTools:Simple-Commons:71f9297e2e'
67+
implementation 'com.github.SimpleMobileTools:Simple-Commons:185891674f'
6868
implementation 'com.github.tibbi:PdfViewPager:d2af24208d'
6969
implementation 'com.github.Stericson:RootTools:df729dcb13'
7070
implementation 'com.github.Stericson:RootShell:1.6'

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@
5858
android:showAsAction="never"
5959
android:title="@string/column_count"
6060
app:showAsAction="never" />
61-
<item
62-
android:id="@+id/more_apps_from_us"
63-
android:icon="@drawable/ic_google_play_vector"
64-
android:title="@string/more_apps_from_us"
65-
app:showAsAction="ifRoom" />
6661
<item
6762
android:id="@+id/settings"
6863
android:icon="@drawable/ic_settings_cog_vector"
@@ -73,4 +68,9 @@
7368
android:icon="@drawable/ic_info_vector"
7469
android:title="@string/about"
7570
app:showAsAction="ifRoom" />
71+
<item
72+
android:id="@+id/more_apps_from_us"
73+
android:icon="@drawable/ic_google_play_vector"
74+
android:title="@string/more_apps_from_us"
75+
app:showAsAction="ifRoom" />
7676
</menu>

0 commit comments

Comments
 (0)