Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Marciset authored and quentinmarciset committed Jul 23, 2021
1 parent 7fcbd0f commit 976560e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/app/src/main/res/layout/layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
android:scrollbars="none"
android:singleLine="true"
android:text="___TEXT_4___"
android:textAppearance="@style/TextAppearance.MaterialComponents.Body1"
android:textAppearance="@style/TextAppearance.AppCompat.Title"
android:textColor="?colorOnSurface"
android:textStyle="bold"
app:layout_constraintBottom_toBottomOf="@+id/___SPECIFIC_ID_4___"
Expand All @@ -62,7 +62,7 @@
android:gravity="bottom"
android:scrollbars="none"
android:text="___TEXT_1___"
android:textAppearance="@style/TextAppearance.MaterialComponents.Body1"
android:textAppearance="@style/TextAppearance.AppCompat.Title"
android:textColor="?colorPrimary"
app:layout_constraintBottom_toTopOf="@+id/___SPECIFIC_ID_2___"
app:layout_constraintEnd_toStartOf="@id/item_arrow"
Expand All @@ -79,7 +79,7 @@
android:layout_marginBottom="8dp"
android:scrollbars="none"
android:text="___TEXT_2___"
android:textAppearance="@style/TextAppearance.MaterialComponents.Body2"
android:textAppearance="@style/TextAppearance.MaterialComponents.Subtitle1"
android:textColor="?colorOnSurface"
app:layout_constraintEnd_toStartOf="@id/item_arrow"
app:layout_constraintStart_toEndOf="@+id/___SPECIFIC_ID_4___"
Expand All @@ -99,7 +99,7 @@
android:scrollbars="none"
android:singleLine="true"
android:text="___TEXT_3___"
android:textAppearance="@style/TextAppearance.MaterialComponents.Body2"
android:textAppearance="@style/TextAppearance.MaterialComponents.Subtitle2"
android:textColor="?colorOnSurface"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@+id/___SPECIFIC_ID_4___"
Expand Down

0 comments on commit 976560e

Please sign in to comment.