Skip to content

Commit 991e7b0

Browse files
committed
move More Apps From Us lower
1 parent f461f01 commit 991e7b0

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

app/build.gradle

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

6565
dependencies {
66-
implementation 'com.github.SimpleMobileTools:Simple-Commons:a6c22de9d6'
66+
implementation 'com.github.SimpleMobileTools:Simple-Commons:449b24c6a4'
6767
implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3'
6868
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
6969
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/MainActivity.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,15 +203,10 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
203203
main_menu.toggleHideOnScroll(false)
204204
main_menu.setupMenu()
205205

206-
main_menu.onSearchOpenListener = {
207-
main_dialpad_button.beGone()
208-
}
209-
210206
main_menu.onSearchClosedListener = {
211207
getAllFragments().forEach {
212208
it?.onSearchClosed()
213209
}
214-
main_dialpad_button.beVisibleIf(config.showDialpadButton)
215210
}
216211

217212
main_menu.onSearchTextChangedListener = { text ->

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
android:showAsAction="never"
2929
android:title="@string/export_contacts_to_vcf"
3030
app:showAsAction="never" />
31-
<item
32-
android:id="@+id/more_apps_from_us"
33-
android:icon="@drawable/ic_google_play_vector"
34-
android:title="@string/more_apps_from_us"
35-
app:showAsAction="ifRoom" />
3631
<item
3732
android:id="@+id/settings"
3833
android:icon="@drawable/ic_settings_cog_vector"
@@ -43,4 +38,9 @@
4338
android:icon="@drawable/ic_info_vector"
4439
android:title="@string/about"
4540
app:showAsAction="ifRoom" />
41+
<item
42+
android:id="@+id/more_apps_from_us"
43+
android:icon="@drawable/ic_google_play_vector"
44+
android:title="@string/more_apps_from_us"
45+
app:showAsAction="ifRoom" />
4646
</menu>

0 commit comments

Comments
 (0)