Fix #7609
This commit is contained in:
parent
9bb3f1636a
commit
c3417582a6
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue