| | |
| | | android:background="@drawable/bg_white_10dp"> |
| | | |
| | | <TextView |
| | | android:id="@+id/rg_title" |
| | | android:id="@+id/tv_title" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="20dp" |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="5dp" |
| | | android:background="@drawable/bg_shadow_bottom" |
| | | app:layout_constraintTop_toBottomOf="@id/rg_title" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_title" |
| | | android:layout_marginTop="11dp"/> |
| | | |
| | | <WebView |
| | |
| | | android:layout_height="450dp" |
| | | android:paddingStart="14dp" |
| | | android:paddingEnd="14dp" |
| | | app:layout_constraintTop_toBottomOf="@id/rg_title" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_title" |
| | | android:layout_marginTop="26dp"/> |
| | | |
| | | <androidx.constraintlayout.widget.Guideline |