Sync style of filter component in data usage
Settings have new filter component with settings style. This CL replaced Spinner to SettingsSpinner in data usage page. Change-Id: I212b6b6ed203f8bffd094c0180873060b93c39cb Fixes: 117568930 Test: robotests, visual
This commit is contained in:
@@ -175,7 +175,7 @@ public class DataUsageListV2 extends DataUsageBaseFragment {
|
||||
public void setSelection(int position) {
|
||||
mCycleSpinner.setSelection(position);
|
||||
}
|
||||
}, mCycleListener, true);
|
||||
}, mCycleListener);
|
||||
|
||||
mLoadingViewController = new LoadingViewController(
|
||||
getView().findViewById(R.id.loading_container), getListView());
|
||||
|
Reference in New Issue
Block a user