Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 7afcbd7

Browse files
kunall17niftynei
authored andcommitted
Collapse empty XML tags
1 parent 50c9ee7 commit 7afcbd7

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
android:name="com.google.android.gms.version"
7070
android:value="@integer/google_play_services_version" />
7171

72-
<activity android:name=".activities.DevAuthActivity"></activity>
72+
<activity android:name=".activities.DevAuthActivity" />
7373
</application>
7474

7575
</manifest>

app/src/main/assets/legal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h3>OrmLite license</h3>
2626
<p>Emoji are adapted from the Noto project, Copyright 2012 Google Inc. and licensed under the Apache License, version 2.0.</p>
2727
<h3>Apache License 2.0</h3>
2828
<!-- from https://www.apache.org/licenses/LICENSE-2.0.html -->
29-
<p>Apache License<br></br>Version 2.0, January 2004<br></br>
29+
<p>Apache License<br/>Version 2.0, January 2004<br/>
3030
<a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a> </p>
3131
<p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
3232
<p><strong><a name="definitions">1. Definitions</a></strong>.</p>
Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
3-
<item android:id="@+id/reply_to_stream" android:title="@string/reply_stream"></item>
4-
<item android:id="@+id/reply_to_sender" android:title="@string/reply_sender"></item>
5-
<item android:id="@+id/narrow_to_stream" android:title="@string/narrow_stream"></item>
6-
<item android:id="@+id/narrow_to_subject" android:title="@string/narrow_topic"></item>
7-
<item android:id="@+id/copy_message" android:title="@string/copy_message"></item>
3+
<item
4+
android:id="@+id/reply_to_stream"
5+
android:title="@string/reply_stream" />
6+
<item
7+
android:id="@+id/reply_to_sender"
8+
android:title="@string/reply_sender" />
9+
<item
10+
android:id="@+id/narrow_to_stream"
11+
android:title="@string/narrow_stream" />
12+
<item
13+
android:id="@+id/narrow_to_subject"
14+
android:title="@string/narrow_topic" />
15+
<item
16+
android:id="@+id/copy_message"
17+
android:title="@string/copy_message" />
818

919
</menu>

app/src/main/res/values/tags.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<resources></resources>
2+
<resources />

0 commit comments

Comments
 (0)