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

Update fragment_profile.xml

parent 0a7999c5
...@@ -36,10 +36,17 @@ ...@@ -36,10 +36,17 @@
android:layout_marginTop="32dp" /> android:layout_marginTop="32dp" />
<TextView <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:layout_height="wrap_content"
android:text="@string/status" />
<TextView
style="@style/Profile.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 <EditText
android:id="@+id/text_name" android:id="@+id/text_name"
...@@ -50,10 +57,10 @@ ...@@ -50,10 +57,10 @@
android:inputType="textCapWords" /> android:inputType="textCapWords" />
<TextView <TextView
style="@style/Profile.TextView"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
style="@style/Profile.TextView" android:text="@string/msg_username" />
android:text="@string/msg_username"/>
<EditText <EditText
android:id="@+id/text_username" android:id="@+id/text_username"
...@@ -64,10 +71,10 @@ ...@@ -64,10 +71,10 @@
android:inputType="text" /> android:inputType="text" />
<TextView <TextView
style="@style/Profile.TextView"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
style="@style/Profile.TextView" android:text="@string/msg_email" />
android:text="@string/msg_email"/>
<EditText <EditText
android:id="@+id/text_email" 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