Skip to content

Commit d018e57

Browse files
committed
Fix spotless
Change-Id: I5dea4fec5b391e8cb7794af13e99978fcb622fbb
1 parent 28bb3f1 commit d018e57

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

app/src/benchmark/res/values-night/colors.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<!-- Allow users to distinguish between build variants by having a different background color for
18-
the launcher icon. See https://github.com/android/nowinandroid/pull/989. -->
1917
<resources>
2018
<color name="ic_launcher_background_tint">#FFFFFF</color>
2119
<color name="ic_launcher_foreground_tint">#FF006780</color>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<!-- Allow users to distinguish between build variants by having a different background color for
18-
the launcher icon. See https://github.com/android/nowinandroid/pull/989. -->
1917
<resources>
2018
<color name="ic_launcher_background_tint">#000000</color>
2119
<color name="ic_launcher_foreground_tint">#FF006780</color>

app/src/debug/res/values-night/colors.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<!-- Allow users to distinguish between build variants by having a different background color for
18-
the launcher icon. See https://github.com/android/nowinandroid/pull/989. -->
1917
<resources>
2018
<color name="ic_launcher_background_tint">#FFFFFF</color>
2119
<color name="ic_launcher_foreground_tint">#FFA23F16</color>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<!-- Allow users to distinguish between build variants by having a different background color for
18-
the launcher icon. See https://github.com/android/nowinandroid/pull/989. -->
1917
<resources>
2018
<color name="ic_launcher_background_tint">#000000</color>
2119
<color name="ic_launcher_foreground_tint">#FFA23F16</color>

0 commit comments

Comments
 (0)