瀏覽代碼

Add divider under extension details header

arkon 3 年之前
父節點
當前提交
230fa76d57
共有 1 個文件被更改,包括 4 次插入0 次删除
  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>