Rebranding: logo and icon changes
This commit is contained in:
parent
5170fd8a39
commit
109fda9f67
12 changed files with 5 additions and 5 deletions
app/src/main
AndroidManifest.xml
res
drawable-hdpi
drawable-mdpi
drawable-xhdpi
drawable-xxhdpi
drawable-xxxhdpi
drawable
values
|
@ -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
BIN
app/src/main/res/drawable-hdpi/chinwag_splash.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 54 KiB |
Binary file not shown.
Before ![]() (image error) Size: 675 B After ![]() (image error) Size: 1.3 KiB ![]() ![]() |
BIN
app/src/main/res/drawable-mdpi/chinwag_splash.png
Normal file
BIN
app/src/main/res/drawable-mdpi/chinwag_splash.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 33 KiB |
Binary file not shown.
Before ![]() (image error) Size: 453 B After ![]() (image error) Size: 829 B ![]() ![]() |
BIN
app/src/main/res/drawable-xhdpi/chinwag_splash.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/chinwag_splash.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 67 KiB |
Binary file not shown.
Before ![]() (image error) Size: 888 B After ![]() (image error) Size: 1.4 KiB ![]() ![]() |
BIN
app/src/main/res/drawable-xxhdpi/chinwag_splash.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/chinwag_splash.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 132 KiB |
Binary file not shown.
Before ![]() (image error) Size: 1.3 KiB After ![]() (image error) Size: 2.6 KiB ![]() ![]() |
BIN
app/src/main/res/drawable-xxxhdpi/chinwag_splash.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/chinwag_splash.png
Normal file
Binary file not shown.
After ![]() (image error) 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>
|
||||
|
|
Loading…
Add table
Reference in a new issue