зеркало из https://github.com/nextcloud/android.git
Incorporated the ownCloud Blue into the ActionBar
This commit is contained in:
Родитель
f0ed8b7362
Коммит
8f2840fe11
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:startColor="#3A3C39"
|
||||
android:endColor="#181818"
|
||||
android:startColor="#1D2D55"
|
||||
android:endColor="#1D2D44"
|
||||
android:angle="270"
|
||||
/>
|
||||
<corners android:radius="0dp" />
|
||||
|
|
|
@ -9,12 +9,15 @@
|
|||
</style>
|
||||
|
||||
<style name="Theme.ownCloud.Widget.ActionBar" parent="style/Widget.Sherlock.Light.ActionBar.Solid.Inverse">
|
||||
<item name="android:textColor">#ffffff</item>
|
||||
<item name="android:background">@drawable/main_header_bg</item>
|
||||
<item name="background">@drawable/main_header_bg</item>
|
||||
<item name="android:textColor">#ffffff</item>
|
||||
|
||||
<item name="android:shadowColor">#222222</item>
|
||||
<item name="android:shadowRadius">1</item>
|
||||
<item name="android:shadowDy">1</item>
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<!-- PopDownMenu -->
|
||||
<style name="Animations.PopDownMenu" />
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче