mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-08 15:18:47 +00:00
locale_config.xml: declare supported locales
This commit is contained in:
parent
ea43d90fb9
commit
53990a285e
2 changed files with 6 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:icon="@mipmap/ic_oeffi_stations_color_48dp"
|
android:icon="@mipmap/ic_oeffi_stations_color_48dp"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
android:localeConfig="@xml/locale_config"
|
||||||
android:networkSecurityConfig="@xml/network_security_config"
|
android:networkSecurityConfig="@xml/network_security_config"
|
||||||
android:theme="@style/My.Theme">
|
android:theme="@style/My.Theme">
|
||||||
|
|
||||||
|
|
5
oeffi/res/xml/locale_config.xml
Normal file
5
oeffi/res/xml/locale_config.xml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<locale android:name="en" />
|
||||||
|
<locale android:name="de" />
|
||||||
|
</locale-config>
|
Loading…
Add table
Add a link
Reference in a new issue