Move Dream OOBE activity to SettingsGoogle
This will only be used on pixel devices. Bug: 217555049 Test: locally on device Change-Id: Ica7cddae8b8b8693a83da95d25a8d0827aed0945
This commit is contained in:
@@ -24,10 +24,10 @@ import androidx.recyclerview.widget.RecyclerView;
|
||||
import com.android.settings.R;
|
||||
|
||||
/** Grid layout manager that calculates the number of columns for the screen size. */
|
||||
final class AutoFitGridLayoutManager extends GridLayoutManager {
|
||||
public final class AutoFitGridLayoutManager extends GridLayoutManager {
|
||||
private final float mColumnWidth;
|
||||
|
||||
AutoFitGridLayoutManager(Context context) {
|
||||
public AutoFitGridLayoutManager(Context context) {
|
||||
super(context, /* spanCount= */ 1);
|
||||
this.mColumnWidth = context
|
||||
.getResources()
|
||||
|
Reference in New Issue
Block a user