Skip to content

Commit 4efc362

Browse files
committed
Change more colors
1 parent 36a8447 commit 4efc362

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

owncloudApp/src/main/java/com/owncloud/android/ui/preview/PreviewImageActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class PreviewImageActivity : FileActivity(),
122122
setDrawerLockMode(DrawerLayout.LOCK_MODE_LOCKED_CLOSED)
123123
}
124124
}
125-
window.statusBarColor = ContextCompat.getColor(this, R.color.owncloud_blue_dark_transparent)
125+
window.statusBarColor = ContextCompat.getColor(this, R.color.opencloud_petrol_dark_transparent)
126126
localBroadcastManager = LocalBroadcastManager.getInstance(this)
127127
}
128128

owncloudApp/src/main/res/drawable/list_selector.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@android:integer/config_mediumAnimTime">
2222

23-
<item android:drawable="@color/owncloud_blue_bright" android:state_pressed="true" />
24-
<item android:drawable="@color/owncloud_blue_bright" android:state_focused="true" />
23+
<item android:drawable="@color/opencloud_blue_bright" android:state_pressed="true" />
24+
<item android:drawable="@color/opencloud_blue_bright" android:state_focused="true" />
2525
<item android:drawable="@color/background_color" />
2626

2727
</selector>

owncloudApp/src/main/res/layout/preview_image_fragment.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
android:layout_margin="40dp"
7676
android:gravity="center"
7777
android:text="@string/placeholder_sentence"
78-
android:textColor="@color/owncloud_blue_bright"
78+
android:textColor="@color/opencloud_blue_bright"
7979
app:layout_constraintBottom_toBottomOf="parent"
8080
app:layout_constraintLeft_toLeftOf="parent"
8181
app:layout_constraintRight_toRightOf="parent" />

owncloudApp/src/main/res/values/colors.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<!-- Colors -->
2828
<color name="opencloud_petrol">#21434F</color>
2929
<color name="opencloud_petrol_accent">#396676</color>
30-
<color name="owncloud_blue_bright">#00ddff</color>
30+
<color name="opencloud_blue_bright">#00ddff</color>
3131
<color name="warning_grey_text">#525757</color>
3232
<color name="list_item_lastmod_and_filesize_text">#707575</color>
3333
<color name="search_view_hint_text">#BDBDBD</color>
@@ -53,8 +53,8 @@
5353
<color name="dialog_list_item">#1F1F1F</color>
5454

5555
<!-- special transparent_cloud action bar colors for image preview -->
56-
<color name="owncloud_blue_transparent">#201D2D44</color>
57-
<color name="owncloud_blue_dark_transparent">#40162233</color>
56+
<color name="opencloud_petrol_transparent">#20396676</color>
57+
<color name="opencloud_petrol_dark_transparent">#4021434F</color>
5858

5959
<!-- Multiselect backgrounds -->
6060
<color name="selected_item_background">#ECECEC</color>

owncloudApp/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113

114114
<!-- Transparent style for the app bar -->
115115
<style name="ownCloud.Appbar.Transparent" parent="ThemeOverlay.AppCompat.Dark.ActionBar">
116-
<item name="colorPrimary">@color/owncloud_blue_transparent</item>
116+
<item name="colorPrimary">@color/opencloud_petrol_transparent</item>
117117
</style>
118118

119119
<!-- MORE styles -->

0 commit comments

Comments
 (0)