Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
🎨 Text Style change to Navigation Drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
anubhav11march authored and therajanmaurya committed Jun 13, 2020
1 parent 2af08b0 commit 5610a15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/res/layout/layout_nav_header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
android:paddingTop="@dimen/nav_header_vertical_spacing"
android:text="Rajan Maurya"
android:textColor="@color/white"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"/>
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
android:textStyle="bold"
android:typeface="monospace"/>

<TextView
android:id="@+id/textView"
Expand Down

0 comments on commit 5610a15

Please sign in to comment.