summaryrefslogtreecommitdiffstats
path: root/res/layout-port/keyguard_widget.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-port/keyguard_widget.xml')
-rw-r--r--res/layout-port/keyguard_widget.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout-port/keyguard_widget.xml b/res/layout-port/keyguard_widget.xml
index 28b59c44d..40a601f57 100644
--- a/res/layout-port/keyguard_widget.xml
+++ b/res/layout-port/keyguard_widget.xml
@@ -32,15 +32,15 @@
<include layout="@layout/menu_indicators_keyguard"
android:layout_width="64dip"
android:layout_height="64dip"
- android:layout_toRightOf="@id/shutter"
+ android:layout_toEndOf="@id/shutter"
android:layout_alignParentBottom="true"
android:layout_marginBottom="6dip"
- android:layout_marginRight="-5dip" />
+ android:layout_marginEnd="-5dip" />
<ImageView
android:id="@+id/camera_switcher"
style="@style/SwitcherButton"
- android:layout_toLeftOf="@id/shutter"
+ android:layout_toStartOf="@id/shutter"
android:layout_alignParentBottom="true"
android:layout_marginBottom="2dip"
android:scaleType="center"
@@ -50,7 +50,7 @@
<ImageView
android:id="@+id/camera_switcher_ind"
style="@style/SwitcherButton"
- android:layout_toLeftOf="@id/shutter"
+ android:layout_toStartOf="@id/shutter"
android:layout_alignParentBottom="true"
android:layout_marginBottom="2dip"
android:scaleType="center"