Commit fd6f5d94 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update fragment_profile.xml

parent 0a7999c5
......@@ -36,10 +36,17 @@
android:layout_marginTop="32dp" />
<TextView
android:layout_width="wrap_content"
android:id="@+id/text_status"
style="@style/Profile.TextView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/status" />
<TextView
style="@style/Profile.TextView"
android:text="@string/msg_name"/>
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/msg_name" />
<EditText
android:id="@+id/text_name"
......@@ -50,10 +57,10 @@
android:inputType="textCapWords" />
<TextView
style="@style/Profile.TextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Profile.TextView"
android:text="@string/msg_username"/>
android:text="@string/msg_username" />
<EditText
android:id="@+id/text_username"
......@@ -64,10 +71,10 @@
android:inputType="text" />
<TextView
style="@style/Profile.TextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Profile.TextView"
android:text="@string/msg_email"/>
android:text="@string/msg_email" />
<EditText
android:id="@+id/text_email"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment