Instantly share code, notes, and snippets.
helpshift
/ application-tags.xml
Last active
October 13, 2015 13:18
— forked from kapilreddy/application-tags.xml
Helpshift android SDK documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<activity android:name="com.helpshift.HelpshiftActivity" android:theme="@style/HSBottomAnimTheme" /> | |
<activity android:name="com.helpshift.HSAddIssue" android:theme="@style/HSRightAnimTheme" /> | |
<activity android:name="com.helpshift.HSAddProfile" android:theme="@style/HSRightAnimTheme" /> | |
<activity android:name="com.helpshift.HSMessages" android:theme="@style/HSRightAnimTheme" /> | |
<activity android:name="com.helpshift.HSQuestionsList" android:theme="@style/HSRightAnimTheme" /> | |
<activity android:name="com.helpshift.HSQuestion" android:configChanges="orientation|screenSize" android:theme="@style/HSRightAnimTheme" /> |