Add divider under extension details header

This commit is contained in:
arkon 2021-11-19 16:42:28 -05:00
parent 46a4b0e0b6
commit 230fa76d57

View File

@ -125,4 +125,8 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<com.google.android.material.divider.MaterialDivider
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>