Skip to content

Commit e61f533

Browse files
authored
1 parent d627b01 commit e61f533

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chapter12/MaterialTest/app/src/main/res/layout/nav_header.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
android:layout_width="wrap_content"
1818
android:layout_height="wrap_content"
1919
android:layout_alignParentBottom="true"
20-
android:text="[email protected]"
20+
android:text="Tony Green"
2121
android:textColor="#FFF"
2222
android:textSize="14sp" />
2323

@@ -26,8 +26,8 @@
2626
android:layout_width="wrap_content"
2727
android:layout_height="wrap_content"
2828
android:layout_above="@id/username"
29-
android:text="Tony Green"
29+
android:text="[email protected]"
3030
android:textColor="#FFF"
3131
android:textSize="14sp" />
3232

33-
</RelativeLayout>
33+
</RelativeLayout>

0 commit comments

Comments
 (0)