Loading res/drawable/ic_root_home.xml→res/drawable/ic_root_documents.xml +1 −1 Original line number Diff line number Diff line Loading @@ -20,5 +20,5 @@ Copyright (C) 2015 The Android Open Source Project android:viewportHeight="24.0"> <path android:fillColor="#FF000000" android:pathData="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/> android:pathData="M10 4H4c-1.1 0,-1.99.9,-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2,-.9 2,-2V8c0,-1.1,-.9,-2,-2,-2h-8l-2,-2z"/> </vector> src/com/android/documentsui/model/RootInfo.java +1 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,7 @@ public class RootInfo implements Durable, Parcelable { // TODO: remove these special case icons if (isHome()) { derivedIcon = R.drawable.ic_root_home; derivedIcon = R.drawable.ic_root_documents; derivedType = TYPE_LOCAL; } else if (isExternalStorage()) { derivedIcon = R.drawable.ic_root_smartphone; Loading Loading
res/drawable/ic_root_home.xml→res/drawable/ic_root_documents.xml +1 −1 Original line number Diff line number Diff line Loading @@ -20,5 +20,5 @@ Copyright (C) 2015 The Android Open Source Project android:viewportHeight="24.0"> <path android:fillColor="#FF000000" android:pathData="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/> android:pathData="M10 4H4c-1.1 0,-1.99.9,-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2,-.9 2,-2V8c0,-1.1,-.9,-2,-2,-2h-8l-2,-2z"/> </vector>
src/com/android/documentsui/model/RootInfo.java +1 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,7 @@ public class RootInfo implements Durable, Parcelable { // TODO: remove these special case icons if (isHome()) { derivedIcon = R.drawable.ic_root_home; derivedIcon = R.drawable.ic_root_documents; derivedType = TYPE_LOCAL; } else if (isExternalStorage()) { derivedIcon = R.drawable.ic_root_smartphone; Loading