Added width and height to dimens file

This commit is contained in:
maskara 2017-05-20 13:33:23 +02:00
parent 4823486139
commit 4da88b41ea
2 changed files with 3 additions and 2 deletions

View file

@ -55,8 +55,8 @@
<ImageView
android:id="@+id/link_preview_overflow_button"
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_width="@dimen/overflow_button_dimen"
android:layout_height="@dimen/overflow_button_dimen"
android:layout_gravity="center_vertical"
android:padding="12dp"
android:background="@android:color/white"