mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Switch menu button to NB style.
This commit is contained in:
parent
cfc78f7ed4
commit
4b8f2bdd96
5 changed files with 1 additions and 12 deletions
Before Width: | Height: | Size: 311 B After Width: | Height: | Size: 311 B |
|
@ -20,7 +20,7 @@
|
|||
android:layout_width="34dp"
|
||||
android:layout_height="34dp"
|
||||
android:layout_margin="5dp"
|
||||
style="?menuButton"
|
||||
android:background="@drawable/ic_menu_moreoverflow"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignParentRight="true" />
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
<attr name="storyCommentDivider" format="string" />
|
||||
<attr name="activityDetailsPager" format="string" />
|
||||
<attr name="explainerText" format="string" />
|
||||
<attr name="menuButton" format="string" />
|
||||
|
||||
<declare-styleable name="FlowLayout">
|
||||
<attr name="flow" />
|
||||
|
|
|
@ -268,12 +268,4 @@
|
|||
<item name="android:textColor">@color/lightgray</item>
|
||||
</style>
|
||||
|
||||
<style name="menuButton">
|
||||
<item name="android:background">@drawable/ic_menu_moreoverflow_normal_holo_light</item>
|
||||
</style>
|
||||
|
||||
<style name="menuButton.dark">
|
||||
<item name="android:background">@drawable/ic_menu_moreoverflow_normal_holo_dark</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
<item name="storyCommentDivider">@style/storyCommentDivider</item>
|
||||
<item name="activityDetailsPager">@style/activityDetailsPager</item>
|
||||
<item name="explainerText">@style/explainerText</item>
|
||||
<item name="menuButton">@style/menuButton</item>
|
||||
</style>
|
||||
|
||||
<style name="NewsBlurDarkTheme" parent="@android:style/Theme.Holo" >
|
||||
|
@ -63,6 +62,5 @@
|
|||
<item name="storyCommentDivider">@style/storyCommentDivider.dark</item>
|
||||
<item name="activityDetailsPager">@style/activityDetailsPager.dark</item>
|
||||
<item name="explainerText">@style/explainerText.dark</item>
|
||||
<item name="menuButton">@style/menuButton.dark</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Reference in a new issue