diff --git a/app/src/main/res/layout-sw600dp-land/activity_setup.xml b/app/src/main/res/layout-sw600dp-land/activity_setup.xml index 419bfcc36441e1d772bd6be8078cd2a17d3fb5db..aaa9397988bf1958da0add18f51f2e0d9e5d254a 100644 --- a/app/src/main/res/layout-sw600dp-land/activity_setup.xml +++ b/app/src/main/res/layout-sw600dp-land/activity_setup.xml @@ -40,7 +40,7 @@ android:layout_marginBottom="16dp" android:layout_marginEnd="80dp" android:layout_marginRight="80dp" - android:tint="@color/colorFillLight" + android:tint="@color/colorFillDark" app:backgroundTint="#8A000000" app:elevation="0dip" app:fabSize="normal" diff --git a/app/src/main/res/layout-sw600dp/activity_setup.xml b/app/src/main/res/layout-sw600dp/activity_setup.xml index 53a2917674754b48cd75df9bb63f1d30a1008aa3..af75da8fd02129461b7ba173bd90f730312a4cd2 100644 --- a/app/src/main/res/layout-sw600dp/activity_setup.xml +++ b/app/src/main/res/layout-sw600dp/activity_setup.xml @@ -45,7 +45,7 @@ android:layout_marginBottom="16dp" android:layout_marginEnd="16dp" android:layout_marginRight="16dp" - android:tint="@color/colorFillLight" + android:tint="@color/colorFillDark" app:backgroundTint="#8A000000" app:elevation="0dip" app:fabSize="normal" diff --git a/app/src/main/res/layout/activity_setup.xml b/app/src/main/res/layout/activity_setup.xml index dcc6b2a81ff9524a3a85779b35b241287605b924..c415b4ac9405c6a7fbd569f9d2bbaf29f16e4845 100644 --- a/app/src/main/res/layout/activity_setup.xml +++ b/app/src/main/res/layout/activity_setup.xml @@ -40,8 +40,8 @@ android:layout_marginBottom="16dp" android:layout_marginEnd="16dp" android:layout_marginRight="16dp" - android:tint="@color/colorFillLight" - app:backgroundTint="#8A000000" + android:tint="@color/colorFillDark" + app:backgroundTint="#8A808080" app:elevation="0dip" app:fabSize="normal" app:pressedTranslationZ="0dip" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 5da39a2bb5135bb0a6f7b21ad9838e2c5c419827..942995950c78a49dba26146d3519ae605fd5cff9 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,24 @@ +# +# QuasselDroid - Quassel client for Android +# Copyright (C) 2016 Janne Koschinski +# Copyright (C) 2016 Ken Børge Viktil +# Copyright (C) 2016 Magnus Fjell +# Copyright (C) 2016 Martin Sandsmark <martin.sandsmark@kde.org> +# +# This program is free software: you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by the Free +# Software Foundation, either version 3 of the License, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program. If not, see <http://www.gnu.org/licenses/>. +# + #Sat Sep 03 00:05:21 CEST 2016 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists