From e83e677687ce6ca93ee5f7a4449ea643d89c4861 Mon Sep 17 00:00:00 2001 From: Kirill Grouchnikov Date: Tue, 15 Dec 2015 16:21:04 -0500 Subject: [PATCH] Simple sample app for ListPopupWindow Change-Id: I239b885313014019226dc0e1a95a3b3f098cad09 --- samples/Support7Demos/AndroidManifest.xml | 10 ++ .../res/layout/list_popup_window_activity.xml | 55 ++++++ samples/Support7Demos/res/values/strings.xml | 5 + .../widget/ListPopupWindowActivity.java | 158 ++++++++++++++++++ 4 files changed, 228 insertions(+) create mode 100644 samples/Support7Demos/res/layout/list_popup_window_activity.xml create mode 100644 samples/Support7Demos/src/com/example/android/supportv7/widget/ListPopupWindowActivity.java diff --git a/samples/Support7Demos/AndroidManifest.xml b/samples/Support7Demos/AndroidManifest.xml index 8e0381269..e2a13fae5 100644 --- a/samples/Support7Demos/AndroidManifest.xml +++ b/samples/Support7Demos/AndroidManifest.xml @@ -463,6 +463,16 @@ + + + + + + + + diff --git a/samples/Support7Demos/res/layout/list_popup_window_activity.xml b/samples/Support7Demos/res/layout/list_popup_window_activity.xml new file mode 100644 index 000000000..34da5bb75 --- /dev/null +++ b/samples/Support7Demos/res/layout/list_popup_window_activity.xml @@ -0,0 +1,55 @@ + + + + +