add bulgarian script to attrs

according to description, it should be aligned with scripts in ScriptUtils, but bulgarian was missing for some reason
This commit is contained in:
Helium314 2023-09-14 11:43:42 +02:00
parent 217749857d
commit d56f241b82
2 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,7 @@ public class ScriptUtils {
// Used for hardware keyboards
public static final int SCRIPT_UNKNOWN = -1;
// These should be aligned with KeyboardLayoutSet_Feature values in attrs.xml.
public static final int SCRIPT_ARABIC = 0;
public static final int SCRIPT_ARMENIAN = 1;
public static final int SCRIPT_BENGALI = 2;

View file

@ -609,6 +609,7 @@
<enum name="tamil" value="15" />
<enum name="telugu" value="16" />
<enum name="thai" value="17" />
<enum name="bulgarian" value="18" />
</attr>
</declare-styleable>