Rebranding: logo and icon changes
|
@ -15,7 +15,7 @@
|
|||
<application
|
||||
android:name=".TuskyApplication"
|
||||
android:allowBackup="false"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:icon="@drawable/ic_chinwag_logo_simple"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/TuskyTheme"
|
||||
|
@ -155,7 +155,7 @@
|
|||
|
||||
<service
|
||||
android:name=".service.TuskyTileService"
|
||||
android:icon="@drawable/ic_tusky"
|
||||
android:icon="@drawable/ic_chinwag_logo_simple"
|
||||
android:label="Compose Toot"
|
||||
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
|
||||
tools:targetApi="24">
|
||||
|
|
BIN
app/src/main/res/drawable-hdpi/chinwag_splash.png
Normal file
After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 675 B After Width: | Height: | Size: 1.3 KiB |
BIN
app/src/main/res/drawable-mdpi/chinwag_splash.png
Normal file
After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 453 B After Width: | Height: | Size: 829 B |
BIN
app/src/main/res/drawable-xhdpi/chinwag_splash.png
Normal file
After Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 888 B After Width: | Height: | Size: 1.4 KiB |
BIN
app/src/main/res/drawable-xxhdpi/chinwag_splash.png
Normal file
After Width: | Height: | Size: 132 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.6 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/chinwag_splash.png
Normal file
After Width: | Height: | Size: 134 KiB |
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<color android:color="@color/tusky_grey_20"/>
|
||||
<color android:color="@color/white"/>
|
||||
</item>
|
||||
<item>
|
||||
<bitmap
|
||||
android:src="@drawable/splash"
|
||||
android:src="@drawable/chinwag_splash"
|
||||
android:gravity="center" />
|
||||
</item>
|
||||
</layer-list>
|
|
@ -4,7 +4,7 @@
|
|||
<color name="colorSurface">@color/chinwag_grey_medium</color>
|
||||
<color name="colorPrimaryDark">@color/chinwag_green_light</color>
|
||||
|
||||
<color name="colorBackground">@color/tusky_grey_95</color>
|
||||
<color name="colorBackground">@color/white</color>
|
||||
<color name="windowBackground">@color/tusky_grey_80</color>
|
||||
|
||||
<color name="textColorPrimary">@color/tusky_grey_10</color>
|
||||
|
|