mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Change top/bottom bars to new theme.
This commit is contained in:
parent
9f422f9e3e
commit
2b27555816
12 changed files with 18 additions and 18 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,10 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item>
|
||||
<shape>
|
||||
<solid android:color="@color/half_newsblur_blue" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:drawable="@drawable/gradient_background_default" />
|
||||
|
||||
</layer-list>
|
||||
</layer-list>
|
||||
|
|
BIN
media/android/NewsBlur/res/drawable/barbutton_refresh.png
Normal file
BIN
media/android/NewsBlur/res/drawable/barbutton_refresh.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
media/android/NewsBlur/res/drawable/person.png
Normal file
BIN
media/android/NewsBlur/res/drawable/person.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 842 B |
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item android:state_pressed="true" android:drawable="@drawable/list_background_pressed" />
|
||||
<item android:drawable="@drawable/folder_background_default" />
|
||||
</selector>
|
||||
<item android:drawable="@drawable/gradient_background_default" />
|
||||
</selector>
|
||||
|
|
|
@ -1,16 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
|
||||
<item android:id="@+id/menu_refresh"
|
||||
android:icon="@drawable/refresh"
|
||||
android:icon="@drawable/barbutton_refresh"
|
||||
android:title="@string/menu_refresh"
|
||||
android:showAsAction="always" />
|
||||
|
||||
<item android:id="@+id/menu_profile"
|
||||
android:icon="@drawable/person"
|
||||
android:title="@string/menu_profile"
|
||||
android:showAsAction="ifRoom" />
|
||||
android:showAsAction="never" />
|
||||
|
||||
<item android:id="@+id/menu_add_feed"
|
||||
android:icon="@drawable/plus"
|
||||
|
@ -21,4 +19,4 @@
|
|||
android:title="@string/menu_logout"
|
||||
android:showAsAction="never" />
|
||||
|
||||
</menu>
|
||||
</menu>
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
<style name="dialog" parent="@android:style/Theme.Dialog">
|
||||
<item name="android:background">@drawable/actionbar_background</item>
|
||||
<item name="android:textColor">@color/white</item>
|
||||
<item name="android:textColor">@color/darkgray</item>
|
||||
<item name="android:textSize">15dp</item>
|
||||
<item name="android:padding">10dp</item>
|
||||
</style>
|
||||
|
@ -91,9 +91,15 @@
|
|||
<item name="android:padding">5dp</item>
|
||||
</style>
|
||||
|
||||
<style name="actionbar" parent="Widget.Sherlock.ActionBar">
|
||||
<style name="actionbar" parent="Widget.Sherlock.Light.ActionBar">
|
||||
<item name="android:background">@drawable/actionbar_background</item>
|
||||
<item name="background">@drawable/actionbar_background</item>
|
||||
<item name="android:titleTextStyle">@style/actionbarTitleText</item>
|
||||
<item name="titleTextStyle">@style/actionbarTitleText</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
<style name="actionbarTitleText" parent="TextAppearance.Sherlock.Widget.ActionBar.Title">
|
||||
<item name="android:textColor">@color/darkgray</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<style name="NewsBlurTheme" parent="@style/Theme.Sherlock" >
|
||||
<style name="NewsBlurTheme" parent="@style/Theme.Sherlock.Light" >
|
||||
<item name="android:editTextStyle">@style/edittext</item>
|
||||
<item name="android:buttonStyle">@style/button</item>
|
||||
<item name="actionBarStyle">@style/actionbar</item>
|
||||
<item name="android:actionBarStyle">@style/actionbar</item>
|
||||
</style>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Reference in a new issue