Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Don't need to show app_name in library. #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion materialhelptutorial/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package="za.co.riggaroo.materialhelptutorial"
>

<application android:allowBackup="true" android:label="@string/app_name"
<application android:allowBackup="true"
android:supportsRtl="true">

</application>
Expand Down
1 change: 0 additions & 1 deletion materialhelptutorial/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<resources>
<string name="app_name">help tutorial app</string>
<string name="tutorial_done">DONE</string>
<string name="tutorial_skip">SKIP</string>
</resources>