Update AGP to 7.4.0

This commit is contained in:
Greyson Parrelli
2023-02-11 15:35:01 -05:00
parent 408c288936
commit d9c31a6cd6
64 changed files with 564 additions and 88 deletions

View File

@@ -67,13 +67,14 @@ public final class PlacePickerActivity extends AppCompatActivity {
return data.getParcelableExtra(ADDRESS_INTENT);
}
@SuppressLint("MissingInflatedId")
@Override
public void onCreate(@Nullable Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_place_picker);
bottomSheet = findViewById(R.id.bottom_sheet);
View markerImage = findViewById(R.id.marker_image_view);
View markerImage = findViewById(R.id.marker_image_view);
View fab = findViewById(R.id.place_chosen_button);
ViewCompat.setBackgroundTintList(fab, ColorStateList.valueOf(getIntent().getIntExtra(KEY_CHAT_COLOR, Color.RED)));