diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/login_webview.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
2 files changed, 3 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" /> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index cc1bd9b3..db86ccb9 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -35,4 +35,5 @@ <string name="no_longer_facebook">No longer under facebook; refreshing…</string> <string name="web_overlay_swipe_hint">Swipe right to go back to the previous window.</string> + <string name="profile_picture">Profile Picture</string> </resources> |