This commit is contained in:
X1nto 2021-10-08 19:22:35 +04:00
parent f882e05965
commit 36fc660811
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".ui.dialogs.AppUninstallDialog"
android:keepScreenOn="true"

View File

@ -1,6 +1,5 @@
package com.vanced.manager.core.ui.base
import android.graphics.Rect
import android.os.Bundle
import android.view.LayoutInflater
import android.view.View