Skip to content

Commit

Permalink
update label keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Marciset authored and quentinmarciset committed Jun 11, 2021
1 parent 5bf48d0 commit 8ba6cfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/app/src/main/res/layout/layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
android:layout_marginEnd="8dp"
android:elevation="4dp"
android:scrollbars="none"
android:text="__LABEL_2__"
android:text="__FIELD_LABEL_2__"
android:textAppearance="@style/TextAppearance.MaterialComponents.Body1"
android:textColor="?colorPrimary"
android:textStyle="bold"
Expand Down Expand Up @@ -108,7 +108,7 @@
android:layout_marginEnd="8dp"
android:elevation="4dp"
android:scrollbars="none"
android:text="__LABEL_3__"
android:text="__FIELD_LABEL_3__"
android:textAppearance="@style/TextAppearance.MaterialComponents.Body1"
android:textColor="?colorPrimary"
android:textStyle="bold"
Expand Down Expand Up @@ -189,7 +189,7 @@
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:scrollbars="none"
android:text="__LABEL__"
android:text="__FIELD_LABEL__"
android:textAppearance="@style/TextAppearance.MaterialComponents.Body1"
android:textColor="?colorOnSurface"
android:textStyle="bold"
Expand Down

0 comments on commit 8ba6cfa

Please sign in to comment.