summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2015-06-16 11:17:16 +0200
committerParménides GV <parmegv@sdf.org>2015-06-16 11:17:16 +0200
commit4bf4f2e08e1da24227b538c2e8e2a22e01cd84a6 (patch)
tree4d2e9b05d4b1157fc2ce1cd2cb6f083d98555e97
parentd1c6e3c1756cee8104a98718b70e2f3169d24a09 (diff)
Resized account icon according to vpn icons
-rw-r--r--app/src/main/res/drawable-hdpi/ic_account_circle.pngbin1028 -> 1634 bytes
-rw-r--r--app/src/main/res/drawable-mdpi/ic_account_circle.pngbin669 -> 951 bytes
-rw-r--r--app/src/main/res/drawable-xhdpi/ic_account_circle.pngbin1447 -> 2114 bytes
-rw-r--r--app/src/main/res/drawable-xxhdpi/ic_account_circle.pngbin2339 -> 3382 bytes
-rw-r--r--app/src/main/res/drawable-xxxhdpi/ic_account_circle.pngbin3663 -> 4838 bytes
-rw-r--r--app/src/main/res/layout/user_session_fragment.xml9
6 files changed, 5 insertions, 4 deletions
diff --git a/app/src/main/res/drawable-hdpi/ic_account_circle.png b/app/src/main/res/drawable-hdpi/ic_account_circle.png
index 60e50a03..db02b319 100644
--- a/app/src/main/res/drawable-hdpi/ic_account_circle.png
+++ b/app/src/main/res/drawable-hdpi/ic_account_circle.png
Binary files differ
diff --git a/app/src/main/res/drawable-mdpi/ic_account_circle.png b/app/src/main/res/drawable-mdpi/ic_account_circle.png
index 9cc9f0b5..2489c703 100644
--- a/app/src/main/res/drawable-mdpi/ic_account_circle.png
+++ b/app/src/main/res/drawable-mdpi/ic_account_circle.png
Binary files differ
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
--- a/app/src/main/res/drawable-xhdpi/ic_account_circle.png
+++ b/app/src/main/res/drawable-xhdpi/ic_account_circle.png
Binary files differ
diff --git a/app/src/main/res/drawable-xxhdpi/ic_account_circle.png b/app/src/main/res/drawable-xxhdpi/ic_account_circle.png
index 6e81a76b..a886b553 100644
--- a/app/src/main/res/drawable-xxhdpi/ic_account_circle.png
+++ b/app/src/main/res/drawable-xxhdpi/ic_account_circle.png
Binary files differ
diff --git a/app/src/main/res/drawable-xxxhdpi/ic_account_circle.png b/app/src/main/res/drawable-xxxhdpi/ic_account_circle.png
index 9511ae3a..c8feac66 100644
--- a/app/src/main/res/drawable-xxxhdpi/ic_account_circle.png
+++ b/app/src/main/res/drawable-xxxhdpi/ic_account_circle.png
Binary files differ
diff --git a/app/src/main/res/layout/user_session_fragment.xml b/app/src/main/res/layout/user_session_fragment.xml
index fd5fc170..d33f9b9a 100644
--- a/app/src/main/res/layout/user_session_fragment.xml
+++ b/app/src/main/res/layout/user_session_fragment.xml
@@ -28,17 +28,18 @@
<view
android:id="@+id/user.status.icon"
- android:layout_width="50dp"
- android:layout_height="50dp"
+ android:layout_width="32dp"
+ android:layout_height="32dp"
android:layout_marginLeft="9dp"
android:layout_marginStart="9dp"
android:shadowRadius="0"
android:src="@drawable/ic_account_circle"
android:color="@android:color/transparent"
class="se.leap.bitmaskclient.userstatus.FabButton"
+ android:layout_gravity="center"
android:indeterminate="true"
- app:fbb_progressColor="@android:color/holo_blue_dark"
- app:fbb_progressWidthRatio="0.1"
+ app:fbb_progressColor="@android:color/holo_green_dark"
+ app:fbb_progressWidthRatio="0.2"
app:fbb_showShadow="false"
/>