Skip to content

Commit

Permalink
remove divider
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Dec 2, 2021
1 parent 39fda52 commit c6662ae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">

<PreferenceCategory android:title="@string/prefTitle_categoryGeneral">

Expand Down Expand Up @@ -82,9 +83,10 @@

</PreferenceCategory>

<PreferenceCategory android:title="@string/prefTitle_categoryFeedback">
<PreferenceCategory
android:title="@string/prefTitle_categoryFeedback"
app:allowDividerAbove="false">

<!--suppress AndroidElementNotAllowed -->
<Preference
android:key="@string/prefKey_mail"
android:title="@string/prefTitle_mail" />
Expand Down

0 comments on commit c6662ae

Please sign in to comment.