am 404658ee: Merge "Update 1-bar status bar / qs icons." into lmp-mr1-dev

* commit '404658eee9ec7c84dc070b018d7fcfa94bb8f83f':
  Update 1-bar status bar / qs icons.
This commit is contained in:
John Spurlock
2014-10-31 19:05:12 +00:00
committed by Android Git Automerger
5 changed files with 17 additions and 17 deletions

View File

@@ -21,14 +21,14 @@ Copyright (C) 2014 The Android Open Source Project
android:viewportHeight="24.0">
<path
android:fillColor="#FFFFFFFF"
android:pathData="M19.700001,20.000000l2.000000,0.000000l0.000000,2.000000l-2.000000,0.000000z"/>
android:pathData="M19.7,20.0l2.0,0.0l0.0,2.0l-2.0,0.0z"/>
<path
android:fillColor="#FFFFFFFF"
android:pathData="M19.700001,10.000000l2.000000,0.000000l0.000000,8.100000l-2.000000,0.000000z"/>
android:pathData="M19.7,10.0l2.0,0.0l0.0,8.1l-2.0,0.0z"/>
<path
android:fillColor="#4DFFFFFF"
android:pathData="M17.7,8.0l4.299999,0.0 0.0,-6.0 -20.0,20.0 15.700001,0.0z"/>
<path
android:fillColor="#FFFFFFFF"
android:pathData="M11.300000,12.700000l-9.300000,9.300000 9.300000,0.000000z"/>
<path
android:pathData="M17.700001,8.000000l4.299999,0.000000 0.000000,-6.000000 -20.000000,20.000000 15.700001,0.000000z"
android:fillColor="#4DFFFFFF"/>
android:pathData="M10.1,13.9l-8.1,8.1 8.1,0.0z"/>
</vector>

View File

@@ -21,8 +21,8 @@ Copyright (C) 2014 The Android Open Source Project
android:viewportHeight="24.0">
<path
android:fillColor="#4DFFFFFF"
android:pathData="M2.000000,22.000000l20.000000,0.000000 0.000000,-20.000000z"/>
android:pathData="M2.0,22.0l20.0,0.0 0.0,-20.0z"/>
<path
android:fillColor="#FFFFFFFF"
android:pathData="M11.300000,12.700000l-9.300000,9.300000 9.300000,0.000000z"/>
android:pathData="M10.1,13.9l-8.1,8.1 8.1,0.0z"/>
</vector>

View File

@@ -21,14 +21,14 @@ Copyright (C) 2014 The Android Open Source Project
android:viewportHeight="24.0">
<path
android:fillColor="#FFFFFFFF"
android:pathData="M19.700001,20.000000l2.000000,0.000000l0.000000,2.000000l-2.000000,0.000000z"/>
android:pathData="M19.7,20.0l2.0,0.0l0.0,2.0l-2.0,0.0z"/>
<path
android:fillColor="#FFFFFFFF"
android:pathData="M19.700001,10.000000l2.000000,0.000000l0.000000,8.100000l-2.000000,0.000000z"/>
android:pathData="M19.7,10.0l2.0,0.0l0.0,8.1l-2.0,0.0z"/>
<path
android:fillColor="#4DFFFFFF"
android:pathData="M17.7,8.0l4.299999,0.0 0.0,-6.0 -20.0,20.0 15.700001,0.0z"/>
<path
android:fillColor="#FFFFFFFF"
android:pathData="M11.300000,12.700000l-9.300000,9.300000 9.300000,0.000000z"/>
<path
android:pathData="M17.700001,8.000000l4.299999,0.000000 0.000000,-6.000000 -20.000000,20.000000 15.700001,0.000000z"
android:fillColor="#4DFFFFFF"/>
android:pathData="M10.1,13.9l-8.1,8.1 8.1,0.0z"/>
</vector>

View File

@@ -21,8 +21,8 @@ Copyright (C) 2014 The Android Open Source Project
android:viewportHeight="24.0">
<path
android:fillColor="#4DFFFFFF"
android:pathData="M2.000000,22.000000l20.000000,0.000000 0.000000,-20.000000z"/>
android:pathData="M2.0,22.0l20.0,0.0 0.0,-20.0z"/>
<path
android:fillColor="#FFFFFFFF"
android:pathData="M11.300000,12.700000l-9.300000,9.300000 9.300000,0.000000z"/>
android:pathData="M10.1,13.9l-8.1,8.1 8.1,0.0z"/>
</vector>

View File

@@ -159,7 +159,7 @@ public class DemoStatusIcons extends LinearLayout implements DemoMode {
}
}
StatusBarIcon icon = new StatusBarIcon(iconPkg, UserHandle.CURRENT, iconId, 0, 0, "Demo");
StatusBarIconView v = new StatusBarIconView(getContext(), null);
StatusBarIconView v = new StatusBarIconView(getContext(), null, null);
v.setTag(slot);
v.set(icon);
addView(v, 0, new LinearLayout.LayoutParams(mIconSize, mIconSize));