fix typos

cahnge textview size
This commit is contained in:
jacques 2021-12-03 22:16:13 +01:00
parent 66ec0e0a9e
commit d075385a3a
6 changed files with 24 additions and 19 deletions

View file

@ -26,12 +26,12 @@
<p>PillDroid n'aurait pas pu voir le jour sans les conseils avisés de Frank, Benoit, Dominique &amp; Aurélien.</p>
<p>Stéphane en grand chamboulateur d'interface en fait quelque chose d'utilisable</p>
<hr width=45%/>
<p>Les conseils et aides de <a href="mob-dev.fr">mob-dev.fr</a>.</p>
<p>Les conseils et aides de <a href="https://mob-dev.fr">mob-dev.fr</a>.</p>
<p>Le soutien actif et les conseils du Dr Kauffmann me permettent de faire
évoluer PillDroid.</p>
<p>Vous pouvez me contacter à l'adresse suivante : <a
href="mailto:jacques+PillDroid@foucry.net?subject=À propos de
PillDroid">jacques+pilldroid@foucry.net</a></p>.
<p>Le site web de l'<a href="https://pildroid.foucry.net">application</a>.
<p>Le site web de l'<a href="https://pilldroid.foucry.net">application</a>.
</body>
</html>

View file

@ -14,7 +14,7 @@
<com.journeyapps.barcodescanner.ViewfinderView
android:id="@+id/zxing_viewfinder_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="center"
app:zxing_possible_result_points="@color/zxing_custom_possible_result_points"
app:zxing_result_view="@color/zxing_custom_result_view"
@ -26,9 +26,12 @@
android:id="@+id/zxing_status_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal|top"
android:layout_gravity="center_horizontal"
android:layout_marginTop="@dimen/app_bar_height"
android:background="@color/zxing_transparent"
android:fontFamily="sans-serif-black"
android:textSize="32sp"
android:textAlignment="center"
android:text="@string/zxing_msg_default_status"
android:textColor="@color/design_default_color_primary_dark"
tools:ignore="PrivateResource" />

View file

@ -8,21 +8,21 @@
<include
android:id="@+id/name_cell"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
layout="@layout/info_cell" />
<include
android:id="@+id/presentation_cell"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
layout="@layout/info_cell"/>
<!-- android:layout_marginTop="5sp" />-->
<include
android:id="@+id/administration_cell"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
layout="@layout/info_cell"/>
<!-- android:layout_marginTop="5sp" />-->

View file

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="50dp"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/list_selector">
<TextView
android:id="@+id/value"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingStart="10sp"
android:paddingEnd="10sp"
@ -15,18 +16,19 @@
android:textColor="#040404"
android:textSize="16sp"
android:textStyle="bold" />
<TextView
android:layout_width="match_parent"
android:id="@+id/label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/label"
android:layout_below="@+id/value"
android:layout_alignParentStart="true"
android:textStyle="italic"
android:textColor="#0c4758"
android:background="@android:color/transparent"
android:id="@+id/label"
android:paddingStart="10sp"
android:paddingTop="5dp"
android:paddingEnd="10sp"
android:paddingTop="5dp"/>
android:text="@string/label"
android:textColor="#0c4758"
android:textStyle="italic" />
</RelativeLayout>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB