Merge "Update SignalDrawable to show X for empty state" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
99a61d3b58
@@ -286,8 +286,7 @@ public class SignalDrawable extends DrawableWrapper {
|
||||
|
||||
/** Returns the state representing empty mobile signal with the given number of levels. */
|
||||
public static int getEmptyState(int numLevels) {
|
||||
// TODO empty state == 0 state. does there need to be a new drawable for this?
|
||||
return getState(0, numLevels, false);
|
||||
return getState(0, numLevels, true);
|
||||
}
|
||||
|
||||
/** Returns the state representing carrier change with the given number of levels. */
|
||||
|
||||
Reference in New Issue
Block a user