Remove material dialogs library

This commit is contained in:
MM20
2022-09-28 17:08:33 +02:00
parent 0d5efd402d
commit 709a36fb31
8 changed files with 0 additions and 47 deletions
@@ -85,14 +85,6 @@ val OpenSourceLicenses = arrayOf(
copyrightNote = "Copyright (c) 2009-2021 Jonathan Hedley <https://jsoup.org/>",
url = "https://jsoup.org/"
),
OpenSourceLibrary(
name = "Material Dialogs",
description = "Easy to use material design dialogs",
licenseName = R.string.apache_license_name,
licenseText = R.raw.license_apache_2,
copyrightNote = "Copyright (C) 2020 Wasabeef",
url = "https://github.com/afollestad/material-dialogs"
),
OpenSourceLibrary(
name = "mXparser (Version 4.4.2)",
description = "A super easy, rich, fast and highly flexible math expression parser library",
-4
View File
@@ -17,10 +17,6 @@
<item name="textAppearanceLabelMedium">@style/Typography.Label.Medium</item>
<item name="textAppearanceLabelSmall">@style/Typography.Label.Small</item>
<item name="popupMenuStyle">@style/PopupMenu</item>
<item name="md_background_color">?colorSurface</item>
<item name="md_button_casing">literal</item>
<item name="md_font_title">@font/poppins500</item>
<item name="md_font_button">@font/poppins600</item>
</style>