mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-01-31 01:29:30 +01:00
updating commons
This commit is contained in:
parent
266936fbe0
commit
b9564e7162
@ -63,7 +63,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:afaa7603d1'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:ae8c57858f'
|
||||||
implementation 'org.greenrobot:eventbus:3.3.1'
|
implementation 'org.greenrobot:eventbus:3.3.1'
|
||||||
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
|
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
|
||||||
implementation 'com.github.tibbi:android-smsmms:33fcaf94d9'
|
implementation 'com.github.tibbi:android-smsmms:33fcaf94d9'
|
||||||
|
@ -139,6 +139,7 @@ class MainActivity : SimpleActivity() {
|
|||||||
|
|
||||||
private fun setupOptionsMenu() {
|
private fun setupOptionsMenu() {
|
||||||
main_menu.getToolbar().inflateMenu(R.menu.menu_main)
|
main_menu.getToolbar().inflateMenu(R.menu.menu_main)
|
||||||
|
main_menu.toggleHideOnScroll(true)
|
||||||
main_menu.setupMenu()
|
main_menu.setupMenu()
|
||||||
main_menu.onSearchOpenListener = {
|
main_menu.onSearchOpenListener = {
|
||||||
search_holder.fadeIn()
|
search_holder.fadeIn()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user