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-xhdpi/ic_account_circle.png | Bin 0 -> 1447 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/src/main/res/drawable-xhdpi/ic_account_circle.png (limited to 'app/src/main/res/drawable-xhdpi') diff --git a/app/src/main/res/drawable-xhdpi/ic_account_circle.png b/app/src/main/res/drawable-xhdpi/ic_account_circle.png new file mode 100644 index 00000000..8af55604 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/ic_account_circle.png differ -- cgit v1.2.3 From 4bf4f2e08e1da24227b538c2e8e2a22e01cd84a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Tue, 16 Jun 2015 11:17:16 +0200 Subject: Resized account icon according to vpn icons --- app/src/main/res/drawable-xhdpi/ic_account_circle.png | Bin 1447 -> 2114 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'app/src/main/res/drawable-xhdpi') diff --git a/app/src/main/res/drawable-xhdpi/ic_account_circle.png b/app/src/main/res/drawable-xhdpi/ic_account_circle.png index 8af55604..848a4fda 100644 Binary files a/app/src/main/res/drawable-xhdpi/ic_account_circle.png and b/app/src/main/res/drawable-xhdpi/ic_account_circle.png differ -- cgit v1.2.3