Skip to content

Commit b3b3fed

Browse files
AlvaroBreytobiasKaminsky
authored andcommitted
lint: Remove useless clickable attribute from some layout roots
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
1 parent 805add5 commit b3b3fed

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

app/src/main/res/layout/contacts_preference.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
android:id="@+id/drawer_layout"
2323
android:layout_width="match_parent"
2424
android:layout_height="match_parent"
25-
android:clickable="true"
2625
android:fitsSystemWindows="true">
2726

2827
<!-- The main content view -->

app/src/main/res/layout/files.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@
1919
<androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
2020
xmlns:app="http://schemas.android.com/apk/res-auto"
2121
xmlns:tools="http://schemas.android.com/tools"
22-
2322
android:id="@+id/drawer_layout"
2423
android:layout_width="match_parent"
2524
android:layout_height="match_parent"
26-
android:clickable="true"
2725
android:fitsSystemWindows="true">
2826

2927
<androidx.coordinatorlayout.widget.CoordinatorLayout

app/src/main/res/layout/preview_image_activity.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
<androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
2121
android:id="@+id/drawer_layout"
2222
android:layout_width="match_parent"
23-
android:layout_height="match_parent"
24-
android:clickable="true" >
23+
android:layout_height="match_parent">
2524

2625
<com.owncloud.android.ui.components.CustomViewPager
2726
android:id="@+id/fragmentPager"

0 commit comments

Comments
 (0)