fix typos

change textview size
This commit is contained in:
jacques 2021-12-04 21:01:05 +01:00
parent d075385a3a
commit d5aba3ba3c
4 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@
<body> <body>
<center><img src="file:///android_asset/ic_launcher-web.png" width="64"/></center> <center><img src="file:///android_asset/ic_launcher-web.png" width="64"/></center>
<!--<div class="build">[[[about_string]]]</div>--> <!--<div class="build">[[[about_string]]]</div>-->
<h5>PillDroid &copy;&nbsp;2020 Jacques Foucry </h5> <h5>PillDroid &copy;&nbsp;2021 Jacques Foucry </h5>
<p>PillDroid est une gestion théorique de votre stock de médicaments.</p> <p>PillDroid est une gestion théorique de votre stock de médicaments.</p>
<p>PillDroid n'a aucune connaissance des interactions des médicaments entre eux.</p> <p>PillDroid n'a aucune connaissance des interactions des médicaments entre eux.</p>
<p class="red">EN CAS DE DOUTE, CONSULTEZ VOTRE MÉDECIN OU VOTRE PHARMACIEN.</p> <p class="red">EN CAS DE DOUTE, CONSULTEZ VOTRE MÉDECIN OU VOTRE PHARMACIEN.</p>

View file

@ -13,7 +13,7 @@
android:layout_width="@dimen/img_width_height" android:layout_width="@dimen/img_width_height"
android:layout_height="@dimen/img_width_height" android:layout_height="@dimen/img_width_height"
android:contentDescription="@string/pilldroid_icon" android:contentDescription="@string/pilldroid_icon"
android:src="@drawable/ic_launcher_foreground" /> android:src="@drawable/pilldroid_icon" />
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"

View file

@ -11,7 +11,7 @@
android:layout_width="@dimen/img_width_height" android:layout_width="@dimen/img_width_height"
android:layout_height="@dimen/img_width_height" android:layout_height="@dimen/img_width_height"
android:contentDescription="@string/pilldroid_icon" android:contentDescription="@string/pilldroid_icon"
android:src="@drawable/ic_launcher_foreground" /> android:src="@drawable/pilldroid_icon" />
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
@ -25,7 +25,7 @@
android:textStyle="bold" /> android:textStyle="bold" />
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="350dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="20dp" android:layout_marginTop="20dp"
android:paddingLeft="@dimen/desc_padding" android:paddingLeft="@dimen/desc_padding"

View file

@ -52,7 +52,7 @@
<string name="suspended_treatment_icon">Icône de traitemernt suspendu</string> <string name="suspended_treatment_icon">Icône de traitemernt suspendu</string>
<string name="slide11_desc">Pour enregistrer les changements, utilisez l\'icône de sauvegarde</string> <string name="slide11_desc">Pour enregistrer les changements, utilisez l\'icône de sauvegarde</string>
<string name="save_icon">l\'icône de sauvegarde</string> <string name="save_icon">l\'icône de sauvegarde</string>
<string name="slide12_desc">Plus de renseignements sur \n https://pilldroid.foucry.net</string> <string name="slide12_desc">Plus de renseignements sur <a href="https://pilldroid.foucry.net">https://pilldroid.foucry.net</a></string>
<string name="skip">Passer</string> <string name="skip">Passer</string>
<string name="next">Suivant</string> <string name="next">Suivant</string>
<string name="start">Démarrer</string> <string name="start">Démarrer</string>