mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
Bug 1210862
- Move search suggestion button & tab thumbnail radius to standard. r=ally
--HG-- extra : commitid : BIVj7vnd57q extra : rebase_source : c28cc07350f07e1c79d53bec203ec67c8e82d35b
This commit is contained in:
parent
ee49e0a320
commit
bb70bcdf43
@ -6,14 +6,14 @@
|
||||
<item android:state_pressed="true">
|
||||
<shape>
|
||||
<solid android:color="@color/toolbar_grey_pressed"/>
|
||||
<corners android:radius="4dp"/>
|
||||
<corners android:radius="@dimen/standard_corner_radius"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<shape>
|
||||
<solid android:color="@color/toolbar_grey"/>
|
||||
<corners android:radius="4dp"/>
|
||||
<corners android:radius="@dimen/standard_corner_radius"/>
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<shape android:shape="rectangle">
|
||||
<!-- @color/fennec_ui_orange with alpha -->
|
||||
<solid android:color="#B3FF9500"/>
|
||||
<corners android:radius="3dp"/>
|
||||
<corners android:radius="@dimen/standard_corner_radius"/>
|
||||
</shape>
|
||||
|
||||
</item>
|
||||
@ -22,7 +22,7 @@
|
||||
<shape android:shape="rectangle">
|
||||
<!-- @color/private_browsing_purple with alpha -->
|
||||
<solid android:color="#B3CF68FF"/>
|
||||
<corners android:radius="3dp"/>
|
||||
<corners android:radius="@dimen/standard_corner_radius"/>
|
||||
</shape>
|
||||
|
||||
</item>
|
||||
@ -33,7 +33,7 @@
|
||||
<shape android:shape="rectangle">
|
||||
<!-- @color/private_browsing_purple with alpha -->
|
||||
<solid android:color="#B3CF68FF"/>
|
||||
<corners android:radius="3dp"/>
|
||||
<corners android:radius="@dimen/standard_corner_radius"/>
|
||||
</shape>
|
||||
|
||||
</item>
|
||||
@ -43,7 +43,7 @@
|
||||
<shape android:shape="rectangle">
|
||||
<!-- @color/fennec_ui_orange with alpha -->
|
||||
<solid android:color="#B3FF9500"/>
|
||||
<corners android:radius="3dp"/>
|
||||
<corners android:radius="@dimen/standard_corner_radius"/>
|
||||
</shape>
|
||||
|
||||
</item>
|
||||
@ -52,7 +52,7 @@
|
||||
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#FFFF0000"/>
|
||||
<corners android:radius="3dp"/>
|
||||
<corners android:radius="@dimen/standard_corner_radius"/>
|
||||
</shape>
|
||||
|
||||
</item>
|
||||
@ -65,7 +65,7 @@
|
||||
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/private_browsing_purple"/>
|
||||
<corners android:radius="3dp"/>
|
||||
<corners android:radius="@dimen/standard_corner_radius"/>
|
||||
</shape>
|
||||
|
||||
</item>
|
||||
@ -77,7 +77,7 @@
|
||||
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/fennec_ui_orange"/>
|
||||
<corners android:radius="3dp"/>
|
||||
<corners android:radius="@dimen/standard_corner_radius"/>
|
||||
</shape>
|
||||
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user