diff options
author | Harsh Shandilya <harsh@prjkt.io> | 2018-07-21 15:08:38 +0530 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-22 18:21:39 +0200 |
commit | 5f0b5f20ceff269729dc635e406f62aeae20b133 (patch) | |
tree | 118fef165b5c9d1be98dc88a9040f407bc1f2426 /app/src/main/res/values-ldrtl/fab.xml | |
parent | c238cdc2afc65acf9c13096fcb65b501ff579bdf (diff) |
RTL layout fixes
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
Diffstat (limited to 'app/src/main/res/values-ldrtl/fab.xml')
-rw-r--r-- | app/src/main/res/values-ldrtl/fab.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values-ldrtl/fab.xml b/app/src/main/res/values-ldrtl/fab.xml new file mode 100644 index 00000000..f612440c --- /dev/null +++ b/app/src/main/res/values-ldrtl/fab.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <integer name="label_position">1</integer> +</resources>
\ No newline at end of file |