File tree Expand file tree Collapse file tree
java/org/schabi/newpipe/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ private ServiceHelper() { }
3131 public static int getIcon (final int serviceId ) {
3232 switch (serviceId ) {
3333 case 0 :
34- return R .drawable .ic_placeholder_yt ;
34+ return R .drawable .ic_smart_display ;
3535 case 1 :
3636 return R .drawable .ic_placeholder_cloud ;
3737 case 2 :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <vector xmlns : android =" http://schemas.android.com/apk/res/android"
2+ android : height =" 24dp"
3+ android : width =" 24dp"
4+ android : viewportHeight =" 24"
5+ android : viewportWidth =" 24"
6+ android : tint =" @color/defaultIconTint" >
7+ <path
8+ android : pathData =" M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM9.5 16.5v-9l7 4.5-7 4.5z"
9+ android : fillColor =" #FF000000" />
10+ </vector >
Original file line number Diff line number Diff line change 8686 android : scaleType =" fitCenter"
8787 app : tint =" @color/drawer_header_font_color"
8888 tools : ignore =" ContentDescription"
89- tools : srcCompat =" @drawable/ic_placeholder_yt " />
89+ tools : srcCompat =" @drawable/ic_smart_display " />
9090
9191 <org .schabi.newpipe.views.NewPipeTextView
9292 android : id =" @+id/drawer_header_service_view"
You can’t perform that action at this time.
0 commit comments