From 6d2e86277cdf02d3c731d963656e2c4a0f8fea5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Tue, 5 May 2015 11:28:01 +0200 Subject: Rename user session fragment, add icon resource. The FabButton doesn't scale the icon as big as I want it to be, and it doesn't let me set the size to "wrap_content" because the library sets the sizes to match_parent. I'm going to try to modify my fork of FabButton to see if I can obtain what I want in its demo: just an icon and the progress indicator, the icon as big as possible. --- app/src/main/res/drawable-xxxhdpi/ic_account_circle.png | Bin 0 -> 3663 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/src/main/res/drawable-xxxhdpi/ic_account_circle.png (limited to 'app/src/main/res/drawable-xxxhdpi/ic_account_circle.png') diff --git a/app/src/main/res/drawable-xxxhdpi/ic_account_circle.png b/app/src/main/res/drawable-xxxhdpi/ic_account_circle.png new file mode 100644 index 00000000..9511ae3a Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/ic_account_circle.png differ -- cgit v1.2.3