mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
fix typos
cahnge textview size
This commit is contained in:
parent
66ec0e0a9e
commit
d075385a3a
6 changed files with 24 additions and 19 deletions
|
@ -26,12 +26,12 @@
|
||||||
<p>PillDroid n'aurait pas pu voir le jour sans les conseils avisés de Frank, Benoit, Dominique & Aurélien.</p>
|
<p>PillDroid n'aurait pas pu voir le jour sans les conseils avisés de Frank, Benoit, Dominique & Aurélien.</p>
|
||||||
<p>Stéphane en grand chamboulateur d'interface en fait quelque chose d'utilisable</p>
|
<p>Stéphane en grand chamboulateur d'interface en fait quelque chose d'utilisable</p>
|
||||||
<hr width=45%/>
|
<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
|
<p>Le soutien actif et les conseils du Dr Kauffmann me permettent de faire
|
||||||
évoluer PillDroid.</p>
|
évoluer PillDroid.</p>
|
||||||
<p>Vous pouvez me contacter à l'adresse suivante : <a
|
<p>Vous pouvez me contacter à l'adresse suivante : <a
|
||||||
href="mailto:jacques+PillDroid@foucry.net?subject=À propos de
|
href="mailto:jacques+PillDroid@foucry.net?subject=À propos de
|
||||||
PillDroid">jacques+pilldroid@foucry.net</a></p>.
|
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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<com.journeyapps.barcodescanner.ViewfinderView
|
<com.journeyapps.barcodescanner.ViewfinderView
|
||||||
android:id="@+id/zxing_viewfinder_view"
|
android:id="@+id/zxing_viewfinder_view"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
app:zxing_possible_result_points="@color/zxing_custom_possible_result_points"
|
app:zxing_possible_result_points="@color/zxing_custom_possible_result_points"
|
||||||
app:zxing_result_view="@color/zxing_custom_result_view"
|
app:zxing_result_view="@color/zxing_custom_result_view"
|
||||||
|
@ -26,9 +26,12 @@
|
||||||
android:id="@+id/zxing_status_view"
|
android:id="@+id/zxing_status_view"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="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:background="@color/zxing_transparent"
|
||||||
android:fontFamily="sans-serif-black"
|
android:fontFamily="sans-serif-black"
|
||||||
|
android:textSize="32sp"
|
||||||
|
android:textAlignment="center"
|
||||||
android:text="@string/zxing_msg_default_status"
|
android:text="@string/zxing_msg_default_status"
|
||||||
android:textColor="@color/design_default_color_primary_dark"
|
android:textColor="@color/design_default_color_primary_dark"
|
||||||
tools:ignore="PrivateResource" />
|
tools:ignore="PrivateResource" />
|
||||||
|
|
|
@ -8,21 +8,21 @@
|
||||||
|
|
||||||
<include
|
<include
|
||||||
android:id="@+id/name_cell"
|
android:id="@+id/name_cell"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
layout="@layout/info_cell" />
|
layout="@layout/info_cell" />
|
||||||
|
|
||||||
<include
|
<include
|
||||||
android:id="@+id/presentation_cell"
|
android:id="@+id/presentation_cell"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
layout="@layout/info_cell"/>
|
layout="@layout/info_cell"/>
|
||||||
<!-- android:layout_marginTop="5sp" />-->
|
<!-- android:layout_marginTop="5sp" />-->
|
||||||
|
|
||||||
<include
|
<include
|
||||||
android:id="@+id/administration_cell"
|
android:id="@+id/administration_cell"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
layout="@layout/info_cell"/>
|
layout="@layout/info_cell"/>
|
||||||
<!-- android:layout_marginTop="5sp" />-->
|
<!-- android:layout_marginTop="5sp" />-->
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:orientation="vertical" android:layout_width="match_parent"
|
android:orientation="vertical"
|
||||||
android:layout_height="50dp"
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
android:background="@drawable/list_selector">
|
android:background="@drawable/list_selector">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/value"
|
android:id="@+id/value"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingStart="10sp"
|
android:paddingStart="10sp"
|
||||||
android:paddingEnd="10sp"
|
android:paddingEnd="10sp"
|
||||||
|
@ -15,18 +16,19 @@
|
||||||
android:textColor="#040404"
|
android:textColor="#040404"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
android:textStyle="bold" />
|
android:textStyle="bold" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:id="@+id/label"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/label"
|
|
||||||
android:layout_below="@+id/value"
|
android:layout_below="@+id/value"
|
||||||
android:layout_alignParentStart="true"
|
android:layout_alignParentStart="true"
|
||||||
android:textStyle="italic"
|
|
||||||
android:textColor="#0c4758"
|
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:id="@+id/label"
|
|
||||||
android:paddingStart="10sp"
|
android:paddingStart="10sp"
|
||||||
|
android:paddingTop="5dp"
|
||||||
android:paddingEnd="10sp"
|
android:paddingEnd="10sp"
|
||||||
android:paddingTop="5dp"/>
|
android:text="@string/label"
|
||||||
|
android:textColor="#0c4758"
|
||||||
|
android:textStyle="italic" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
Binary file not shown.
Before Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.9 KiB |
Loading…
Reference in a new issue