| | |
| | | android:layout_marginHorizontal="14dp" |
| | | app:cardCornerRadius="10dp" |
| | | app:cardElevation="3dp" |
| | | app:cardBackgroundColor="@color/white" |
| | | tools:layout_height="wrap_content" |
| | | > |
| | | <LinearLayout |
| | |
| | | android:layout_marginTop="10dp" |
| | | app:cardCornerRadius="10dp" |
| | | app:cardElevation="2dp" |
| | | app:cardBackgroundColor="@color/white" |
| | | tools:layout_height="wrap_content" |
| | | > |
| | | <LinearLayout |
| | |
| | | android:layout_marginTop="10dp" |
| | | app:cardCornerRadius="10dp" |
| | | app:cardElevation="2dp" |
| | | app:cardBackgroundColor="@color/white" |
| | | tools:layout_height="wrap_content" |
| | | > |
| | | <LinearLayout |
| | |
| | | android:layout_height="wrap_content" |
| | | android:textSize="16sp" |
| | | android:textColor="#FF131215" |
| | | android:text="@{viewModel.infoLiveData.content}" |
| | | android:text="@{viewModel.infoLiveData.notion}" |
| | | /> |
| | | <TextView |
| | | android:layout_width="wrap_content" |