am 9d209905: am 6f469e54: am 11ee746d: Layoutlib: Update the wifi icon in the status bar. [DO NOT MERGE]

* commit '9d2099052d207a4ca3bf3e4ef021feadf20c260f':
  Layoutlib: Update the wifi icon in the status bar. [DO NOT MERGE]
This commit is contained in:
Deepanshu Gupta
2014-05-02 19:31:05 +00:00
committed by Android Git Automerger
8 changed files with 6 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 762 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 885 B

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -6,10 +6,12 @@
android:layout_weight="1"/> android:layout_weight="1"/>
<ImageView <ImageView
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_width="wrap_content"/> android:layout_width="wrap_content"
android:layout_marginTop="1dp"/>
<ImageView <ImageView
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_marginLeft="3dip" android:layout_marginLeft="3dp"
android:layout_marginRight="5dip"/> android:layout_marginRight="5dp"
android:layout_marginTop="1dp"/>
</merge> </merge>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -45,10 +45,7 @@ public class StatusBar extends CustomBar {
// We do know the order though. // We do know the order though.
// 0 is the spacer // 0 is the spacer
loadIcon(1, "stat_sys_wifi_signal_4_fully.png", density); loadIcon(1, "stat_sys_wifi_signal_4_fully.png", density);
Drawable drawable = loadIcon(2, ResourceType.DRAWABLE, "stat_sys_battery_charge"); loadIcon(2, "stat_sys_battery_charge_anim100.png", density);
if (drawable instanceof LevelListDrawable) {
((LevelListDrawable) drawable).setLevel(100);
}
} }
@Override @Override