Explorar el Código

Add divider under extension details header

arkon hace 3 años
padre
commit
230fa76d57
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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>