From 0a3a98f8927210ab4700a7b4ab2a09664c00d331 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Thu, 5 Feb 2015 00:48:28 +0100 Subject: Unify scrollable list code The goal of this patch set is to eliminate the code duplication caused by copy/paste of the code in the file selector, listbox, and partition list GUI elements. Those classes will now utilize a single GUIScrollList class that will handle rendering and scrolling. Change-Id: I0cb98ab36cf47178296034293435225658c779cd --- 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 fca5e0787..93913f55a 100644 --- a/gui/Android.mk +++ b/gui/Android.mk @@ -25,7 +25,8 @@ LOCAL_SRC_FILES := \ input.cpp \ blanktimer.cpp \ partitionlist.cpp \ - mousecursor.cpp + mousecursor.cpp \ + scrolllist.cpp ifneq ($(TWRP_CUSTOM_KEYBOARD),) LOCAL_SRC_FILES += $(TWRP_CUSTOM_KEYBOARD) -- cgit v1.2.3