Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave W committed Dec 27, 2014
1 parent 5e1fcee commit 228f73e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions xposedMTC/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,10 @@
<string name="filteroff">Screen Filter will not be enabled during dimming period</string>
<string name="filteron">Screen Filter will be enabled during dimming period</string>
<string name="filtertitle">Screen Filter Integration</string>
<string name="versionsummary">Version 1.3.2e</string>
<string name="appsfragtitle">App/Modeswitch Overrides</string>
<string name="appsfragtitle">App/Modeswitch Settings</string>
<string name="dimmerfragtitle">Dimmer Settings</string>
<string name="obdfragtitle">BT OBD Settings</string>
<string name="presetsfragtitle">Radio Preset Settings</string>
<string name="miscfragtitle">Misc Settings</string>


</resources>
8 changes: 4 additions & 4 deletions xposedMTC/src/main/res/xml/preference_headers.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<preference-headers xmlns:android="http://schemas.android.com/apk/res/android" >

<header
android:fragment="com.dr8.xposedmtc.fragments.AppsPrefsFragment"
android:title="@string/appsfragtitle" >
</header>
<header
android:fragment="com.dr8.xposedmtc.fragments.DimmerPrefsFragment"
android:title="@string/dimmerfragtitle" >
</header>
<header
android:fragment="com.dr8.xposedmtc.fragments.AppsPrefsFragment"
android:title="@string/appsfragtitle" >
</header>
<header
android:fragment="com.dr8.xposedmtc.fragments.OBDPrefsFragment"
android:title="@string/obdfragtitle" >
Expand Down

0 comments on commit 228f73e

Please sign in to comment.