diff --git a/app/build.gradle b/app/build.gradle index 634c48f9..4cdcafaa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.y20k.transistor" minSdkVersion 19 targetSdkVersion 23 - versionCode 10 - versionName "1.1.1 (Running Gun Blues)" + versionCode 11 + versionName "1.1.2 (Running Gun Blues)" } buildTypes { release { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b627ec84..6bc8180f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="11" + android:versionName="1.1.2 (Running Gun Blues)"> diff --git a/app/src/main/ic_launcher-web.png b/app/src/main/ic_launcher-web.png index 38de154a..38a05c5a 100644 Binary files a/app/src/main/ic_launcher-web.png and b/app/src/main/ic_launcher-web.png differ diff --git a/app/src/main/res/layout/fragment_player.xml b/app/src/main/res/layout/fragment_player.xml index c54879fc..4c42842c 100644 --- a/app/src/main/res/layout/fragment_player.xml +++ b/app/src/main/res/layout/fragment_player.xml @@ -1,7 +1,7 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 99e3d4c7..342e7cd6 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -1,27 +1,18 @@ - - #FFCC0000 - #FFE63939 - #FF990000 - #FF850000 - - #FFCC9933 - #FFE6BA64 - #FFE6C687 - #FF855E11 + #FFE53935 + #FFB71C1C + + #FF99918A + #FFBFBBB8 + #FFDDDBD9 + #FF2C2926 - - #FF999999 - #FFB3B3B3 - #FFD8D8D8 - #FF333333 - #FF2C2926 + #FFE6C687 + #FFE6BA64 + #FFCC9933 - #FFFFFFFF - #FF000000 - #FF990000 - #FF3AAA35 + \ No newline at end of file