Change project structures.

This commit is contained in:
Alex Ning
2019-09-29 09:49:30 +08:00
parent 47832e1e91
commit 3227e43fc4
73 changed files with 122 additions and 129 deletions

View File

@@ -3,4 +3,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/recycler_view_acknowledgement_fragment"
tools:context="Settings.AcknowledgementFragment"/>
tools:context="ml.docilealligator.infinityforreddit.Settings.AcknowledgementFragment"/>

View File

@@ -29,7 +29,7 @@
app:layout_constraintEnd_toStartOf="@id/stickied_post_image_view_item_post"
app:layout_constraintTop_toTopOf="parent">
<CustomView.AspectRatioGifImageView
<ml.docilealligator.infinityforreddit.CustomView.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post"
android:layout_width="24dp"
android:layout_height="24dp"
@@ -249,7 +249,7 @@
android:layout_height="wrap_content"
android:layout_centerInParent="true" />
<CustomView.AspectRatioGifImageView
<ml.docilealligator.infinityforreddit.CustomView.AspectRatioGifImageView
android:id="@+id/image_view_best_post_item"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -22,7 +22,7 @@
app:layout_constraintEnd_toStartOf="@id/post_time_text_view_item_post_detail"
app:layout_constraintTop_toTopOf="parent">
<CustomView.AspectRatioGifImageView
<ml.docilealligator.infinityforreddit.CustomView.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_detail"
android:layout_width="24dp"
android:layout_height="24dp"