aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/view_account.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-12-24 00:21:21 -0500
committerGitHub <noreply@github.com>2018-12-24 00:21:21 -0500
commitc45b30e28f451699f3be828a1201260ed27e321e (patch)
tree59770f7f001c1488299d0680aa7edd2135bc45ca /app/src/main/res/layout/view_account.xml
parent9a40780c3baffcef381e4575f7c28b4b5fb4a56b (diff)
downloadfrost-c45b30e28f451699f3be828a1201260ed27e321e.tar.gz
frost-c45b30e28f451699f3be828a1201260ed27e321e.tar.bz2
frost-c45b30e28f451699f3be828a1201260ed27e321e.zip
Update/bindview (#1258)
* Update bindview for FrostVideoViewer * Remove more bindview usages * Fix compilation problems * Remove custom drawer header
Diffstat (limited to 'app/src/main/res/layout/view_account.xml')
-rw-r--r--app/src/main/res/layout/view_account.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/view_account.xml b/app/src/main/res/layout/view_account.xml
index de8ee0a2..1c7eea66 100644
--- a/app/src/main/res/layout/view_account.xml
+++ b/app/src/main/res/layout/view_account.xml
@@ -10,7 +10,7 @@
android:layout_width="@dimen/account_image_size"
android:layout_height="@dimen/account_image_size" />
- <androidx.legacy.widget.Space
+ <Space
android:layout_width="1dp"
android:layout_height="20dp" />