From 442e4d0846df4566ce2fa9c4c627125f2983ee8c Mon Sep 17 00:00:00 2001 From: Clark Scheff Date: Tue, 23 Sep 2014 15:45:26 -0700 Subject: Replace option menu with reset/delete actions The code and xml for the popup menu are still in place for future use. The image view for the menu is simply set to View.GONE so it will not be available to the user at this time. Change-Id: I7897e1c06532c51d6be82edca3bb76c37acbf9ae --- res/layout/fragment_pager_list.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'res/layout/fragment_pager_list.xml') diff --git a/res/layout/fragment_pager_list.xml b/res/layout/fragment_pager_list.xml index 9e9b69c..c562080 100644 --- a/res/layout/fragment_pager_list.xml +++ b/res/layout/fragment_pager_list.xml @@ -110,7 +110,27 @@ android:layout_marginStart="1dp" android:layout_marginEnd="8dp" android:scaleType="center" - android:src="@drawable/ic_overflow_dark"/> + android:src="@drawable/ic_overflow_dark" + android:visibility="gone"/> + + + +