Paul profile #6
@@ -12,7 +12,12 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
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
|
||||
android:id="@+id/profile_name"
|
||||
@@ -23,9 +28,13 @@
|
||||
android:textStyle="bold"
|
||||
android:text="Name:" />
|
||||
|
||||
<Space
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="12dp" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/logout_button"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="50dp"
|
||||
android:onClick="logOutOnClick"
|
||||
android:text="@string/logout_button" />
|
||||
@@ -38,7 +47,7 @@
|
||||
|
||||
<Button
|
||||
android:id="@+id/profile_pic_button"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="50dp"
|
||||
android:text="@string/profile_picture_button" />
|
||||
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
<string name="confirm_password_hint">bevestig wachtwoord</string>
|
||||
<string name="logo_text">MyHyvesBookPlusTagram logo</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>
|
||||
@@ -19,5 +19,5 @@
|
||||
<string name="hello_camera">Hello Camera</string>
|
||||
<string name="logo_text">MyHyvesBookPlusTagram logo</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>
|
||||
|
||||
Reference in New Issue
Block a user