mirror of
https://github.com/LucasVbr/OutilCuisson.git
synced 2026-05-19 10:53:18 +00:00
Ajout de ligne_liste.xml et OutilCuisson.java
This commit is contained in:
@@ -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"/>
|
||||
Reference in New Issue
Block a user