File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
java/guide/graphql/toc/ui/sections Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class SectionsFragment : Fragment() {
19
19
private val viewModel: SectionsViewModel by viewModels()
20
20
21
21
private lateinit var binding: SectionsFragmentBinding
22
- val args: SectionsFragmentArgs by navArgs()
22
+ private val args: SectionsFragmentArgs by navArgs()
23
23
24
24
override fun onCreateView (
25
25
inflater : LayoutInflater ,
Original file line number Diff line number Diff line change 3
3
xmlns : app =" http://schemas.android.com/apk/res-auto"
4
4
android : layout_width =" match_parent"
5
5
android : layout_height =" wrap_content"
6
- android : background =" ?selectableItemBackground"
6
+ android : foreground =" ?selectableItemBackground"
7
7
android : paddingStart =" 20dp"
8
8
android : paddingEnd =" 20dp"
9
9
android : paddingTop =" 16dp"
Original file line number Diff line number Diff line change 3
3
xmlns : app =" http://schemas.android.com/apk/res-auto"
4
4
android : layout_width =" match_parent"
5
5
android : layout_height =" wrap_content"
6
- android : background =" ?selectableItemBackground"
6
+ android : foreground =" ?selectableItemBackground"
7
7
android : paddingStart =" 30dp"
8
8
android : paddingTop =" 20dp"
9
9
android : paddingEnd =" 30dp"
Original file line number Diff line number Diff line change 12
12
</style >
13
13
14
14
<style name =" AppTheme.Heading" >
15
- <item name =" android:textSize" >18dp </item >
15
+ <item name =" android:textSize" >18sp </item >
16
16
<item name =" android:textStyle" >bold</item >
17
17
</style >
18
18
19
19
<style name =" AppTheme.Subheading" >
20
- <item name =" android:textSize" >18dp </item >
20
+ <item name =" android:textSize" >18sp </item >
21
21
</style >
22
22
23
23
</resources >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
7
7
dependencies {
8
8
classpath(" com.android.tools.build:gradle:4.1.0-beta03" )
9
- classpath(" androidx.navigation:navigation-safe-args-gradle-plugin:2.2.2 " )
9
+ classpath(" androidx.navigation:navigation-safe-args-gradle-plugin:2.3.0 " )
10
10
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72" )
11
11
}
12
12
}
You can’t perform that action at this time.
0 commit comments