1
0
Fork 0

No issue: Update androidx libraries Sept 5 2019

master
Emily Kager 2019-09-16 15:30:28 -07:00 committed by Emily Kager
parent 1767bd5569
commit 3e132f102c
4 changed files with 11 additions and 11 deletions

View File

@ -35,7 +35,7 @@ class SignOutFragment : BottomSheetDialogFragment() {
dialog.setOnShowListener {
val bottomSheet = dialog.findViewById<View>(
com.google.android.material.R.id.design_bottom_sheet
) as? FrameLayout
) as FrameLayout
val behavior = BottomSheetBehavior.from(bottomSheet)
behavior.state = BottomSheetBehavior.STATE_EXPANDED
}

View File

@ -111,7 +111,7 @@ class QuickSettingsSheetDialogFragment : AppCompatDialogFragment() {
BottomSheetDialog(requireContext(), this.theme).apply {
setOnShowListener {
val bottomSheet =
findViewById<View>(MaterialR.id.design_bottom_sheet) as? FrameLayout
findViewById<View>(MaterialR.id.design_bottom_sheet) as FrameLayout
val behavior = BottomSheetBehavior.from(bottomSheet)
behavior.state = BottomSheetBehavior.STATE_EXPANDED
}

View File

@ -181,7 +181,7 @@ class TrackingProtectionPanelDialogFragment : AppCompatDialogFragment(), BackHan
}.apply {
setOnShowListener {
val bottomSheet =
findViewById<View>(com.google.android.material.R.id.design_bottom_sheet) as? FrameLayout
findViewById<View>(com.google.android.material.R.id.design_bottom_sheet) as FrameLayout
val behavior = BottomSheetBehavior.from(bottomSheet)
behavior.state = BottomSheetBehavior.STATE_EXPANDED
}

View File

@ -17,23 +17,23 @@ object Versions {
const val osslicenses_plugin = "0.9.5"
const val osslicenses_library = "17.0.0"
const val androidx_appcompat = "1.1.0-rc01"
const val androidx_appcompat = "1.1.0"
const val androidx_coordinator_layout = "1.1.0-beta01"
const val androidx_constraint_layout = "2.0.0-beta2"
const val androidx_preference = "1.1.0-rc01"
const val androidx_preference = "1.1.0"
const val androidx_legacy = "1.0.0"
const val androidx_annotation = "1.1.0"
const val androidx_lifecycle = "2.2.0-alpha03"
const val androidx_fragment = "1.2.0-alpha02"
const val androidx_navigation = "2.2.0-alpha01"
const val androidx_recyclerview = "1.1.0-beta01"
const val androidx_lifecycle = "2.2.0-alpha04"
const val androidx_fragment = "1.2.0-alpha03"
const val androidx_navigation = "2.2.0-alpha02"
const val androidx_recyclerview = "1.1.0-beta04"
const val androidx_testing = "1.2.1-alpha02"
const val androidx_test_ext = "1.0.0"
const val androidx_core = "1.2.0-alpha03"
const val androidx_core = "1.2.0-alpha04"
const val androidx_paging = "2.1.0"
const val androidx_transition = "1.1.0"
const val androidx_work = "2.0.1"
const val google_material = "1.1.0-alpha07"
const val google_material = "1.1.0-alpha10"
const val mozilla_android_components = "13.0.0-SNAPSHOT"
// Note that android-components also depends on application-services,