-
Notifications
You must be signed in to change notification settings - Fork 21
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
Conversation
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"/> |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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:
- https://developer.android.com/reference/android/graphics/drawable/BitmapDrawable#summary
- https://developer.android.com/guide/topics/resources/drawable-resource#XmlBitmap
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>
|
Ticket
DOD
Resolved
android.28.mp4
android.34.mp4