Skip to content

Commit

Permalink
Removed the duplicated namespace on the book header.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek committed Jan 2, 2019
1 parent 5e51be8 commit cdaee6c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/src/main/res/layout/book_overview_header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">

<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
<TextView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand All @@ -17,12 +16,12 @@
tools:text="Current" />

<Button
android:id="@+id/showAll"
style="@style/Widget.MaterialComponents.Button.TextButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end"
android:layout_marginEnd="8dp"
android:id="@+id/showAll"
android:text="@string/show_all"
android:textColor="@color/book_overview_more" />

Expand Down

0 comments on commit cdaee6c

Please sign in to comment.