Skip to content

Commit

Permalink
Wrap help into PreferenceCategory.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Nov 25, 2019
1 parent 78334ed commit 631ac98
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/main/res/xml/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ limitations under the License.
xmlns:app="http://schemas.android.com/apk/res-auto"
android:title="@string/menu_settings">

<Preference android:title="@string/menu_help">
<intent
android:targetClass="de.dennisguse.opentracks.HelpActivity"
android:targetPackage="@string/applicationId" />
</Preference>
<PreferenceCategory android:title="@string/menu_help">
<Preference android:title="@string/menu_help">
<intent
android:targetClass="de.dennisguse.opentracks.HelpActivity"
android:targetPackage="@string/applicationId" />
</Preference>
</PreferenceCategory>

<PreferenceCategory android:title="@string/track_detail_stats_tab">
<ListPreference
Expand Down

0 comments on commit 631ac98

Please sign in to comment.