mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Merge branch 'feature/new_input_dialog' into develop
This commit is contained in:
commit
2b13134d47
5 changed files with 8 additions and 11 deletions
|
@ -51,7 +51,6 @@
|
|||
android:layout_marginTop="?attr/actionBarSize"
|
||||
android:layout_marginBottom="?attr/actionBarSize"
|
||||
android:layout_marginEnd="@dimen/fab_margin"
|
||||
android:backgroundTint="@android:color/transparent"
|
||||
android:contentDescription="@string/save_button"
|
||||
android:src="@drawable/ic_save_black_24dp"
|
||||
app:backgroundTint="@android:color/transparent"/>
|
||||
|
|
|
@ -16,13 +16,12 @@
|
|||
|
||||
<EditText
|
||||
android:id="@+id/edittext"
|
||||
android:layout_width="200dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:autofillHints="@string/enter_cip_13_here"
|
||||
android:background="@drawable/rounded_corner"
|
||||
android:hint="@string/enter_cip_13_here"
|
||||
android:inputType="number"
|
||||
android:minHeight="48dp"
|
||||
|
@ -31,13 +30,13 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/startcip13"
|
||||
android:layout_width="100dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginStart="29dp"
|
||||
android:layout_marginTop="52dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginEnd="39dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:layout_toStartOf="@+id/edittext"
|
||||
android:ems="10"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
android:layout_height="50dp"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:background="@drawable/rounded_corner"
|
||||
android:ems="10"
|
||||
android:gravity="end|fill_vertical"
|
||||
android:inputType="numberDecimal"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<string name="detail_view">Vue de détail</string>
|
||||
<string name="save_button">Enregistrer</string>
|
||||
<string name="flashlightButton">Allumer/Eteindre le Flash</string>
|
||||
<string name="enter_cip_13_here">Saisir le code CIP 13 ici..</string>
|
||||
<string name="enter_cip_13_here">Saisir la fin du code CIP 13 ici..</string>
|
||||
<string name="enter_cip_13">Saisir le code CIP 13</string>
|
||||
|
||||
<!-- Slide Strings -->
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<string name="detail_view">Detail view</string>
|
||||
<string name="save_button">Save</string>
|
||||
<string name="flashlightButton">Toggle Flash</string>
|
||||
<string name="enter_cip_13_here">Enter CIP 13 here..</string>
|
||||
<string name="enter_cip_13_here">Enter end of CIP 13 here..</string>
|
||||
<string name="enter_cip_13">Enter CIP 13</string>
|
||||
<string name="channel_description" translatable="false">Pilldroid_NotificationChannel</string>
|
||||
<string name="channel_name" translatable="false">PilldroidChannel</string>
|
||||
|
@ -43,7 +43,7 @@
|
|||
<string name="the_plus_icon">The plus icon</string>
|
||||
<string name="slide4_desc">In order to find the CIP13</string>
|
||||
<string name="happy_face">Happy face</string>
|
||||
<string name="barcode_icon">Barre code icon</string>
|
||||
<string name="barcode_icon">Bar code icon</string>
|
||||
<string name="qr_code_icon">qr-code icon</string>
|
||||
<string name="neutral_face">neutral face</string>
|
||||
<string name="unhappy_face">unhappy face</string>
|
||||
|
@ -65,7 +65,7 @@
|
|||
<string name="Value">Value</string>
|
||||
<string name="label">Label</string>
|
||||
<string name="drug_list">Drug\'s attributes</string>
|
||||
<string name="notInterpreted">Barre code cannot be interpreted</string>
|
||||
<string name="notInterpreted">Bar code cannot be interpreted</string>
|
||||
<string name="cancelled_scan">Scan canceled</string>
|
||||
<string name="missing_camera_permission">Missing camera permission</string>
|
||||
<string name="Yes">Yes, I understood</string>
|
||||
|
|
Loading…
Reference in a new issue