File sharing: remove unused background parameters that were triggering lint

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey Vilas 2021-10-25 14:42:28 +02:00
parent 80327fc3b9
commit 295c24aa78
No known key found for this signature in database
GPG key ID: 2585783189A62105
3 changed files with 0 additions and 3 deletions

View file

@ -24,7 +24,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/bg_default"
android:orientation="vertical"
android:paddingTop="@dimen/standard_padding">

View file

@ -24,7 +24,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/bg_default"
android:focusable="true"
android:focusableInTouchMode="true">

View file

@ -22,7 +22,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/bg_default"
android:paddingTop="@dimen/standard_padding"
android:paddingBottom="@dimen/standard_padding"
android:orientation="vertical">