Browse Source

Add divider under extension details header

arkon 3 năm trước cách đây
mục cha
commit
230fa76d57
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      app/src/main/res/layout/extension_detail_header.xml

+ 4 - 0
app/src/main/res/layout/extension_detail_header.xml

@@ -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>