Skip to content

Commit

Permalink
++version
Browse files Browse the repository at this point in the history
use the dull accent color for the action mode background
  • Loading branch information
urandom committed Mar 28, 2015
1 parent 0c3b924 commit 31aa08d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gearshift/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 22
versionCode 81
versionName "0.9.98"
versionCode 82
versionName "0.9.99"
applicationId "org.sugr.gearshift"
}

Expand Down
5 changes: 5 additions & 0 deletions gearshift/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<item name="windowActionBar">false</item>
<item name="windowActionModeOverlay">true</item>
<item name="android:textColorLink">@color/accent</item>
<item name="actionModeBackground">@color/accent_dull</item>
</style>

<!-- Application theme. -->
Expand Down Expand Up @@ -51,6 +52,10 @@
<item name="colorAccent">#e51c23</item>
</style>

<style name="DefaultActionMode" parent="@style/Widget.AppCompat.ActionMode">
<item name="background">@color/accent_dull</item>
</style>

<style name="TorrentTitle">
<item name="android:paddingLeft">16dp</item>
<item name="android:paddingRight">16dp</item>
Expand Down

0 comments on commit 31aa08d

Please sign in to comment.