Skip to content

Commit

Permalink
Merge pull request #28 from EmmanuelMess/fix-errors
Browse files Browse the repository at this point in the history
Fix Travis errors
  • Loading branch information
EmmanuelMess authored Dec 20, 2018
2 parents 816cdca + d4d8426 commit 2a8f0c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.amaze.filepreloaderlibrary.MainActivity">
tools:context="com.amaze.filepreloaderlibrary.sampleapp.MainActivity">

<ListView
android:id="@+id/filelist"
Expand Down Expand Up @@ -54,6 +54,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:layout_marginEnd="8dp"
android:layout_marginRight="8dp"
android:onClick="onCleanUpClick"
android:text="CLEAN"
app:layout_constraintBottom_toBottomOf="parent"
Expand Down

0 comments on commit 2a8f0c5

Please sign in to comment.