mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-29 13:16:01 +01:00
Improve wallpaper settings screen, conversation rendering.
Co-authored-by: Greyson Parrelli <greyson@signal.org>
This commit is contained in:
committed by
Greyson Parrelli
parent
6bcb0de43d
commit
b5712f4bd1
@@ -96,11 +96,13 @@ message Wallpaper {
|
||||
message SingleColor {
|
||||
int32 color = 1;
|
||||
}
|
||||
|
||||
message LinearGradient {
|
||||
float rotation = 1;
|
||||
repeated int32 colors = 2;
|
||||
repeated float positions = 3;
|
||||
}
|
||||
|
||||
message File {
|
||||
string uri = 1;
|
||||
}
|
||||
@@ -111,5 +113,5 @@ message Wallpaper {
|
||||
File file = 3;
|
||||
}
|
||||
|
||||
float dimLevelInDarkMode = 4;
|
||||
float dimLevelInDarkTheme = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user