From 44925ad19051d4ffe239b3ba99ea27e7275409dc Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Wed, 22 Jul 2015 12:33:59 -0500 Subject: GUI TextBox Allows the GUI to create a scrollable text box for long text that may not all fit on the screen. Also includes code to allow the console to wrap on spaces and other such characters instead of wrapping in the middle of a word. To see an example of how to add a text box to the XML, see: https://gerrit.omnirom.org/#/c/14183/ Change-Id: Ifd139172ede290046b58ea3fe526e2e06da1d4ef --- gui/Android.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gui/Android.mk') diff --git a/gui/Android.mk b/gui/Android.mk index 1d0d134ec..6633e9abc 100644 --- a/gui/Android.mk +++ b/gui/Android.mk @@ -27,7 +27,8 @@ LOCAL_SRC_FILES := \ partitionlist.cpp \ mousecursor.cpp \ scrolllist.cpp \ - patternpassword.cpp + patternpassword.cpp \ + textbox.cpp ifneq ($(TWRP_CUSTOM_KEYBOARD),) LOCAL_SRC_FILES += $(TWRP_CUSTOM_KEYBOARD) -- cgit v1.2.3