change layout profile fragment

This commit is contained in:
Paul Lagerweij
2017-06-21 13:42:32 +02:00
parent 6db7ca20ae
commit d982c8ba49
3 changed files with 14 additions and 5 deletions

View File

@@ -12,7 +12,12 @@
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical"> android:orientation="vertical"
android:gravity="center">
<Space
android:layout_width="match_parent"
android:layout_height="14dp" />
<TextView <TextView
android:id="@+id/profile_name" android:id="@+id/profile_name"
@@ -23,9 +28,13 @@
android:textStyle="bold" android:textStyle="bold"
android:text="Name:" /> android:text="Name:" />
<Space
android:layout_width="match_parent"
android:layout_height="12dp" />
<Button <Button
android:id="@+id/logout_button" android:id="@+id/logout_button"
android:layout_width="match_parent" android:layout_width="300dp"
android:layout_height="50dp" android:layout_height="50dp"
android:onClick="logOutOnClick" android:onClick="logOutOnClick"
android:text="@string/logout_button" /> android:text="@string/logout_button" />
@@ -38,7 +47,7 @@
<Button <Button
android:id="@+id/profile_pic_button" android:id="@+id/profile_pic_button"
android:layout_width="match_parent" android:layout_width="300dp"
android:layout_height="50dp" android:layout_height="50dp"
android:text="@string/profile_picture_button" /> android:text="@string/profile_picture_button" />

View File

@@ -14,5 +14,5 @@
<string name="confirm_password_hint">bevestig wachtwoord</string> <string name="confirm_password_hint">bevestig wachtwoord</string>
<string name="logo_text">MyHyvesBookPlusTagram logo</string> <string name="logo_text">MyHyvesBookPlusTagram logo</string>
<string name="logout_button">Uitloggen</string> <string name="logout_button">Uitloggen</string>
<string name="profile_picture_button">Profiel Foto</string> <string name="profile_picture_button">Wijzig Profiel Foto</string>
</resources> </resources>

View File

@@ -19,5 +19,5 @@
<string name="hello_camera">Hello Camera</string> <string name="hello_camera">Hello Camera</string>
<string name="logo_text">MyHyvesBookPlusTagram logo</string> <string name="logo_text">MyHyvesBookPlusTagram logo</string>
<string name="logout_button">LogOut</string> <string name="logout_button">LogOut</string>
<string name="profile_picture_button">Profile Picture</string> <string name="profile_picture_button">Change Profile Picture</string>
</resources> </resources>