summaryrefslogtreecommitdiffstats
path: root/res/layout/event_list_item.xml
diff options
context:
space:
mode:
authorAravind Asam <aasam@codeaurora.org>2014-03-05 19:09:25 -0800
committerMatt Garnes <matt@cyngn.com>2014-11-11 17:46:50 -0800
commit43f257945f1924256590858725d938519adfb37b (patch)
treedcf58996cb425a554f0866a0fb428386a69e2e13 /res/layout/event_list_item.xml
parent67be113ebee4fc9f3b19a1f857bdda9c1358c1ec (diff)
downloadandroid_packages_apps_Calendar-43f257945f1924256590858725d938519adfb37b.tar.gz
android_packages_apps_Calendar-43f257945f1924256590858725d938519adfb37b.tar.bz2
android_packages_apps_Calendar-43f257945f1924256590858725d938519adfb37b.zip
Calendar: Support for deleting events (rest of the features)
* Includes highlight for selected items. * Spinner-style select all, deselect all. * Improvements asset files updated. * Add the TW strings for it. * Show the delete events menu as the config. Change-Id: I1781bd8748487bc51da8988f7ae74927c0e179c1
Diffstat (limited to 'res/layout/event_list_item.xml')
-rw-r--r--res/layout/event_list_item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/event_list_item.xml b/res/layout/event_list_item.xml
index b9782341..2fc7f5e7 100644
--- a/res/layout/event_list_item.xml
+++ b/res/layout/event_list_item.xml
@@ -30,7 +30,8 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="match_parent" >
+ android:layout_height="match_parent"
+ android:background="?android:attr/activatedBackgroundIndicator">
<CheckBox
android:id="@+id/checkbox"