diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-23 11:25:45 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-23 11:25:45 -0700 |
commit | 9cfccbe6cb3ddbf3fde55184fa484c82ebb4294b (patch) | |
tree | 4cc4fd467cc14ec46f9a38539d413a8a61b35f80 /app/src/main/res/layout | |
parent | 7bb1de11f0208ac6b6a9e7d8fd3db81490e18daf (diff) | |
download | frost-9cfccbe6cb3ddbf3fde55184fa484c82ebb4294b.tar.gz frost-9cfccbe6cb3ddbf3fde55184fa484c82ebb4294b.tar.bz2 frost-9cfccbe6cb3ddbf3fde55184fa484c82ebb4294b.zip |
Added custom theming
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/login_webview.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/login_webview.xml b/app/src/main/res/layout/login_webview.xml index 74aabfab..958bcec5 100644 --- a/app/src/main/res/layout/login_webview.xml +++ b/app/src/main/res/layout/login_webview.xml @@ -13,8 +13,8 @@ android:layout_width="144dp" android:layout_height="144dp" android:layout_centerInParent="true" - android:layout_marginBottom="8dp" - android:contentDescription="Profile Picture" + android:layout_marginBottom="16dp" + android:contentDescription="@string/profile_picture" android:scaleType="centerInside" android:visibility="invisible" /> |