Skip to content

Commit a258406

Browse files
JorisBodinKevinBoulongne
authored andcommitted
Better intro
1 parent 3655eb3 commit a258406

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/src/main/res/layout/fragment_intro.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,9 @@
122122
app:layout_constraintEnd_toStartOf="@id/end"
123123
app:layout_constraintStart_toEndOf="@id/start"
124124
app:layout_constraintTop_toBottomOf="@id/title"
125+
app:layout_constraintVertical_bias="0.25"
125126
app:layout_constraintWidth_max="300dp"
126-
app:layout_constraintWidth_percent="0.6"
127+
app:layout_constraintWidth_percent="0.8"
127128
tools:visibility="visible">
128129

129130
<com.google.android.material.tabs.TabLayout

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ kotlin.code.style=official
2020
# Enables namespacing of each library's R class so that its R class includes only the
2121
# resources declared in the library itself and none from the library's dependencies,
2222
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true
2423
android.defaults.buildfeatures.buildconfig=true
24+
android.nonTransitiveRClass=true
2525
android.nonFinalResIds=false

0 commit comments

Comments
 (0)