Skip to content

Commit 38324c8

Browse files
author
Julian Kast
committed
Updated Icon scaling
1 parent fa501a4 commit 38324c8

9 files changed

Lines changed: 1 addition & 1 deletion

File tree

android/sdl_android/src/main/java/com/smartdevicelink/managers/lockscreen/SDLLockScreenActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public void initializeActivity(Intent intent){
180180
*/
181181
private void setSdlLogo() {
182182
ImageView lockScreen_iv = findViewById(R.id.lockscreen_image);
183-
Drawable sdlIcon = getResources().getDrawable(R.drawable.sdl_logo_black);
183+
Drawable sdlIcon = getResources().getDrawable(R.drawable.sdl_lockscreen_icon);
184184
// Checks color contrast and determines if the logo should be black or white
185185
if (useWhiteIconAndTextColor) {
186186
int color = Color.parseColor("#ffffff");
-39 Bytes
Loading
-2.24 KB
Binary file not shown.
-330 Bytes
Loading
-280 Bytes
Loading
-492 Bytes
Loading
Binary file not shown.
-506 Bytes
Loading
Binary file not shown.

0 commit comments

Comments
 (0)