Revert "app: address Overdraw lint" (#1876)

This commit is contained in:
Harsh Shandilya 2022-04-26 20:07:10 +05:30 committed by GitHub
parent 67053eb104
commit b8b0693642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 1 deletions

View file

@ -13,6 +13,12 @@
<issue id="MissingQuantity">
<ignore path="src/main/res/values-fr/strings.xml" />
</issue>
<issue id="Overdraw">
<ignore path="src/main/res/layout/activity_git_clone.xml" />
<ignore path="src/main/res/layout/fragment_clone.xml" />
<ignore path="src/main/res/layout/fragment_key_selection.xml" />
<ignore path="src/main/res/layout/fragment_welcome.xml" />
</issue>
<issue id="TrustAllX509TrustManager">
<ignore regexp="bouncycastle" />
<ignore regexp="eclipse/jgit" />

View file

@ -8,7 +8,9 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?android:attr/windowBackground"
android:padding="@dimen/activity_horizontal_margin"
tools:background="@color/white"
tools:context="dev.msfjarvis.aps.ui.git.config.GitServerConfigActivity">
<androidx.constraintlayout.widget.ConstraintLayout

View file

@ -6,7 +6,8 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="?android:attr/colorBackground">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"

View file

@ -7,6 +7,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?android:attr/colorBackground"
android:orientation="vertical">
<androidx.appcompat.widget.AppCompatImageView

View file

@ -7,6 +7,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?android:attr/colorBackground"
android:orientation="vertical">
<com.google.android.material.button.MaterialButton