Manifest and XMLs: fix various linter errors

pull/304/head
Georg Lukas 2021-03-01 09:45:12 +01:00
rodzic 4115f90a8d
commit 0e5b211082
6 zmienionych plików z 11 dodań i 19 usunięć

Wyświetl plik

@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.aprsdroid.app"
android:versionCode="19"
android:versionName="1.6.0"
android:installLocation="auto">
xmlns:tools="http://schemas.android.com/tools"
package="org.aprsdroid.app"
android:installLocation="auto">
<uses-feature android:name="android.hardware.bluetooth" android:required="false" />
<uses-feature android:name="android.hardware.location" android:required="false" />
@ -28,6 +27,7 @@
<application android:label="@string/app_name" android:icon="@drawable/icon"
android:name=".APRSdroidApplication"
android:usesCleartextTraffic="true"
android:allowBackup="true"
android:theme="@style/DefaultTheme" >
<meta-data
@ -147,7 +147,8 @@
android:mimeType="application/x-pkcs12" />
</intent-filter>
</activity>
<service android:name=".AprsService" android:label="@string/aprsservice">
<service android:name=".AprsService" android:label="@string/aprsservice"
tools:ignore="ExportedService" >
<intent-filter>
<action android:name="org.aprsdroid.app.SERVICE" />
<action android:name="org.aprsdroid.app.ONCE" />

Wyświetl plik

@ -14,6 +14,5 @@ android:layout_weight="1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/startlog"
android:layout_below="@+id/singlebtn"
/>
</merge>

Wyświetl plik

@ -25,9 +25,7 @@ xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/buttonlayout"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
xmlns:android="http://schemas.android.com/apk/res/android"
>
android:orientation="horizontal">
<include layout="@layout/buttons" />
</LinearLayout>
</LinearLayout>

Wyświetl plik

@ -13,15 +13,13 @@ xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_weight="1"
android:descendantFocusability="blocksDescendants"
android:stackFromBottom="true"
android:transcriptMode="alwaysScroll" />
android:transcriptMode="alwaysScroll"
/>
<LinearLayout
android:id="@+id/buttonlayout"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
xmlns:android="http://schemas.android.com/apk/res/android"
>
android:orientation="horizontal">
<EditText android:id="@+id/msginput"
android:layout_width="fill_parent"
android:layout_height="wrap_content"

Wyświetl plik

@ -23,9 +23,7 @@ xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:padding="4sp"
android:orientation="horizontal"
android:gravity="center"
xmlns:android="http://schemas.android.com/apk/res/android"
>
android:gravity="center">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"

Wyświetl plik

@ -33,9 +33,7 @@
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
xmlns:android="http://schemas.android.com/apk/res/android"
>
android:orientation="horizontal">
<Button
android:id="@+id/map"
android:layout_width="fill_parent"