From 00f1ea75b0a01eee3d5ece23e59610d6b4586c60 Mon Sep 17 00:00:00 2001 From: Florian Edelmann Date: Sun, 23 Feb 2014 17:58:18 +0100 Subject: [CMFM] bookmarks and history in a navigation drawer * used a modified version of DrawerLayout from the Support Library * moved bookmarks and history there -> always accessible * added a drawer icon * made all themeable * removed the BookmarksActivity and HistoryActivity * removed the BookmarksAdapter and HistoryAdapter as they are useless for LinearLayouts. I couldn't use ListViews because they scroll vertically - as well as the drawer itself. * removed the layouts for bookmarks and history Patch Set 2: tab cleanup and reset code I didn't touch Patch Set 3: fixed a FC after changing the theme when settings were opened by the drawer's overflow menu Patch Set 4: updated commit message Patch Set 5: updated commit message Patch Set 6: disabled "clear history" ActionBar action when history is empty Patch Set 7: fixed code style, fixed theme change issue with history items in the drawer, updated theme previews Patch Set 8: remove trailing whitespaces Change-Id: I215211e771ec7c96a2a669cdcc440556c310d6db --- themes/res/drawable-nodpi/dark_theme_preview.png | Bin 64772 -> 59876 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'themes/res/drawable-nodpi/dark_theme_preview.png') diff --git a/themes/res/drawable-nodpi/dark_theme_preview.png b/themes/res/drawable-nodpi/dark_theme_preview.png index c18581f9..0ba30cd7 100644 Binary files a/themes/res/drawable-nodpi/dark_theme_preview.png and b/themes/res/drawable-nodpi/dark_theme_preview.png differ -- cgit v1.2.3