Skip to content

Commit 42a5609

Browse files
committed
Address general feedback
1 parent a6f7df0 commit 42a5609

10 files changed

Lines changed: 60 additions & 31 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
android:theme="@style/Theme.Reply">
3535
<intent-filter>
3636
<action android:name="android.intent.action.MAIN" />
37-
3837
<category android:name="android.intent.category.LAUNCHER" />
3938
</intent-filter>
4039
</activity>

app/src/main/res/drawable/avatar_parcel.xml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
<!--
2-
Copyright 2022 The Android Open Source Project
3-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
4-
in compliance with the License. You may obtain a copy of the License at
5-
http://www.apache.org/licenses/LICENSE-2.0
6-
Unless required by applicable law or agreed to in writing, software distributed under the License
7-
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
8-
or implied. See the License for the specific language governing permissions and limitations under
9-
the License.
2+
~ Copyright (C) 2023 The Android Open Source Project
3+
~
4+
~ Licensed under the Apache License, Version 2.0 (the "License");
5+
~ you may not use this file except in compliance with the License.
6+
~ You may obtain a copy of the License at
7+
~
8+
~ https://www.apache.org/licenses/LICENSE-2.0
9+
~
10+
~ Unless required by applicable law or agreed to in writing, software
11+
~ distributed under the License is distributed on an "AS IS" BASIS,
12+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
~ See the License for the specific language governing permissions and
14+
~ limitations under the License.
1015
-->
1116
<vector xmlns:android="http://schemas.android.com/apk/res/android"
1217
android:width="175dp"

app/src/main/res/drawable/avatar_spam.xml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
<!--
2-
Copyright 2022 The Android Open Source Project
3-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
4-
in compliance with the License. You may obtain a copy of the License at
5-
http://www.apache.org/licenses/LICENSE-2.0
6-
Unless required by applicable law or agreed to in writing, software distributed under the License
7-
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
8-
or implied. See the License for the specific language governing permissions and limitations under
9-
the License.
2+
~ Copyright (C) 2023 The Android Open Source Project
3+
~
4+
~ Licensed under the Apache License, Version 2.0 (the "License");
5+
~ you may not use this file except in compliance with the License.
6+
~ You may obtain a copy of the License at
7+
~
8+
~ https://www.apache.org/licenses/LICENSE-2.0
9+
~
10+
~ Unless required by applicable law or agreed to in writing, software
11+
~ distributed under the License is distributed on an "AS IS" BASIS,
12+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
~ See the License for the specific language governing permissions and
14+
~ limitations under the License.
1015
-->
1116
<vector xmlns:android="http://schemas.android.com/apk/res/android"
1217
android:width="175dp"

app/src/main/res/drawable/ic_launcher_background.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ Copyright (C) 2023 The Android Open Source Project
4+
~
5+
~ Licensed under the Apache License, Version 2.0 (the "License");
6+
~ you may not use this file except in compliance with the License.
7+
~ You may obtain a copy of the License at
8+
~
9+
~ https://www.apache.org/licenses/LICENSE-2.0
10+
~
11+
~ Unless required by applicable law or agreed to in writing, software
12+
~ distributed under the License is distributed on an "AS IS" BASIS,
13+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
~ See the License for the specific language governing permissions and
15+
~ limitations under the License.
16+
-->
217
<vector xmlns:android="http://schemas.android.com/apk/res/android"
318
android:width="108dp"
419
android:height="108dp"

app/src/main/res/drawable/logo.xml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
<!--
2-
Copyright 2022 The Android Open Source Project
3-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
4-
in compliance with the License. You may obtain a copy of the License at
5-
http://www.apache.org/licenses/LICENSE-2.0
6-
Unless required by applicable law or agreed to in writing, software distributed under the License
7-
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
8-
or implied. See the License for the specific language governing permissions and limitations under
9-
the License.
2+
~ Copyright (C) 2023 The Android Open Source Project
3+
~
4+
~ Licensed under the Apache License, Version 2.0 (the "License");
5+
~ you may not use this file except in compliance with the License.
6+
~ You may obtain a copy of the License at
7+
~
8+
~ https://www.apache.org/licenses/LICENSE-2.0
9+
~
10+
~ Unless required by applicable law or agreed to in writing, software
11+
~ distributed under the License is distributed on an "AS IS" BASIS,
12+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
~ See the License for the specific language governing permissions and
14+
~ limitations under the License.
1015
-->
1116
<vector xmlns:android="http://schemas.android.com/apk/res/android"
1217
android:width="59dp"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
<color name="teal_700">#FF018786</color>
2323
<color name="black">#FF000000</color>
2424
<color name="white">#FFFFFFFF</color>
25-
</resources>
25+
</resources>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dimen name="drawer_padding_header">16dp</dimen>
2323
<dimen name="drawer_padding_content">12dp</dimen>
2424

25-
<dimen name="profile_image_padding">16.dp</dimen>
25+
<dimen name="profile_image_padding">16dp</dimen>
2626
<dimen name="profile_image_size">20dp</dimen>
2727
<dimen name="reply_logo_size">48dp</dimen>
2828

@@ -58,4 +58,4 @@
5858
<dimen name="detail_topbar_padding_bottom">24dp</dimen>
5959
<dimen name="detail_topbar_back_button_padding_horizontal">24dp</dimen>
6060

61-
</resources>
61+
</resources>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@
176176
</string>
177177
<string name="email_11_time">3 hours ago</string>
178178

179-
</resources>
179+
</resources>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
-->
1717
<resources>
1818
<style name="Theme.Reply" parent="android:Theme.Material.Light.NoActionBar"/>
19-
</resources>
19+
</resources>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Mon Mar 13 13:23:28 PDT 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)