aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/fragment_permission_control.xml
diff options
context:
space:
mode:
authorAmit Kumar <amitkma@e.email>2021-05-04 01:26:13 +0530
committerAmit Kumar <amitkma@e.email>2021-05-04 01:26:13 +0530
commit076144023e449d83b64363dc0da0fa00a0ea2c00 (patch)
tree05fee3ff7ac178d4277ff8da7b4a2e78962b33eb /app/src/main/res/layout/fragment_permission_control.xml
parent6f9180d527cecf5c65d0aac5f75ecfefe1ff5a9e (diff)
downloadadvanced-privacy-076144023e449d83b64363dc0da0fa00a0ea2c00.tar.gz
Add permission feature and improve code quality
Diffstat (limited to 'app/src/main/res/layout/fragment_permission_control.xml')
-rw-r--r--app/src/main/res/layout/fragment_permission_control.xml46
1 files changed, 0 insertions, 46 deletions
diff --git a/app/src/main/res/layout/fragment_permission_control.xml b/app/src/main/res/layout/fragment_permission_control.xml
deleted file mode 100644
index 2888af0..0000000
--- a/app/src/main/res/layout/fragment_permission_control.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/white"
- >
-
- <Toolbar
- android:id="@+id/toolbar"
- android:layout_width="match_parent"
- android:layout_height="?android:attr/actionBarSize"
- android:layout_gravity="top|center"
- android:background="@color/white"
- tools:layout_height="56dp"
- />
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical"
- android:layout_marginTop="?android:attr/actionBarSize"
- tools:context=".main.MainActivity"
- >
-
- <TextView
- android:id="@+id/permission_control"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:paddingTop="16dp"
- android:paddingBottom="16dp"
- android:paddingLeft="32dp"
- android:paddingRight="32dp"
- android:textColor="@color/black"
- android:textSize="14sp"
- />
-
- <androidx.recyclerview.widget.RecyclerView
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:listitem="@layout/item_permission_apps"
- android:id="@+id/recylcer_view_permission_apps"/>
- </LinearLayout>
-</FrameLayout> \ No newline at end of file