-
- Downloads
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.
Showing
- app/src/main/java/se/leap/bitmaskclient/userstatus/UserStatusFragment.java 3 additions, 1 deletion.../se/leap/bitmaskclient/userstatus/UserStatusFragment.java
- app/src/main/res/drawable-hdpi/ic_account_circle.png 0 additions, 0 deletionsapp/src/main/res/drawable-hdpi/ic_account_circle.png
- app/src/main/res/drawable-mdpi/ic_account_circle.png 0 additions, 0 deletionsapp/src/main/res/drawable-mdpi/ic_account_circle.png
- app/src/main/res/drawable-xhdpi/ic_account_circle.png 0 additions, 0 deletionsapp/src/main/res/drawable-xhdpi/ic_account_circle.png
- app/src/main/res/drawable-xxhdpi/ic_account_circle.png 0 additions, 0 deletionsapp/src/main/res/drawable-xxhdpi/ic_account_circle.png
- app/src/main/res/drawable-xxxhdpi/ic_account_circle.png 0 additions, 0 deletionsapp/src/main/res/drawable-xxxhdpi/ic_account_circle.png
- app/src/main/res/layout-xlarge/user_session_fragment.xml 0 additions, 0 deletionsapp/src/main/res/layout-xlarge/user_session_fragment.xml
- app/src/main/res/layout/user_session_fragment.xml 2 additions, 3 deletionsapp/src/main/res/layout/user_session_fragment.xml
Loading
Please register or sign in to comment