Rework manage applications to be page-able.
Turn everything around so that we can have multiple list views with their own adapters. Switch to using a ViewPager for managing the different lists. Smile! Change-Id: I9c102abb06cf67f313a8696507aa4597b38c7ab9
This commit is contained in:
@@ -2,7 +2,7 @@ LOCAL_PATH:= $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := bouncycastle
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := guava
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := guava android-support-v4
|
||||
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
|
Reference in New Issue
Block a user