diff options
author | Allan Wang <me@allanwang.ca> | 2017-11-22 12:49:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-22 12:49:56 -0500 |
commit | f619522bd805e0e090fe9d47ed7b23c4210c634d (patch) | |
tree | 1a1637dc498b7ad16cbabab1716aed343a9db954 /app/src/main/res/layout/view_main_fab.xml | |
parent | f6499a8741b8234770ba61c003f8065da041cdfe (diff) | |
download | frost-f619522bd805e0e090fe9d47ed7b23c4210c634d.tar.gz frost-f619522bd805e0e090fe9d47ed7b23c4210c634d.tar.bz2 frost-f619522bd805e0e090fe9d47ed7b23c4210c634d.zip |
Fix/tab layout (#510)
* Test wrap content width
* Compute badge icon dimensions
* Reuse views
* Remove unnecessary color set
* Change image bound
* Set min
* Change dp
* Snapshot
* Hardcode dimensions
* Add min width
Diffstat (limited to 'app/src/main/res/layout/view_main_fab.xml')
-rw-r--r-- | app/src/main/res/layout/view_main_fab.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/layout/view_main_fab.xml b/app/src/main/res/layout/view_main_fab.xml new file mode 100644 index 00000000..5e1fed77 --- /dev/null +++ b/app/src/main/res/layout/view_main_fab.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<android.support.design.widget.FloatingActionButton xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/fab" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="end|bottom" + android:layout_margin="@dimen/kau_fab_margin" + android:visibility="gone" />
\ No newline at end of file |