We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9a8ec commit ef75a0aCopy full SHA for ef75a0a
2 files changed
sample/src/main/AndroidManifest.xml
@@ -25,7 +25,7 @@
25
android:allowBackup="true"
26
android:fullBackupContent="true"
27
android:icon="@mipmap/launcher_icon"
28
- android:label="AndroidFastScroll Sample"
+ android:label="@string/app_name"
29
android:roundIcon="@mipmap/launcher_icon"
30
android:supportsRtl="true"
31
android:theme="@style/Theme.Sample"
sample/src/main/res/values/strings.xml
@@ -18,6 +18,8 @@
18
19
<resources>
20
21
+ <string name="app_name">AndroidFastScroll Sample</string>
22
+
23
<string name="view_on_github">View on GitHub</string>
24
<string name="navigation_recycler_view_list">RecyclerView</string>
0 commit comments