Skip to content

Commit

Permalink
removed unnecessary id
Browse files Browse the repository at this point in the history
  • Loading branch information
wmartinmimi committed Jan 1, 2023
1 parent 9490d7b commit 034ce25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/notif.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:a="http:https://schemas.android.com/apk/res/android"
xmlns:tools="http:https://schemas.android.com/tools"
a:id="@+id/layout"
a:layout_width="match_parent"
a:layout_height="match_parent"
a:orientation="vertical"
Expand Down Expand Up @@ -34,8 +33,9 @@
<TextView
a:layout_width="wrap_content"
a:layout_height="wrap_content"
a:text="tap to close"
a:text="Tap to close"
a:textAppearance="@android:style/TextAppearance.DeviceDefault"
tools:ignore="HardcodedText"
tools:targetApi="ice_cream_sandwich" />

</LinearLayout>

0 comments on commit 034ce25

Please sign in to comment.