Revert "app: address Overdraw lint" (#1876)
This commit is contained in:
parent
67053eb104
commit
b8b0693642
5 changed files with 12 additions and 1 deletions
|
@ -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" />
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue