use activity names as titles
This commit is contained in:
parent
793a9e3549
commit
f9a711300e
|
@ -12,17 +12,20 @@
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/AppTheme">
|
android:theme="@style/AppTheme">
|
||||||
|
|
||||||
<activity android:name=".SettingsActivity">
|
<activity android:name=".SettingsActivity"
|
||||||
|
android:label="@string/action_settings" >
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="android.support.PARENT_ACTIVITY"
|
android:name="android.support.PARENT_ACTIVITY"
|
||||||
android:value=".MainActivity"/>
|
android:value=".MainActivity"/>
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name=".HelpActivity">
|
<activity android:name=".HelpActivity"
|
||||||
|
android:label="@string/action_help" >
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="android.support.PARENT_ACTIVITY"
|
android:name="android.support.PARENT_ACTIVITY"
|
||||||
android:value=".MainActivity"/>
|
android:value=".MainActivity"/>
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name=".AboutActivity">
|
<activity android:name=".AboutActivity"
|
||||||
|
android:label="@string/action_about" >
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="android.support.PARENT_ACTIVITY"
|
android:name="android.support.PARENT_ACTIVITY"
|
||||||
android:value=".MainActivity"/>
|
android:value=".MainActivity"/>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<h1>Help</h1>
|
|
||||||
<h3>What links can be used with this app?</h3>
|
<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>
|
<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>
|
<h3>How to use this application?</h3>
|
||||||
|
|
Loading…
Reference in New Issue