format icon

This commit is contained in:
Milos Kozak 2019-10-25 00:14:55 +02:00
parent ae0946fa2a
commit 776e1361df

View file

@ -18,11 +18,12 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginBottom="5dp"
android:orientation="horizontal">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="33dp"
android:layout_height="match_parent"
app:srcCompat="@drawable/icon_calculator" />
<TextView
@ -31,9 +32,9 @@
android:layout_gravity="center"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:text="@string/boluswizard"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textColor="@color/colorCalculatorButton"
android:text="@string/boluswizard" />
android:textColor="@color/colorCalculatorButton" />
</LinearLayout>