Skip to content

Commit

Permalink
Remove duplicate title from activity
Browse files Browse the repository at this point in the history
  • Loading branch information
dturner committed Dec 14, 2020
1 parent f89abea commit 729cc9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
Expand Up @@ -7,14 +7,6 @@
android:orientation="vertical"
tools:context="com.plausiblesoftware.drumthumper.DrumThumperActivity">

<TextView
android:id="@+id/textView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:text="DrumThumper"
android:textSize="14pt" />

<LinearLayout
android:layout_width="match_parent"
android:layout_height="128dp"
Expand Down
Expand Up @@ -7,14 +7,6 @@
android:orientation="vertical"
tools:context="com.plausiblesoftware.drumthumper.DrumThumperActivity">

<TextView
android:id="@+id/textView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:text="DrumThumper"
android:textSize="22pt" />

<LinearLayout
android:layout_width="match_parent"
android:layout_height="128dp"
Expand Down

0 comments on commit 729cc9e

Please sign in to comment.