Merge "Change visibility modifiers of MAXIMUM_BAR_VIEWS"

This commit is contained in:
TreeHugger Robot
2019-01-08 21:12:10 +00:00
committed by Android (Google) Code Review

View File

@@ -77,7 +77,7 @@ import java.util.Arrays;
*/
public class BarChartPreference extends Preference {
static final int MAXIMUM_BAR_VIEWS = 4;
public static final int MAXIMUM_BAR_VIEWS = 4;
private static final String TAG = "BarChartPreference";
private static final int[] BAR_VIEWS = {
R.id.bar_view1,