aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_change_password.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <inputmice@siacs.eu>2015-01-13 11:52:41 +0100
committerDaniel Gultsch <inputmice@siacs.eu>2015-01-13 11:52:41 +0100
commit7d2a9624b56c0222e54a77b2b8b071ae9adde561 (patch)
treef24a9970bf9568ee1085795944f89bc0d403b737 /src/main/res/layout/activity_change_password.xml
parent1262a7cba7727e642f567723606d4c648342952a (diff)
make use of different dimensions for different screen sizes
Diffstat (limited to 'src/main/res/layout/activity_change_password.xml')
-rw-r--r--src/main/res/layout/activity_change_password.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/res/layout/activity_change_password.xml b/src/main/res/layout/activity_change_password.xml
index c33f238f..28d531c2 100644
--- a/src/main/res/layout/activity_change_password.xml
+++ b/src/main/res/layout/activity_change_password.xml
@@ -13,7 +13,10 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
- android:padding="16dp">
+ android:layout_marginLeft="@dimen/activity_horizontal_margin"
+ android:layout_marginRight="@dimen/activity_horizontal_margin"
+ android:layout_marginTop="@dimen/activity_vertical_margin"
+ android:layout_marginBottom="@dimen/activity_vertical_margin">
<TextView
android:layout_width="wrap_content"