diff options
| author | Romain Hunault <romain.hunault@e.email> | 2021-08-13 10:14:03 +0000 |
|---|---|---|
| committer | Romain Hunault <romain.hunault@e.email> | 2021-08-13 10:14:03 +0000 |
| commit | daea2f9510ac1af22a4e2e2f3db7c2d6d314008b (patch) | |
| tree | 2dfcd606e8693a79520f9931e566c237547e7cd1 /app/src/main/res/layout/item_permission_apps.xml | |
| parent | 97b51f18dcc2f87a9cdd7f482033e30a6282d853 (diff) | |
| parent | f522c4615503120b5e62e45405e8c6c3b18e5e4a (diff) | |
| download | advanced-privacy-daea2f9510ac1af22a4e2e2f3db7c2d6d314008b.tar.gz | |
Merge branch 'features/blocker' into 'master'
Add blocker feature
See merge request e/privacy-central/privacycentralapp!6
Diffstat (limited to 'app/src/main/res/layout/item_permission_apps.xml')
| -rw-r--r-- | app/src/main/res/layout/item_permission_apps.xml | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/app/src/main/res/layout/item_permission_apps.xml b/app/src/main/res/layout/item_permission_apps.xml deleted file mode 100644 index aec8fec..0000000 --- a/app/src/main/res/layout/item_permission_apps.xml +++ /dev/null @@ -1,44 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" - android:id="@+id/item_permission_apps" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:paddingTop="16dp" - android:paddingBottom="16dp" - android:paddingLeft="32dp" - android:paddingRight="32dp" - > - - <ImageView - android:id="@+id/app_icon" - android:layout_width="36dp" - android:layout_height="36dp" - android:layout_alignParentStart="true" - android:layout_centerVertical="true" - android:src="@drawable/ic_facebook" - /> - - <TextView - android:id="@+id/app_title" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_centerVertical="true" - android:layout_toStartOf="@+id/togglePermission" - android:layout_toEndOf="@+id/app_icon" - android:fontFamily="sans-serif-medium" - android:paddingStart="32dp" - android:paddingEnd="32dp" - android:textColor="@color/black" - android:textSize="16sp" - tools:text="Body sensor" - /> - - <Switch - android:id="@+id/togglePermission" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_alignParentEnd="true" - android:layout_centerVertical="true" - /> -</RelativeLayout>
\ No newline at end of file |
