Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
MemeProject/MemeProject.iml
MemeProject/app/app.iml
39 changes: 0 additions & 39 deletions MemeProject/.idea/misc.xml

This file was deleted.

19 changes: 0 additions & 19 deletions MemeProject/MemeProject.iml

This file was deleted.

93 changes: 0 additions & 93 deletions MemeProject/app/app.iml

This file was deleted.

Binary file added MemeProject/app/libs/slf4j-android-1.7.12.jar
Binary file not shown.
Binary file added MemeProject/app/libs/slf4j-api-1.7.12.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion MemeProject/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</intent-filter>
</activity>

<activity android:name=".MemeList"
<activity android:name=".MemeListActivity"
android:label="MemeList"
android:screenOrientation="portrait">

Expand Down
Loading