Skip to content

Commit 5e02715

Browse files
iadmirmoxie0
authored andcommitted
Change the app icon
Closes signalapp#6189
1 parent 3506f2d commit 5e02715

File tree

56 files changed

+27
-40
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+27
-40
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090

9191
<application android:name=".ApplicationContext"
9292
android:icon="@drawable/icon"
93+
android:roundIcon="@drawable/icon_circle"
9394
android:label="@string/app_name"
9495
android:supportsRtl="true"
9596
tools:replace="android:allowBackup"
@@ -260,7 +261,7 @@
260261
<activity android:name=".PassphraseCreateActivity"
261262
android:label="@string/AndroidManifest__create_passphrase"
262263
android:windowSoftInputMode="stateUnchanged"
263-
android:theme="@style/TextSecure.LightIntroTheme"
264+
android:theme="@style/TextSecure.LightNoActionBar"
264265
android:launchMode="singleTask"
265266
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
266267

artwork/logo-512.png

-9.71 KB
437 Bytes
137 Bytes
675 Bytes
1.97 KB
14.1 KB
14.4 KB

res/drawable-hdpi/icon.png

1.03 KB

res/drawable-hdpi/icon_circle.png

7.16 KB

0 commit comments

Comments
 (0)