From: Andy Scherzinger Date: Fri, 6 Nov 2015 10:54:28 +0000 (+0100) Subject: Merge branch 'material_buttons' of https://github.com/owncloud/android into material_fab X-Git-Tag: beta-20151202~3^2~1 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/080a8ab7af2bc48e3c5fa1334ae91d21073e26c2?ds=sidebyside;hp=-c Merge branch 'material_buttons' of https://github.com/owncloud/android into material_fab --- 080a8ab7af2bc48e3c5fa1334ae91d21073e26c2 diff --combined build.gradle index 817b5281,d96997a6..1ef8f615 --- a/build.gradle +++ b/build.gradle @@@ -20,11 -20,10 +20,11 @@@ repositories dependencies { compile name: 'touch-image-view' - compile 'com.android.support:support-v4:22.2.1' compile project(':owncloud-android-library') + compile 'com.android.support:support-v4:22.2.1' compile 'com.jakewharton:disklrucache:2.0.2' compile 'com.android.support:appcompat-v7:22.2.1' + compile 'com.getbase:floatingactionbutton:1.10.1' } android { @@@ -59,7 -58,7 +59,7 @@@ abortOnError false } } - + productFlavors { } @@@ -69,3 -68,7 +69,7 @@@ } + + + + diff --combined res/layout/list_fragment.xml index ac28fcf2,7160b32e..bd8b12d5 --- a/res/layout/list_fragment.xml +++ b/res/layout/list_fragment.xml @@@ -17,21 -17,17 +17,21 @@@ You should have received a copy of the GNU General Public License along with this program. If not, see . --> + + + android:layout_height="match_parent"> @@@ -39,6 -35,8 +39,8 @@@ android:id="@+id/list_root" android:layout_width="match_parent" android:layout_height="match_parent" + android:divider="@color/list_divider_background" + android:dividerHeight="1px" android:visibility="visible" /> @@@ -83,52 -81,4 +85,52 @@@ - + + + + + + + + + + - ++ diff --combined res/values/colors.xml index b3c2d54a,a138288b..694e231b --- a/res/values/colors.xml +++ b/res/values/colors.xml @@@ -23,16 -23,12 +23,16 @@@ #35537A #00ddff - #989898 + @color/secondaryTextColor #000000 #FFFFFF - #303030 + #fafafa + #f1f1f1 + #808080 + #B2000000 + @color/black #000000 - #f8f8f8 + #eee #DDDDDD #EEEEEE #757575 @@@ -40,9 -36,6 +40,9 @@@ @color/owncloud_blue_accent #D6D7D7 #00000000 + #a0a0a0 + #f8f8f8 + #55739a @color/owncloud_blue_accent diff --combined res/values/styles.xml index 15b989ee,4c072507..934b755c --- a/res/values/styles.xml +++ b/res/values/styles.xml @@@ -51,9 -51,7 +51,9 @@@ @color/primary - @@@ -130,11 -127,6 +130,11 @@@ @style/Theme.ownCloud.Dialog.ButtonBar + +