mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 15:21:11 +01:00
Added flavour secondlion*
This commit is contained in:
parent
a31a530c7c
commit
165626fc6c
8 changed files with 25 additions and 13 deletions
|
|
@ -12,12 +12,12 @@
|
|||
android:allowBackup="false"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:name="com.github.dfa.diaspora_android.App"
|
||||
android:label="@string/app_name"
|
||||
android:label="${appName}"
|
||||
android:theme="@style/DiasporaLight" >
|
||||
|
||||
<provider
|
||||
android:name="com.github.dfa.diaspora_android.service.HashtagContentProvider"
|
||||
android:authorities="com.github.dfa.diaspora_android.mainactivity"
|
||||
android:authorities="${applicationId}.mainactivity"
|
||||
android:exported="false"/>
|
||||
|
||||
<service
|
||||
|
|
@ -26,24 +26,24 @@
|
|||
android:exported="false" />
|
||||
|
||||
<activity
|
||||
android:name=".activity.SettingsActivity"
|
||||
android:name="com.github.dfa.diaspora_android.activity.SettingsActivity"
|
||||
android:launchMode="singleInstance"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
android:theme="@style/DiasporaLight.NoActionBar"
|
||||
android:label="@string/settings" />
|
||||
|
||||
<activity
|
||||
android:name=".activity.AboutActivity"
|
||||
android:name="com.github.dfa.diaspora_android.activity.AboutActivity"
|
||||
android:label="@string/about_activity__title_about_app"
|
||||
android:theme="@style/DiasporaLight.NoActionBar"/>
|
||||
|
||||
<activity
|
||||
android:name=".activity.MainActivity"
|
||||
android:name="com.github.dfa.diaspora_android.activity.MainActivity"
|
||||
android:launchMode="singleTop"
|
||||
android:windowSoftInputMode="adjustResize"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
android:theme="@style/DiasporaLight.NoActionBar"
|
||||
android:label="@string/app_name">
|
||||
android:label="${appName}">
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue