Change the app icon

Closes #6189
This commit is contained in:
Admir Ireiz
2017-02-08 12:28:49 +01:00
committed by Moxie Marlinspike
parent 3506f2db12
commit 5e02715a2c
56 changed files with 23 additions and 36 deletions

View File

@@ -90,6 +90,7 @@
<application android:name=".ApplicationContext"
android:icon="@drawable/icon"
android:roundIcon="@drawable/icon_circle"
android:label="@string/app_name"
android:supportsRtl="true"
tools:replace="android:allowBackup"
@@ -260,7 +261,7 @@
<activity android:name=".PassphraseCreateActivity"
android:label="@string/AndroidManifest__create_passphrase"
android:windowSoftInputMode="stateUnchanged"
android:theme="@style/TextSecure.LightIntroTheme"
android:theme="@style/TextSecure.LightNoActionBar"
android:launchMode="singleTask"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>