This commit is contained in:
Nazar 2019-10-23 12:52:08 +03:00
parent 9bb3f1636a
commit c3417582a6

View file

@ -234,6 +234,7 @@
android:layout_width="@dimen/map_address_height" android:layout_width="@dimen/map_address_height"
android:layout_height="@dimen/map_address_height" android:layout_height="@dimen/map_address_height"
android:background="@drawable/btn_circle_transparent" android:background="@drawable/btn_circle_transparent"
android:layout_gravity="center_vertical"
tools:src="@drawable/ic_action_test_light"/> tools:src="@drawable/ic_action_test_light"/>
<ImageButton <ImageButton
@ -242,6 +243,7 @@
android:layout_width="@dimen/map_address_height" android:layout_width="@dimen/map_address_height"
android:layout_height="@dimen/map_address_height" android:layout_height="@dimen/map_address_height"
android:background="@drawable/bottom_shadow" android:background="@drawable/bottom_shadow"
android:layout_gravity="center_vertical"
tools:src="@drawable/ic_action_test_light"/> tools:src="@drawable/ic_action_test_light"/>
</LinearLayout> </LinearLayout>
</FrameLayout> </FrameLayout>