From 59b1088845d9c0f289e89cf49701263c9f12b50c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 6 Mar 2015 15:17:44 -0800 Subject: Replace tabs-text with icons. + Add resources and drawables for icons to label the tabs. + Pass drawable ids to the ViewPagerTabs in ListsFragment. Change-Id: Ib7b3fcaa2257fc439b6fae8b017646c3d150eb56 --- res/drawable-xhdpi/ic_grade_24dp.png | Bin 0 -> 479 bytes res/drawable-xhdpi/ic_people_24dp.png | Bin 0 -> 368 bytes res/drawable-xhdpi/ic_schedule_24dp.png | Bin 0 -> 737 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/drawable-xhdpi/ic_grade_24dp.png create mode 100644 res/drawable-xhdpi/ic_people_24dp.png create mode 100644 res/drawable-xhdpi/ic_schedule_24dp.png (limited to 'res/drawable-xhdpi') diff --git a/res/drawable-xhdpi/ic_grade_24dp.png b/res/drawable-xhdpi/ic_grade_24dp.png new file mode 100644 index 000000000..d65f39d7c Binary files /dev/null and b/res/drawable-xhdpi/ic_grade_24dp.png differ diff --git a/res/drawable-xhdpi/ic_people_24dp.png b/res/drawable-xhdpi/ic_people_24dp.png new file mode 100644 index 000000000..323981ccf Binary files /dev/null and b/res/drawable-xhdpi/ic_people_24dp.png differ diff --git a/res/drawable-xhdpi/ic_schedule_24dp.png b/res/drawable-xhdpi/ic_schedule_24dp.png new file mode 100644 index 000000000..2e27936a4 Binary files /dev/null and b/res/drawable-xhdpi/ic_schedule_24dp.png differ -- cgit v1.2.3