Skip to content

Commit cadf4a6

Browse files
author
Anirudh S
committed
"New User" Activity to appear after "New Issue" Activity
This will help users to fill details first before worrying about their contact information.
1 parent aca9acd commit cadf4a6

19 files changed

+138
-54
lines changed
367 Bytes
Loading
321 Bytes
Loading
440 Bytes
Loading
566 Bytes
Loading

helpstack/res/menu/hs_edit_attachment.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
android:id="@+id/attach"
88
android:orderInCategory="1"
99
android:showAsAction="always"
10-
android:icon="@drawable/ic_action_accept"
10+
android:icon="@drawable/hs_action_accept"
1111
android:title="@string/hs_attach" />
1212

1313
</menu>

helpstack/res/menu/hs_issue_menu.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
android:id="@+id/doneItem"
88
android:title="@string/hs_done"
99
android:visible="true"
10+
android:icon="@drawable/hs_action_accept"
1011
/>
1112

1213
</menu>

0 commit comments

Comments
 (0)