From e33c47922b458b0d557652dc2cafa4f12647b82d Mon Sep 17 00:00:00 2001 From: NonoL3Robot Date: Tue, 15 Mar 2022 23:49:15 +0100 Subject: [PATCH] style des cuissons --- app/src/main/res/layout/ligne_liste.xml | 5 +---- app/src/main/res/values/styles.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/ligne_liste.xml b/app/src/main/res/layout/ligne_liste.xml index 0866d0c..dfa2a18 100644 --- a/app/src/main/res/layout/ligne_liste.xml +++ b/app/src/main/res/layout/ligne_liste.xml @@ -14,8 +14,5 @@ android:id="@+id/item_cuisson" android:layout_width="match_parent" android:layout_height="wrap_content" - android:typeface="monospace" - android:textStyle="bold" - android:layout_margin="@dimen/cuissons_margin" - android:textSize="@dimen/cuissons_police"/> + style="@style/ligne_liste_style" /> \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 7a98169..9f60c12 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -12,7 +12,6 @@ + + \ No newline at end of file