Add divider under extension details header

(cherry picked from commit 230fa76d57df2d4d983432a4caaaf59bd9145cbb)
This commit is contained in:
arkon 2021-11-19 16:42:28 -05:00 committed by Jobobby04
parent 43ef18cdc3
commit bf0902c186

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>