build: started implementing language picker via appcompat instead of automatically generating language configurations to maintain compatibility with Android versions below 13

This commit is contained in:
antonio 2023-08-17 14:07:56 +02:00
parent 74b4b04693
commit a29cee488e
4 changed files with 19 additions and 6 deletions

View 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"/> <!-- English -->
<locale android:name="de-DE"/> <!-- German -->
</locale-config>