mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 15:21:11 +01:00
Add flavor dandelior*, move flavor specific to folder instead gradle generated
This commit is contained in:
parent
957573ea83
commit
918adcf358
57 changed files with 101 additions and 33 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<application
|
||||
android:name="com.github.dfa.diaspora_android.App"
|
||||
android:allowBackup="false"
|
||||
android:icon="${appIcon}"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/DiasporaLight">
|
||||
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
<activity
|
||||
android:name="com.github.dfa.diaspora_android.activity.MainActivity"
|
||||
android:configChanges="keyboardHidden|locale|orientation|screenSize"
|
||||
android:icon="${appIcon}"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTop"
|
||||
android:theme="@style/DiasporaLight.NoActionBar"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue