android-por-listview
android-por-listview
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="48dp"
|
||||
|
||||
android:background="#F3F3F3">
|
||||
|
||||
|
||||
<!-- title -->
|
||||
<TextView
|
||||
android:id="@+id/header"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:textSize="16dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:layout_alignParentBottom="true" />
|
||||
|
||||
<!-- divider -->
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_marginBottom="1dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:background="#DADADC" ></View>
|
||||
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user