Here is my current code.
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Weather"
android:textColor="@color/colorDark"
style="@style/XM.ActionBar.ButtonSecondary"
android:drawableTop="@mipmap/ic_weather_sunny" />
How do I make the entire button smaller in size? It is in a LinearLayout.
Thanks Kevin