move More Apps From Us lower

This commit is contained in:
tibbi 2023-01-12 22:30:40 +01:00
parent f461f01fe2
commit 991e7b07c7
3 changed files with 6 additions and 11 deletions

View File

@ -63,7 +63,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:a6c22de9d6'
implementation 'com.github.SimpleMobileTools:Simple-Commons:449b24c6a4'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3'
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

View File

@ -203,15 +203,10 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
main_menu.toggleHideOnScroll(false)
main_menu.setupMenu()
main_menu.onSearchOpenListener = {
main_dialpad_button.beGone()
}
main_menu.onSearchClosedListener = {
getAllFragments().forEach {
it?.onSearchClosed()
}
main_dialpad_button.beVisibleIf(config.showDialpadButton)
}
main_menu.onSearchTextChangedListener = { text ->

View File

@ -28,11 +28,6 @@
android:showAsAction="never"
android:title="@string/export_contacts_to_vcf"
app:showAsAction="never" />
<item
android:id="@+id/more_apps_from_us"
android:icon="@drawable/ic_google_play_vector"
android:title="@string/more_apps_from_us"
app:showAsAction="ifRoom" />
<item
android:id="@+id/settings"
android:icon="@drawable/ic_settings_cog_vector"
@ -43,4 +38,9 @@
android:icon="@drawable/ic_info_vector"
android:title="@string/about"
app:showAsAction="ifRoom" />
<item
android:id="@+id/more_apps_from_us"
android:icon="@drawable/ic_google_play_vector"
android:title="@string/more_apps_from_us"
app:showAsAction="ifRoom" />
</menu>