use activity names as titles
This commit is contained in:
parent
793a9e3549
commit
f9a711300e
|
@ -12,17 +12,20 @@
|
|||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme">
|
||||
|
||||
<activity android:name=".SettingsActivity">
|
||||
<activity android:name=".SettingsActivity"
|
||||
android:label="@string/action_settings" >
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value=".MainActivity"/>
|
||||
</activity>
|
||||
<activity android:name=".HelpActivity">
|
||||
<activity android:name=".HelpActivity"
|
||||
android:label="@string/action_help" >
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value=".MainActivity"/>
|
||||
</activity>
|
||||
<activity android:name=".AboutActivity">
|
||||
<activity android:name=".AboutActivity"
|
||||
android:label="@string/action_about" >
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value=".MainActivity"/>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<!doctype html>
|
||||
<h1>Help</h1>
|
||||
<h3>What links can be used with this app?</h3>
|
||||
<p>All facebook subdomains are supported, whether mobile (m.facebook.com) or language-specific (de-de.facebook.com). The link must contain an event ID.</p>
|
||||
<h3>How to use this application?</h3>
|
||||
|
|
Loading…
Reference in New Issue