Skip to content

Commit ef75a0a

Browse files
committed
[Feature] Move app name to strings.xml.
1 parent 6d9a8ec commit ef75a0a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

sample/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
android:allowBackup="true"
2626
android:fullBackupContent="true"
2727
android:icon="@mipmap/launcher_icon"
28-
android:label="AndroidFastScroll Sample"
28+
android:label="@string/app_name"
2929
android:roundIcon="@mipmap/launcher_icon"
3030
android:supportsRtl="true"
3131
android:theme="@style/Theme.Sample"

sample/src/main/res/values/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
<resources>
2020

21+
<string name="app_name">AndroidFastScroll Sample</string>
22+
2123
<string name="view_on_github">View on GitHub</string>
2224

2325
<string name="navigation_recycler_view_list">RecyclerView</string>

0 commit comments

Comments
 (0)