1b31b5cfe2
Also made the arrows in the main menu clickable.
8 lines
370 B
XML
8 lines
370 B
XML
<preference-headers xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<!-- These settings headers are only used on tablets. -->
|
|
|
|
<header android:fragment="org.secuso.privacyfriendlysudoku.ui.SettingsActivity$GamePreferenceFragment"
|
|
android:title="@string/pref_header_game" android:icon="@drawable/ic_info_black_24dp" />
|
|
|
|
</preference-headers>
|