Skip to content

Commit

Permalink
chore: ignore MissingPrefix lint for fontPath attributes (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed May 26, 2023
1 parent c3f1568 commit c0c87ac
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/src/main/res/layout/title_bar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
>

<TextView
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingPrefix"

style="@style/TextAppearance.Widget.AppCompat.Toolbar.Title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand All @@ -17,6 +20,9 @@
/>

<TextView
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingPrefix"

style="@style/TextAppearance.Widget.AppCompat.Toolbar.Title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand All @@ -25,4 +31,4 @@
fontPath="fonts/Montserrat-Italic.ttf"
android:textStyle="italic|normal" />

</LinearLayout>
</LinearLayout>

0 comments on commit c0c87ac

Please sign in to comment.