updating commons + show top menu buttons

This commit is contained in:
tibbi 2021-11-07 13:03:53 +01:00
parent 07e135ca00
commit c1e4561c64
2 changed files with 6 additions and 4 deletions

View File

@ -55,7 +55,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:5bb1ab9036'
implementation 'com.github.SimpleMobileTools:Simple-Commons:61b172fe4f'
implementation 'me.grantland:autofittextview:0.2.1'
implementation 'net.objecthunter:exp4j:0.4.8'
}

View File

@ -3,10 +3,12 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/settings"
android:icon="@drawable/ic_settings_cog_vector"
android:title="@string/settings"
app:showAsAction="never"/>
app:showAsAction="ifRoom" />
<item
android:id="@+id/about"
android:icon="@drawable/ic_info_vector"
android:title="@string/about"
app:showAsAction="never"/>
app:showAsAction="ifRoom" />
</menu>