Fix some new lint issues
This commit is contained in:
parent
d7cd68c39e
commit
d1e636f553
|
@ -27,7 +27,8 @@
|
||||||
android:theme="@style/NoActionBar"
|
android:theme="@style/NoActionBar"
|
||||||
android:name=".app.UApp"
|
android:name=".app.UApp"
|
||||||
android:label="@string/common.appname"
|
android:label="@string/common.appname"
|
||||||
android:usesCleartextTraffic="true">
|
android:usesCleartextTraffic="true"
|
||||||
|
tools:ignore="UnusedAttribute">
|
||||||
|
|
||||||
<meta-data android:name="com.google.android.gms.car.application"
|
<meta-data android:name="com.google.android.gms.car.application"
|
||||||
android:resource="@xml/automotive_app_desc"/>
|
android:resource="@xml/automotive_app_desc"/>
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<appwidget-provider xmlns:a="http://schemas.android.com/apk/res/android"
|
<appwidget-provider xmlns:a="http://schemas.android.com/apk/res/android"
|
||||||
a:minWidth="250dp"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
a:minHeight="40dp"
|
a:minWidth="250dp"
|
||||||
a:updatePeriodMillis="0"
|
a:minHeight="40dp"
|
||||||
a:resizeMode="none"
|
a:updatePeriodMillis="0"
|
||||||
a:previewImage="@drawable/preview4x1"
|
a:resizeMode="none"
|
||||||
a:widgetCategory="home_screen|keyguard"
|
a:previewImage="@drawable/preview4x1"
|
||||||
a:initialLayout="@layout/appwidget4x1"/>
|
a:widgetCategory="home_screen|keyguard"
|
||||||
|
a:initialLayout="@layout/appwidget4x1"
|
||||||
|
tools:ignore="UnusedAttribute" />
|
|
@ -1,9 +1,11 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<appwidget-provider xmlns:a="http://schemas.android.com/apk/res/android"
|
<appwidget-provider xmlns:a="http://schemas.android.com/apk/res/android"
|
||||||
a:minWidth="250dp"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
a:minHeight="110dp"
|
a:minWidth="250dp"
|
||||||
a:updatePeriodMillis="0"
|
a:minHeight="110dp"
|
||||||
a:resizeMode="none"
|
a:updatePeriodMillis="0"
|
||||||
a:previewImage="@drawable/preview4x2"
|
a:resizeMode="none"
|
||||||
a:widgetCategory="home_screen|keyguard"
|
a:previewImage="@drawable/preview4x2"
|
||||||
a:initialLayout="@layout/appwidget4x2"/>
|
a:widgetCategory="home_screen|keyguard"
|
||||||
|
a:initialLayout="@layout/appwidget4x2"
|
||||||
|
tools:ignore="UnusedAttribute" />
|
Loading…
Reference in New Issue