Ajout de ligne_liste.xml et OutilCuisson.java

This commit is contained in:
NonoL3Robot
2022-02-21 15:16:05 +01:00
parent a46d15c9ef
commit b61a4c8926
2 changed files with 240 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<!-- ce fichier décrit l'aspect visuel des items de la liste des cuissons.
Le texte sera affiché en gras avec une taille bien précise.
La police de caractères est une police à chasse fixe.
(dans le but que les 3 informations : nom du plat, temps de cuisson et
température soient bien alignées)
Un padding est ajouté autour du texte
fichier ligne_liste.xml 12/21 -->
<TextView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/text1" android:typeface="monospace" android:textStyle="bold" android:textSize="@dimen/taille_texte_liste" android:paddingTop="@dimen/padding_liste" android:paddingBottom="@dimen/padding_liste" android:layout_width="match_parent" android:layout_height="wrap_content" android:textColor="@color/couleur_item_liste"/>