We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1f6bf commit 562c2bfCopy full SHA for 562c2bf
app/src/main/AndroidManifest.xml
@@ -14,7 +14,9 @@
14
android:roundIcon="@mipmap/ic_launcher_round"
15
android:supportsRtl="true"
16
android:theme="@style/Theme.AppCompat.Light.DarkActionBar">
17
- <activity android:name=".DocumentDetailsActivity"></activity>
+ <activity
18
+ android:name=".DocumentDetailsActivity"
19
+ android:label="@string/details"></activity>
20
<activity
21
android:name=".AboutActivity"
22
android:label="@string/about" />
0 commit comments