Skip to content

Commit

Permalink
style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jrvansuita committed Feb 18, 2017
1 parent d573c63 commit 042b7f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion library/src/main/res/layout/about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

<TextView
android:id="@+id/app_title"
style="@style/Text"
style="@style/TextLabel"
android:gravity="left"
android:text="Just a sub title" />

Expand Down
2 changes: 1 addition & 1 deletion library/src/main/res/layout/action.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<TextView
android:id="@+id/label"
style="@style/Text"
style="@style/TextLabel"
android:layout_width="wrap_content"
android:ems="8"
android:gravity="left"
Expand Down

0 comments on commit 042b7f6

Please sign in to comment.