Update btn_left_round_transparent.xml
This commit is contained in:
parent
e5c56239f3
commit
12791cb88a
1 changed files with 2 additions and 1 deletions
|
@ -7,8 +7,9 @@
|
||||||
<stroke android:color="@color/map_widget_stroke" android:width="@dimen/map_button_stroke"/>
|
<stroke android:color="@color/map_widget_stroke" android:width="@dimen/map_button_stroke"/>
|
||||||
</shape></item>
|
</shape></item>
|
||||||
<item><shape android:shape="rectangle">
|
<item><shape android:shape="rectangle">
|
||||||
|
<solid android:color="@color/map_widget_light_trans" />
|
||||||
<corners android:topLeftRadius="@dimen/map_button_rect_rad" android:bottomLeftRadius="@dimen/map_button_rect_rad" />
|
<corners android:topLeftRadius="@dimen/map_button_rect_rad" android:bottomLeftRadius="@dimen/map_button_rect_rad" />
|
||||||
<stroke android:color="@color/map_widget_stroke" android:width="@dimen/map_button_stroke"/>
|
<stroke android:color="@color/map_widget_stroke" android:width="@dimen/map_button_stroke"/>
|
||||||
</shape></item>
|
</shape></item>
|
||||||
|
|
||||||
</selector>
|
</selector>
|
||||||
|
|
Loading…
Reference in a new issue