mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Change icon size
This commit is contained in:
parent
d3bfc37bbe
commit
f46595bb60
11 changed files with 39 additions and 19 deletions
|
@ -14,7 +14,7 @@
|
|||
<ImageView
|
||||
android:layout_width="@dimen/img_width_height"
|
||||
android:layout_height="@dimen/img_width_height"
|
||||
android:src="@drawable/suspended_pill_slide"
|
||||
android:src="@drawable/ic_suspended_pill"
|
||||
android:contentDescription="@string/suspended_treatment_icon" />
|
||||
|
||||
<TextView
|
||||
|
@ -23,7 +23,9 @@
|
|||
android:text="@string/slide10_Pilldroid"
|
||||
android:textColor="@android:color/white"
|
||||
android:textSize="@dimen/slide_title"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:paddingStart="@dimen/title_padding"
|
||||
android:paddingEnd="@dimen/title_padding"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<ImageView
|
||||
android:layout_width="@dimen/img_width_height"
|
||||
android:layout_height="@dimen/img_width_height"
|
||||
android:src="@drawable/content_save"
|
||||
android:src="@drawable/ic_save_black_24dp"
|
||||
android:contentDescription="@string/save_icon" />
|
||||
|
||||
<TextView
|
||||
|
@ -23,7 +23,9 @@
|
|||
android:text="@string/slide11_Pilldroid"
|
||||
android:textColor="@android:color/white"
|
||||
android:textSize="@dimen/slide_title"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:paddingStart="@dimen/title_padding"
|
||||
android:paddingEnd="@dimen/title_padding"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
@ -23,7 +23,9 @@
|
|||
android:text="@string/slide12_Pilldroid"
|
||||
android:textColor="@android:color/white"
|
||||
android:textSize="@dimen/slide_title"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:paddingStart="@dimen/title_padding"
|
||||
android:paddingEnd="@dimen/title_padding"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
android:layout_width="@dimen/img_width_height"
|
||||
android:layout_height="@dimen/img_width_height"
|
||||
android:contentDescription="@string/the_plus_icon"
|
||||
android:src="@drawable/plus_icon_small" />
|
||||
android:src="@drawable/ic_add_circle_black_24dp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -24,7 +24,9 @@
|
|||
android:textColor="@android:color/white"
|
||||
android:textSize="@dimen/slide_title"
|
||||
android:textAlignment="center"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:paddingEnd="@dimen/title_padding"
|
||||
android:paddingStart="@dimen/title_padding"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<ImageView
|
||||
android:layout_width="@dimen/img_width_height"
|
||||
android:layout_height="@dimen/img_width_height"
|
||||
android:src="@drawable/barcode_scan"
|
||||
android:src="@drawable/ic_barcode"
|
||||
android:contentDescription="@string/barre_code_icone" />
|
||||
|
||||
<TextView
|
||||
|
@ -24,7 +24,9 @@
|
|||
android:textColor="@android:color/white"
|
||||
android:textSize="@dimen/slide_title"
|
||||
android:textAlignment="center"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:paddingStart="@dimen/title_padding"
|
||||
android:paddingEnd="@dimen/title_padding"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<ImageView
|
||||
android:layout_width="@dimen/img_width_height"
|
||||
android:layout_height="@dimen/img_width_height"
|
||||
android:src="@drawable/qr_code_scan"
|
||||
android:src="@drawable/ic_qr_code"
|
||||
android:contentDescription="@string/qr_code_icon" />
|
||||
|
||||
<TextView
|
||||
|
|
|
@ -14,17 +14,19 @@
|
|||
<ImageView
|
||||
android:layout_width="@dimen/img_width_height"
|
||||
android:layout_height="@dimen/img_width_height"
|
||||
android:src="@drawable/ok_stock_bitmap"
|
||||
android:src="@drawable/ok_stock_vect"
|
||||
android:contentDescription="@string/happy_face" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="280dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/slide5_Pilldroid"
|
||||
android:textAlignment="center"
|
||||
android:textColor="@android:color/white"
|
||||
android:textSize="@dimen/slide_title"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:paddingEnd="@dimen/title_padding"
|
||||
android:paddingStart="@dimen/title_padding"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
android:layout_width="@dimen/img_width_height"
|
||||
android:layout_height="@dimen/img_width_height"
|
||||
android:contentDescription="@string/neutral_face"
|
||||
android:src="@drawable/warning_stock_bitmap" />
|
||||
android:src="@drawable/warning_stock_vect" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -24,7 +24,9 @@
|
|||
android:textColor="@android:color/white"
|
||||
android:textSize="@dimen/slide_title"
|
||||
android:textAlignment="center"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:paddingStart="@dimen/title_padding"
|
||||
android:paddingEnd="@dimen/title_padding"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<ImageView
|
||||
android:layout_width="@dimen/img_width_height"
|
||||
android:layout_height="@dimen/img_width_height"
|
||||
android:src="@drawable/lower_stock_bitmap"
|
||||
android:src="@drawable/lower_stock_vect"
|
||||
android:contentDescription="@string/unhappy_face" />
|
||||
|
||||
<TextView
|
||||
|
@ -26,7 +26,9 @@
|
|||
android:textColor="@android:color/white"
|
||||
android:textSize="@dimen/slide_title"
|
||||
android:textAlignment="center"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:paddingEnd="@dimen/title_padding"
|
||||
android:paddingStart="@dimen/title_padding"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
@ -23,7 +23,9 @@
|
|||
android:text="@string/slide8_Pilldroid"
|
||||
android:textColor="@android:color/white"
|
||||
android:textSize="@dimen/slide_title"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:paddingStart="@dimen/title_padding"
|
||||
android:paddingEnd="@dimen/title_padding"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
@ -24,7 +24,9 @@
|
|||
android:textColor="@android:color/white"
|
||||
android:textSize="@dimen/slide_title"
|
||||
android:textAlignment="center"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:paddingStart="@dimen/title_padding"
|
||||
android:paddingEnd="@dimen/title_padding"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
Loading…
Reference in a new issue