make the bottom tab icons a bit smaller
This commit is contained in:
parent
d88a201d4a
commit
dcb25dee8f
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
<ImageView
|
||||
android:id="@+id/tab_item_icon"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_width="28dp"
|
||||
android:layout_height="28dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:scaleType="fitCenter"
|
||||
tools:src="@drawable/ic_person_vector" />
|
||||
|
|
Loading…
Reference in a new issue