mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-29 07:41:17 +00:00
Lint fixes.
This commit is contained in:
parent
bc02c50bcf
commit
af8f4858a7
4 changed files with 11 additions and 5 deletions
9
lint.xml
Normal file
9
lint.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<lint>
|
||||||
|
<!-- We don't care about incomplete translations. -->
|
||||||
|
<issue id="MissingTranslation" severity="ignore" />
|
||||||
|
|
||||||
|
<!-- Ignore "Value overridden by Gradle build script" for app
|
||||||
|
version (which is actually read from manifest by gradle). -->
|
||||||
|
<issue id="GradleOverrides" severity="ignore" />
|
||||||
|
</lint>
|
|
@ -3,8 +3,7 @@
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="com.nutomic.syncthingandroid"
|
package="com.nutomic.syncthingandroid"
|
||||||
android:versionCode="41"
|
android:versionCode="41"
|
||||||
android:versionName="0.5.4"
|
android:versionName="0.5.4" >
|
||||||
tools:ignore="GradleOverrides" >
|
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="8"
|
android:minSdkVersion="8"
|
||||||
|
|
|
@ -54,6 +54,5 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||||
>>>>>>> Changed code style to use spaces instead of tabs.
|
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources xmlns:tools="http://schemas.android.com/tools"
|
<resources>
|
||||||
tools:ignore="MissingTranslation" >
|
|
||||||
|
|
||||||
<string name="app_name">Syncthing</string>
|
<string name="app_name">Syncthing</string>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue