feat: something idr

This commit is contained in:
aayush262 2024-02-13 13:35:46 +05:30
parent d37ebf8cdd
commit 7168e08587
10 changed files with 124 additions and 48 deletions

View file

@ -11,42 +11,26 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
<TextView
android:id="@+id/commentTitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="8dp"
android:layout_height="48dp"
android:layout_marginStart="32dp"
android:layout_marginEnd="32dp"
tools:ignore="UseCompoundDrawables">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"
android:src="@drawable/ic_round_comment_24"
tools:ignore="ContentDescription" />
<TextView
android:id="@+id/commentTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/poppins_bold"
android:text="@string/comments"
android:textSize="16sp" />
</LinearLayout>
android:fontFamily="@font/poppins_bold"
android:gravity="center"
android:text="@string/comments"
android:textColor="?attr/colorPrimary"
android:textSize="16sp" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/commentsList"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="12dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="16dp"
tools:listitem="@layout/item_comments"
android:orientation="vertical"/>
android:layout_marginBottom="58dp"
tools:listitem="@layout/item_comments" />
</LinearLayout>
@ -55,6 +39,7 @@
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingBottom="8dp"
android:paddingTop="8dp"
android:layout_gravity="bottom|end"
android:background="@color/nav_bg">
@ -63,7 +48,7 @@
android:layout_width="42dp"
android:layout_height="42dp"
android:scaleType="center"
android:layout_marginStart="32dp"
android:layout_marginStart="12dp"
app:srcCompat="@drawable/ic_round_add_circle_24"
tools:ignore="ContentDescription,ImageContrastCheck" />
@ -87,7 +72,7 @@
android:id="@+id/commentSend"
android:layout_width="42dp"
android:layout_height="42dp"
android:layout_marginEnd="32dp"
android:layout_marginEnd="12dp"
android:background="@drawable/ic_round_send_24"
tools:ignore="ContentDescription" />