diff --git a/app/src/main/res/layout/view_record.xml b/app/src/main/res/layout/view_record.xml index f62fadb..4da9721 100644 --- a/app/src/main/res/layout/view_record.xml +++ b/app/src/main/res/layout/view_record.xml @@ -2,97 +2,107 @@ + android:background="@color/white" + > + + + android:layout_height="wrap_content" + android:layout_weight="1" + android:orientation="vertical" + > + + - + + - - - - - - - - - - + android:background="@android:color/transparent" + android:gravity="start" + android:paddingBottom="5dp" + android:text="New Text" + android:theme="@style/Text_Body2" + /> - - - + android:layout_gravity="center_vertical|top" + android:layout_marginStart="2dp" + android:layout_weight="1" + android:background="@android:color/transparent" + android:gravity="start" + android:paddingBottom="5dp" + android:text="New Text" + android:theme="@style/Text_Body1" + /> + + + + - + - + - + + + \ No newline at end of file