summaryrefslogtreecommitdiff
path: root/android/sdl_android/src/main/res/layout/activity_sdllock_screen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/sdl_android/src/main/res/layout/activity_sdllock_screen.xml')
-rw-r--r--android/sdl_android/src/main/res/layout/activity_sdllock_screen.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/android/sdl_android/src/main/res/layout/activity_sdllock_screen.xml b/android/sdl_android/src/main/res/layout/activity_sdllock_screen.xml
index 43b5e6840..ce287ed04 100644
--- a/android/sdl_android/src/main/res/layout/activity_sdllock_screen.xml
+++ b/android/sdl_android/src/main/res/layout/activity_sdllock_screen.xml
@@ -1,8 +1,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/lockscreen_relative_layout"
android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:background="#2c3d4d">
+ android:layout_height="fill_parent">
<LinearLayout
android:id="@+id/lockscreen_linear_layout"
@@ -13,12 +12,21 @@
<ImageView
android:id="@+id/lockscreen_image"
+ android:layout_width="187dp"
+ android:layout_height="78dp"
+ android:scaleType="fitXY"
+ android:layout_gravity="center_horizontal"
+ android:contentDescription="@string/lockscreen_image_description"
+ android:adjustViewBounds="true" />
+
+ <ImageView
+ android:id="@+id/appIcon"
android:layout_width="120dp"
android:layout_height="120dp"
android:scaleType="fitXY"
android:layout_gravity="center_horizontal"
android:contentDescription="@string/lockscreen_image_description"
- android:background="@drawable/sdl_lockscreen_icon"/>
+ android:visibility="gone"/>
<ImageView
android:id="@+id/device_image"