mirror of
https://github.com/woheller69/solxpect.git
synced 2026-02-02 22:51:49 +01:00
add help activity
This commit is contained in:
parent
4a81cd5c1f
commit
36a3e02c52
11 changed files with 211 additions and 2 deletions
|
|
@ -46,6 +46,15 @@
|
|||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value="org.woheller69.weather.activities.ForecastCityActivity" />
|
||||
</activity>
|
||||
<activity
|
||||
android:name="org.woheller69.weather.activities.HelpActivity"
|
||||
android:label="@string/activity_help"
|
||||
android:parentActivityName="org.woheller69.weather.activities.ForecastCityActivity"
|
||||
android:theme="@style/AppTheme.NoActionBar">
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value="org.woheller69.weather.activities.ForecastCityActivity" />
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name="org.woheller69.weather.activities.SettingsActivity"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue