Skip to content

Commit

Permalink
Release 2.5.30
Browse files Browse the repository at this point in the history
  • Loading branch information
sLee0306 committed Dec 12, 2023
1 parent ceb5bb6 commit 3f7be0b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_detail.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<include
android:id="@+id/item_container"
layout="@layout/item_container"
layout="@layout/container_item"
android:layout_width="match_parent"
android:layout_height="match_parent" />

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<include
android:id="@+id/item_container"
layout="@layout/item_container"
layout="@layout/container_item"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<include
android:id="@+id/item_container"
layout="@layout/item_container"
layout="@layout/container_item"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_search.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<include
android:id="@+id/item_container"
layout="@layout/item_container"
layout="@layout/container_item"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.29
2.5.30

0 comments on commit 3f7be0b

Please sign in to comment.