From: Andy Scherzinger Date: Mon, 17 Aug 2015 23:34:45 +0000 (+0200) Subject: initial implementation of the FAB with Speed Dial X-Git-Tag: beta-20151202~3^2~72 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/d5c1453b89e566407a861d72b09d8325759bc367?ds=inline initial implementation of the FAB with Speed Dial --- diff --git a/res/drawable/fab_label_background.xml b/res/drawable/fab_label_background.xml new file mode 100644 index 00000000..4460dab0 --- /dev/null +++ b/res/drawable/fab_label_background.xml @@ -0,0 +1,11 @@ + + + + + + \ No newline at end of file diff --git a/res/layout/list_fragment.xml b/res/layout/list_fragment.xml index 81b52100..1ed1c530 100644 --- a/res/layout/list_fragment.xml +++ b/res/layout/list_fragment.xml @@ -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"> @@ -79,4 +83,51 @@ - \ No newline at end of file + + + + + + + + + + + \ No newline at end of file diff --git a/res/values/colors.xml b/res/values/colors.xml index f755a1c5..d3426536 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -26,6 +26,10 @@ #989898 #000000 #FFFFFF + #fafafa + #f1f1f1 + #808080 + #B2000000 #303030 #000000 #fff0f0f0 diff --git a/res/values/styles.xml b/res/values/styles.xml index 765ee448..dac28d9c 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -119,6 +119,11 @@ @style/Theme.ownCloud.Dialog.ButtonBar + +