aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-02-28 00:28:20 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2015-02-28 00:28:20 +0100
commit9c62c3fd3985958a43707c7a25f07744a6cfcb95 (patch)
tree1eed876df9be360a50b6b5abced9004c16e617d6 /OpenKeychain/src/main/res
parent0669193e7517920972e4bb577c1bec04fa7b594f (diff)
downloadopen-keychain-9c62c3fd3985958a43707c7a25f07744a6cfcb95.tar.gz
open-keychain-9c62c3fd3985958a43707c7a25f07744a6cfcb95.tar.bz2
open-keychain-9c62c3fd3985958a43707c7a25f07744a6cfcb95.zip
control flow for moving the fab up with snackbar
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r--OpenKeychain/src/main/res/layout/key_list_fragment.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/OpenKeychain/src/main/res/layout/key_list_fragment.xml b/OpenKeychain/src/main/res/layout/key_list_fragment.xml
index f31d5fce6..65935f9c8 100644
--- a/OpenKeychain/src/main/res/layout/key_list_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/key_list_fragment.xml
@@ -2,7 +2,8 @@
<RelativeLayout xmlns:fab="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="match_parent"
- android:layout_width="match_parent">
+ android:layout_width="match_parent"
+ >
<!--rebuild functionality of ListFragment -->
<FrameLayout
@@ -52,7 +53,8 @@
fab:fab_labelStyle="@style/FabMenuStyle"
android:layout_marginBottom="8dp"
android:layout_marginRight="16dp"
- android:layout_marginEnd="16dp">
+ android:layout_marginEnd="16dp"
+ >
<com.getbase.floatingactionbutton.FloatingActionButton
android:id="@+id/fab_add_qr_code"