mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 20:26:47 +01:00
Login screens: fix lint issues
This commit is contained in:
parent
d2b516bdc2
commit
e0a36b794f
@ -6,11 +6,17 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
<ImageView style="@style/LoginLogo" />
|
<!-- Missing attributes are in the style -->
|
||||||
|
<ImageView
|
||||||
|
style="@style/LoginLogo"
|
||||||
|
tools:ignore="ContentDescription,MissingConstraints" />
|
||||||
|
|
||||||
|
<!-- Missing attributes are in the style -->
|
||||||
|
<!--suppress AndroidDomInspection -->
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
style="@style/LoginFormContainer"
|
style="@style/LoginFormContainer"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical"
|
||||||
|
tools:ignore="MissingConstraints">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/loginServerIcon"
|
android:id="@+id/loginServerIcon"
|
||||||
|
@ -1,11 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
<ImageView style="@style/LoginLogo" />
|
<!-- Missing attributes are in the style -->
|
||||||
|
<ImageView
|
||||||
|
style="@style/LoginLogo"
|
||||||
|
tools:ignore="ContentDescription,MissingConstraints" />
|
||||||
|
|
||||||
|
<!-- Missing attributes are in the style -->
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
style="@style/LoginFormContainer"
|
style="@style/LoginFormContainer"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
@ -13,7 +18,8 @@
|
|||||||
android:paddingStart="16dp"
|
android:paddingStart="16dp"
|
||||||
android:paddingTop="8dp"
|
android:paddingTop="8dp"
|
||||||
android:paddingEnd="16dp"
|
android:paddingEnd="16dp"
|
||||||
android:paddingBottom="16dp">
|
android:paddingBottom="16dp"
|
||||||
|
tools:ignore="MissingConstraints">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/loginCaptchaNotice"
|
android:id="@+id/loginCaptchaNotice"
|
||||||
|
@ -6,11 +6,16 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
<ImageView style="@style/LoginLogo" />
|
<!-- Missing attributes are in the style -->
|
||||||
|
<ImageView
|
||||||
|
style="@style/LoginLogo"
|
||||||
|
tools:ignore="ContentDescription,MissingConstraints" />
|
||||||
|
|
||||||
|
<!-- Missing attributes are in the style -->
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
style="@style/LoginFormContainer"
|
style="@style/LoginFormContainer"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical"
|
||||||
|
tools:ignore="MissingConstraints">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/loginGenericTextInputFormTitle"
|
android:id="@+id/loginGenericTextInputFormTitle"
|
||||||
|
@ -5,11 +5,16 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
<ImageView style="@style/LoginLogo" />
|
<!-- Missing attributes are in the style -->
|
||||||
|
<ImageView
|
||||||
|
style="@style/LoginLogo"
|
||||||
|
tools:ignore="ContentDescription,MissingConstraints" />
|
||||||
|
|
||||||
|
<!-- Missing attributes are in the style -->
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
style="@style/LoginFormContainer"
|
style="@style/LoginFormContainer"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical"
|
||||||
|
tools:ignore="MissingConstraints">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/resetPasswordTitle"
|
android:id="@+id/resetPasswordTitle"
|
||||||
|
@ -4,11 +4,16 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
<ImageView style="@style/LoginLogo" />
|
<!-- Missing attributes are in the style -->
|
||||||
|
<ImageView
|
||||||
|
style="@style/LoginLogo"
|
||||||
|
tools:ignore="ContentDescription,MissingConstraints" />
|
||||||
|
|
||||||
|
<!-- Missing attributes are in the style -->
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
style="@style/LoginFormContainer"
|
style="@style/LoginFormContainer"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical"
|
||||||
|
tools:ignore="MissingConstraints">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
@ -1,13 +1,19 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
<ImageView style="@style/LoginLogo" />
|
<!-- Missing attributes are in the style -->
|
||||||
|
<ImageView
|
||||||
|
style="@style/LoginLogo"
|
||||||
|
tools:ignore="ContentDescription,MissingConstraints" />
|
||||||
|
|
||||||
|
<!-- Missing attributes are in the style -->
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
style="@style/LoginFormContainer"
|
style="@style/LoginFormContainer"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical"
|
||||||
|
tools:ignore="MissingConstraints">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
@ -6,11 +6,16 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
<ImageView style="@style/LoginLogo" />
|
<!-- Missing attributes are in the style -->
|
||||||
|
<ImageView
|
||||||
|
style="@style/LoginLogo"
|
||||||
|
tools:ignore="ContentDescription,MissingConstraints" />
|
||||||
|
|
||||||
|
<!-- Missing attributes are in the style -->
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
style="@style/LoginFormContainer"
|
style="@style/LoginFormContainer"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical"
|
||||||
|
tools:ignore="MissingConstraints">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/loginServerUrlFormIcon"
|
android:id="@+id/loginServerUrlFormIcon"
|
||||||
|
@ -5,11 +5,15 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
<ImageView style="@style/LoginLogo" />
|
<!-- Missing attributes are in the style -->
|
||||||
|
<ImageView
|
||||||
|
style="@style/LoginLogo"
|
||||||
|
tools:ignore="ContentDescription,MissingConstraints" />
|
||||||
|
|
||||||
|
<!-- Missing attributes are in the style -->
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||||||
style="@style/LoginFormContainer"
|
style="@style/LoginFormContainer"
|
||||||
android:orientation="vertical">
|
tools:ignore="MissingConstraints">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/loginSignupSigninServerIcon"
|
android:id="@+id/loginSignupSigninServerIcon"
|
||||||
|
@ -5,11 +5,16 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
<ImageView style="@style/LoginLogo" />
|
<!-- Missing attributes are in the style -->
|
||||||
|
<ImageView
|
||||||
|
style="@style/LoginLogo"
|
||||||
|
tools:ignore="ContentDescription,MissingConstraints" />
|
||||||
|
|
||||||
|
<!-- Missing attributes are in the style -->
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||||||
style="@style/LoginFormContainer"
|
style="@style/LoginFormContainer"
|
||||||
android:layout_height="0dp">
|
android:layout_height="0dp"
|
||||||
|
tools:ignore="MissingConstraints">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/loginTermsTitle"
|
android:id="@+id/loginTermsTitle"
|
||||||
|
@ -5,11 +5,16 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
<ImageView style="@style/LoginLogo" />
|
<!-- Missing attributes are in the style -->
|
||||||
|
<ImageView
|
||||||
|
style="@style/LoginLogo"
|
||||||
|
tools:ignore="ContentDescription,MissingConstraints" />
|
||||||
|
|
||||||
|
<!-- Missing attributes are in the style -->
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
style="@style/LoginFormContainer"
|
style="@style/LoginFormContainer"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical"
|
||||||
|
tools:ignore="MissingConstraints">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/loginWaitForEmailTitle"
|
android:id="@+id/loginWaitForEmailTitle"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user