File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
HappyBirthday/app/src/main/res Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1212 android : layout_height =" wrap_content"
1313 android : layout_marginEnd =" 16dp"
1414 android : layout_marginBottom =" 16dp"
15+ android : fontFamily =" sans-serif-light"
1516 android : text =" From Emma"
17+ android : textColor =" @android:color/black"
18+ android : textSize =" 36sp"
1619 app : layout_constraintBottom_toBottomOf =" parent"
1720 app : layout_constraintEnd_toEndOf =" parent" />
1821
2225 android : layout_height =" wrap_content"
2326 android : layout_marginStart =" 16dp"
2427 android : layout_marginTop =" 16dp"
28+ android : fontFamily =" sans-serif-light"
2529 android : text =" Happy Birthday, Sam!"
30+ android : textColor =" @android:color/black"
31+ android : textSize =" 36sp"
2632 app : layout_constraintStart_toStartOf =" parent"
2733 app : layout_constraintTop_toTopOf =" parent" />
2834</androidx .constraintlayout.widget.ConstraintLayout>
You can’t perform that action at this time.
0 commit comments