You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[Android] Implement native input dialog support
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<dimen name="text_edit_height">48dp</dimen>
|
||||
<dimen name="input_dialog_padding_horizontal">10dp</dimen>
|
||||
<dimen name="input_dialog_padding_vertical">5dp</dimen>
|
||||
</resources>
|
||||
|
||||
@@ -55,4 +55,7 @@
|
||||
<string name="kilobytes_per_second">%1$s KB/s</string>
|
||||
<string name="time_remaining">Time remaining: %1$s</string>
|
||||
<string name="time_remaining_notification">%1$s left</string>
|
||||
|
||||
<!-- Labels for the dialog action buttons -->
|
||||
<string name="dialog_ok">OK</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user