File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 122
122
app : layout_constraintEnd_toStartOf =" @id/end"
123
123
app : layout_constraintStart_toEndOf =" @id/start"
124
124
app : layout_constraintTop_toBottomOf =" @id/title"
125
+ app : layout_constraintVertical_bias =" 0.25"
125
126
app : layout_constraintWidth_max =" 300dp"
126
- app : layout_constraintWidth_percent =" 0.6 "
127
+ app : layout_constraintWidth_percent =" 0.8 "
127
128
tools : visibility =" visible" >
128
129
129
130
<com .google.android.material.tabs.TabLayout
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ kotlin.code.style=official
20
20
# Enables namespacing of each library's R class so that its R class includes only the
21
21
# resources declared in the library itself and none from the library's dependencies,
22
22
# thereby reducing the size of the R class for that library
23
- android.nonTransitiveRClass =true
24
23
android.defaults.buildfeatures.buildconfig =true
24
+ android.nonTransitiveRClass =true
25
25
android.nonFinalResIds =false
You can’t perform that action at this time.
0 commit comments