Skip to content

Commit

Permalink
Update row_feedback_reply.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Sep 24, 2024
1 parent 8f57d6e commit 9108168
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/src/main/res/layout/row_feedback_reply.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
android:layout_height="100dp"
android:layout_margin="5dp"
android:padding="5dp"
android:backgroundTint="@color/card_bg" >
android:backgroundTint="@color/card_bg">

<RelativeLayout
android:id="@+id/rv_item_parent_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:padding="@dimen/padding_normal" >
android:padding="@dimen/padding_normal">

<TextView
android:id="@+id/tv_date"
android:layout_width="wrap_content"
Expand All @@ -35,4 +37,4 @@
android:hint="@string/message"
android:textColor="@color/daynight_textColor" />
</RelativeLayout>
</androidx.cardview.widget.CardView>
</androidx.cardview.widget.CardView>

0 comments on commit 9108168

Please sign in to comment.