Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Commit

Permalink
DetailedHomeworkFragment is now clickable (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke authored and Langleu committed Aug 18, 2017
1 parent 83e4672 commit 7466cbd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/gray">
android:background="@color/gray"
android:clickable="true">
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_marginTop="70dp"
Expand Down

0 comments on commit 7466cbd

Please sign in to comment.