summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/user_session_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/user_session_fragment.xml')
-rw-r--r--app/src/main/res/layout/user_session_fragment.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/src/main/res/layout/user_session_fragment.xml b/app/src/main/res/layout/user_session_fragment.xml
index 30068381..d33f9b9a 100644
--- a/app/src/main/res/layout/user_session_fragment.xml
+++ b/app/src/main/res/layout/user_session_fragment.xml
@@ -1,5 +1,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
@@ -27,17 +28,19 @@
<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"
- fbb_progressColor="@android:color/holo_blue_dark"
- fbb_progressWidthRatio="0.1"
+ app:fbb_progressColor="@android:color/holo_green_dark"
+ app:fbb_progressWidthRatio="0.2"
+ app:fbb_showShadow="false"
/>
</LinearLayout>