layout_level_task.xml
1.05 KB
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/layout_growth_task"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:descendantFocusability="blocksDescendants"
android:visibility="gone">
<TextView
android:id="@+id/tv_task_title_growth"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/res_growth_value_task"
android:textStyle="bold"
android:textSize="@dimen/rmrb_dp18"
android:textColor="@color/res_color_common_C1"
android:layout_marginLeft="@dimen/rmrb_dp16"
android:layout_marginTop="@dimen/rmrb_dp16"/>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_task_growth"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/tv_task_title_growth"
android:layout_marginHorizontal="@dimen/rmrb_dp16"/>
</RelativeLayout>