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