Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] TW-1696: Change app icon #1755

Merged
merged 8 commits into from
May 13, 2024
Merged

Conversation

hieutbui
Copy link
Member

@hieutbui hieutbui commented May 10, 2024

Ticket

DOD

  • icon
  • splash screen
  • noti icon
  • icon in app

Resolved

  • Android 28:
android.28.mp4
  • Android 34:
android.34.mp4

Copy link

This PR has been deployed to https://linagora.github.io/twake-on-matrix/1755

@@ -7,6 +7,6 @@
<bitmap android:gravity="center" android:src="@drawable/splash"/>
</item>
<item>
<bitmap android:gravity="bottom" android:src="@drawable/branding" android:bottom="32dp"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to move up a bit?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed it cause it doesn't have any effects at all, and <bitmap> also doesn't have attribute android:bottom.
RF:

If we still need to move the branding up a bit from the bottom, the code should be:

<item android:bottom="32dp">
    <bitmap android:gravity="bottom" android:src="@drawable/branding"/>
</item>

@hoangdat
Copy link
Member

  • can you show me the app icon while app in recent list
  • show app icon in settings

@hieutbui
Copy link
Member Author

hieutbui commented May 13, 2024

  • can you show me the app icon while app in recent list
  • show app icon in settings
  • Recent list:
    photo_2024-05-15_10-49-58

  • Settings:
    app info

@hoangdat hoangdat merged commit f02efba into main May 13, 2024
7 checks passed
@hoangdat hoangdat deleted the TW-1696-Change-android-app-icon branch May 13, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants