Ver Fonte

Add divider under extension details header

arkon há 3 anos atrás
pai
commit
230fa76d57
1 ficheiros alterados com 4 adições e 0 exclusões
  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>