mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-24 04:05:12 +00:00
cleanup
This commit is contained in:
parent
f882e05965
commit
36fc660811
2 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue