diff options
author | Parménides GV <parmegv@sdf.org> | 2015-06-16 11:21:07 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-06-16 11:21:07 +0200 |
commit | bdbd8b264eb4f82b9d87dc9bf3d05641a96a19f2 (patch) | |
tree | ab21e0f2c13b2f9b7a2a5866b79f3a9b5c548cec /app/src/main/res/layout | |
parent | fe1b2fd32d93bbe0bd7d884cd903e7955f770c33 (diff) | |
parent | ed2256ef0ef71fb9e1a35c2328a467d423f588ad (diff) |
Merge branch 'develop' into release-0.9.4
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/user_session_fragment.xml | 11 |
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> |