Navbar: Fix missed title

This commit is contained in:
xyyx
2020-03-23 17:31:36 +07:00
committed by unknown
parent e0dc6f4d7a
commit b602f24567
+3 -1
View File
@@ -15,7 +15,9 @@
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/navbar_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings" >
</PreferenceScreen>