0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-11-27 05:23:00 +00:00
This commit is contained in:
X1nto 2020-07-06 19:29:16 +04:00
parent 70affaefda
commit b1e6b0d1b2
2 changed files with 3 additions and 2 deletions

View file

@ -38,7 +38,8 @@
</activity>
<activity
android:name=".ui.MainActivity"
android:label="@string/app_name" />
android:label="@string/app_name"
android:theme="@style/Theme.MaterialComponents"/>
<meta-data
android:name="preloaded_fonts"

View file

@ -15,7 +15,7 @@ import com.vanced.manager.utils.MiuiHelper
object DialogContainer {
fun showSecurityDialog(context: Context) {
AlertDialog.Builder(context)
AlertDialog.Builder(context, R.style.ThemeOverlay_AppCompat_Dialog_Alert)
.setTitle(context.resources.getString(R.string.welcome))
.setMessage(context.resources.getString(R.string.security_context))
.setCancelable(false)