Skip to content

Commit

Permalink
fix: hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush2622 committed May 27, 2024
1 parent ea75197 commit 11655bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions app/src/main/res/layout/item_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@
android:textSize="12sp"
android:visibility="gone"
tools:visibility="visible"
app:layout_constraintStart_toEndOf="@+id/commentDownVote"
app:layout_constraintTop_toBottomOf="@+id/commentText"
tools:ignore="HardcodedText" />

<TextView
Expand All @@ -169,8 +167,6 @@
android:textSize="12sp"
android:visibility="gone"
tools:visibility="visible"
app:layout_constraintBottom_toBottomOf="@+id/commentReply"
app:layout_constraintStart_toEndOf="@+id/commentReply"
tools:ignore="HardcodedText" />
</LinearLayout>
<FrameLayout
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/layout/item_activity_reply.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="52dp"
android:visibility="gone"
tools:visibility="visible"
android:orientation="horizontal">

<TextView
Expand Down

0 comments on commit 11655bd

Please sign in to comment.