Skip to content

Commit

Permalink
Feat: Article 작성시 태그 표시 RecyclerView 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
linenive committed Jun 20, 2021
1 parent 335a32c commit 19f8ad0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion app/src/main/res/layout/activity_article.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,21 @@

</ScrollView>

<androidx.recyclerview.widget.RecyclerView
android:id="@+id/tagRecyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:padding="16dp" />

<androidx.recyclerview.widget.RecyclerView
android:id="@+id/photoImageRecyclerView"
android:layout_width="match_parent"
android:layout_height="140dp"
android:layout_gravity="center"
android:orientation="horizontal" />
android:orientation="horizontal" >

</androidx.recyclerview.widget.RecyclerView>

<Button
android:id="@+id/contactButton"
Expand Down

0 comments on commit 19f8ad0

Please sign in to comment.