Fix lint issues
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 Haruki Hasegawa
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<color android:color="@color/bg_item_swiping_active_state"/>
|
||||
</item>
|
||||
</layer-list>
|
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 Haruki Hasegawa
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<color android:color="@color/bg_item_swiping_state"/>
|
||||
</item>
|
||||
</layer-list>
|
@@ -50,14 +50,14 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="24dp"
|
||||
android:text="SIMPLE"/>
|
||||
android:text="@string/encoding_simple"/>
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/extended"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="24dp"
|
||||
android:text="EXTENDED"/>
|
||||
android:text="@string/encoding_extended"/>
|
||||
|
||||
</RadioGroup>
|
||||
|
||||
|
@@ -18,7 +18,6 @@
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/open_file"
|
||||
android:title="@string/open_file"
|
||||
android:icon="@drawable/ic_action_open_file"
|
||||
app:showAsAction="ifRoom"/>
|
||||
|
@@ -109,9 +109,9 @@ Als Alternative kann in den Einstellungen ein vertrauenswürdiger Knoten konfigu
|
||||
<string name="status_received">empfangen</string>
|
||||
<string name="status_sent">gesendet</string>
|
||||
<string name="status_sent_acknowledged">Empfang bestätigt</string>
|
||||
<string name="error_unsupported_encoding">Codierung ‘%s’ wird nicht unterstützt, es wird ‘SIMPLE’ verwendet.</string>
|
||||
<string name="error_unsupported_encoding">Codierung ‘%s’ wird nicht unterstützt, es wird ‘einfach’ verwendet.</string>
|
||||
<string name="select_encoding_title">Kodierung auswählen</string>
|
||||
<string name="select_encoding_warning">‘EXTENDED’ ist ein neues Datenformat welches noch nicht überall funktioniert, es hat jedoch einige interessante Vorteile. Wähle ‘SIMPLE’ um sicher zu gehen.</string>
|
||||
<string name="select_encoding_warning">‘Erweitert’ ist ein neues Datenformat welches noch nicht überall funktioniert, es hat jedoch einige interessante Vorteile. Wähle ‘einfach’ um sicher zu gehen.</string>
|
||||
<string name="cleanup">Aufräumen</string>
|
||||
<string name="cleanup_notification_start">Aufräumarbeiten gestartet</string>
|
||||
<string name="cleanup_notification_end">Aufräumarbeiten beendet</string>
|
||||
@@ -135,4 +135,6 @@ Als Alternative kann in den Einstellungen ein vertrauenswürdiger Knoten konfigu
|
||||
<string name="unread">Ungelesen</string>
|
||||
<string name="trash">Papierkorb</string>
|
||||
<string name="broadcasts">Broadcasts</string>
|
||||
<string name="encoding_simple">einfach</string>
|
||||
<string name="encoding_extended">erweitert</string>
|
||||
</resources>
|
||||
|
@@ -105,8 +105,8 @@
|
||||
<string name="status_draft">brouillon</string>
|
||||
<string name="status_sent">envoyé</string>
|
||||
<string name="status_received">reçu</string>
|
||||
<string name="error_unsupported_encoding">Encodage non supporté \'%s\', \'SIMPLE\' est utilisé.</string>
|
||||
<string name="select_encoding_warning">\'EXTENDED\' est un nouveau format de message qui ne fonctionne pas encore partout, mais qui a des avantages intéressants. Sélectionnez \'SIMPLE\' pour être sûr.</string>
|
||||
<string name="error_unsupported_encoding">Encodage non supporté \'%s\', \'simple\' est utilisé.</string>
|
||||
<string name="select_encoding_warning">\'Étendu\' est un nouveau format de message qui ne fonctionne pas encore partout, mais qui a des avantages intéressants. Sélectionnez \'simple\' pour être sûr.</string>
|
||||
<string name="select_encoding_title">Sélectionner le codage des messages</string>
|
||||
<string name="cleanup">Nettoyage</string>
|
||||
<string name="cleanup_summary">Supprimer les entrées d\'inventaire obsolètes</string>
|
||||
@@ -132,4 +132,6 @@
|
||||
<string name="unread">Non lues</string>
|
||||
<string name="trash">Corbeille</string>
|
||||
<string name="broadcasts">Diffusions</string>
|
||||
<string name="encoding_simple">simple</string>
|
||||
<string name="encoding_extended">étendu</string>
|
||||
</resources>
|
||||
|
@@ -108,8 +108,8 @@ As an alternative you could configure a trusted node in the settings, but as of
|
||||
<string name="status_draft">draft</string>
|
||||
<string name="status_sent">sent</string>
|
||||
<string name="status_received">received</string>
|
||||
<string name="error_unsupported_encoding">Unsupported encoding ‘%s’, using ‘SIMPLE’ instead.</string>
|
||||
<string name="select_encoding_warning">‘EXTENDED’ is a new message format that\'s not widely supported yet but has some interesting features. To stay on the save side, select ‘SIMPLE’.</string>
|
||||
<string name="error_unsupported_encoding">Unsupported encoding ‘%s’, using ‘simple’ instead.</string>
|
||||
<string name="select_encoding_warning">‘Extended’ is a new message format that\'s not widely supported yet but has some interesting features. To stay on the save side, select ‘simple’.</string>
|
||||
<string name="select_encoding_title">Select Message Encoding</string>
|
||||
<string name="cleanup">Cleanup</string>
|
||||
<string name="cleanup_summary">Remove outdated inventory entries</string>
|
||||
@@ -134,4 +134,6 @@ As an alternative you could configure a trusted node in the settings, but as of
|
||||
<string name="unread">Unread</string>
|
||||
<string name="trash">Trash</string>
|
||||
<string name="broadcasts">Broadcasts</string>
|
||||
<string name="encoding_simple">simple</string>
|
||||
<string name="encoding_extended">extended</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user