riku
2025-07-02 3013b813e5df6977c0be921928f73b1a3adde290
app/src/main/res/layout/recycler_item_section_head.xml
@@ -4,15 +4,13 @@
        xmlns:tools="http://schemas.android.com/tools"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:paddingTop="@dimen/dimen8"
        android:background="@color/lightGray">
    android:paddingTop="@dimen/dimen4">
    <TextView
            android:id="@+id/tv_section_head"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="@string/app_name"
            android:background="@android:color/white"
            android:textColor="@color/gray"
            android:elevation="0.5dp">
        android:textColor="@color/main_color_2"
        android:padding="@dimen/dimen4">
    </TextView>
</FrameLayout>