diff options
Diffstat (limited to 'app/src/main/res/layout/fragment_post.xml')
-rw-r--r-- | app/src/main/res/layout/fragment_post.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/fragment_post.xml b/app/src/main/res/layout/fragment_post.xml index 3d42709a..6e0db44a 100644 --- a/app/src/main/res/layout/fragment_post.xml +++ b/app/src/main/res/layout/fragment_post.xml @@ -3,7 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" - tools:application="ml.docilealligator.infinityforreddit.PostFragment"> + tools:application="ml.docilealligator.infinityforreddit.Fragment.PostFragment"> <com.lsjwzh.widget.materialloadingprogressbar.CircleProgressBar android:id="@+id/progress_bar_post_fragment" |