From 3076d9a97c203497aec1415d8ac6037d10eebb46 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 31 Dec 2017 00:42:49 -0500 Subject: feature/menu-parser (#582) * Test menu parser * Add menu fragment implementation * Test proguard * Clean up * Use async * Use invoke * Try without proguard * Try 2 * Add fallback logic * Use normal notification event * Add custom event flag * Add rest of menu fragment data * Ensure fallback works * Update docs --- app/src/main/res/layout/iitem_header.xml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/src/main/res/layout/iitem_header.xml (limited to 'app/src/main/res/layout/iitem_header.xml') diff --git a/app/src/main/res/layout/iitem_header.xml b/app/src/main/res/layout/iitem_header.xml new file mode 100644 index 00000000..3b079a8d --- /dev/null +++ b/app/src/main/res/layout/iitem_header.xml @@ -0,0 +1,9 @@ + + \ No newline at end of file -- cgit v1.2.3