diff --git a/esoui/ingame/lfg/activitytracker.xml b/esoui/ingame/lfg/activitytracker.xml
new file mode 100644
index 0000000..518d08b
--- /dev/null
+++ b/esoui/ingame/lfg/activitytracker.xml
@@ -0,0 +1,23 @@
+<GuiXml>
+    <Controls>
+        <TopLevelControl name="ZO_ActivityTracker">
+            <Anchor point="TOPRIGHT" relativeTo="ZO_FocusedQuestTrackerPanelContainerQuestContainer" relativePoint="BOTTOMRIGHT" />
+
+            <OnInitialized>
+                ZO_ActivityTracker_OnInitialized(self)
+            </OnInitialized>
+
+            <Controls>
+                <Control name="$(parent)Container" hidden="true">
+                    <Anchor point="TOPRIGHT" />
+
+                    <Controls>
+                        <Label name="$(parent)Header" color="INTERFACE_COLOR_TYPE_TEXT_COLORS:INTERFACE_TEXT_COLOR_NORMAL" />
+
+                        <Label name="$(parent)Status" color="INTERFACE_COLOR_TYPE_TEXT_COLORS:INTERFACE_TEXT_COLOR_SELECTED" />
+                    </Controls>
+                </Control>
+            </Controls>
+        </TopLevelControl>
+    </Controls>
+</GuiXml>
\ No newline at end of file