diff options
Diffstat (limited to 'configpanel/res/xml')
-rw-r--r-- | configpanel/res/xml/button_panel.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configpanel/res/xml/button_panel.xml b/configpanel/res/xml/button_panel.xml index 6e13cb6..c0e77b4 100644 --- a/configpanel/res/xml/button_panel.xml +++ b/configpanel/res/xml/button_panel.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> +<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" + android:title="@string/button_panel_title"> <PreferenceCategory android:key="fp_key" |