Add padding and list divider to the bottom sheet
This commit is contained in:
parent
da34e1416c
commit
143f49cad3
@ -20,6 +20,13 @@
|
||||
android:paddingEnd="16dp"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:background="@color/list_divider" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/create_new_vault"
|
||||
style="@style/AppTheme.ListItem"
|
||||
|
@ -52,15 +52,16 @@
|
||||
<!-- using android:singleLine to fix https://code.google.com/p/android/issues/detail?id=33868 -->
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_toEndOf="@+id/iv_cloud_image"
|
||||
android:background="@color/list_divider" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:layout_toEndOf="@+id/iv_cloud_image"
|
||||
android:background="@color/list_divider" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/change_cloud"
|
||||
style="@style/AppTheme.ListItem"
|
||||
|
@ -51,15 +51,15 @@
|
||||
<!-- using android:singleLine to fix https://code.google.com/p/android/issues/detail?id=33868 -->
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_toEndOf="@+id/iv_file_image"
|
||||
android:background="@color/list_divider" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<TextView
|
||||
android:layout_marginBottom="16dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:background="@color/list_divider" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/share_file"
|
||||
style="@style/AppTheme.ListItem"
|
||||
|
@ -53,15 +53,15 @@
|
||||
<!-- using android:singleLine to fix https://code.google.com/p/android/issues/detail?id=33868 -->
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_toEndOf="@+id/iv_folder_image"
|
||||
android:background="@color/list_divider" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:background="@color/list_divider" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/share_folder"
|
||||
style="@style/AppTheme.ListItem"
|
||||
|
@ -23,6 +23,13 @@
|
||||
android:textSize="16sp" />
|
||||
<!-- using android:singleLine to fix https://code.google.com/p/android/issues/detail?id=33868 -->
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:background="@color/list_divider" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/upload_files"
|
||||
style="@style/AppTheme.ListItem"
|
||||
|
@ -51,6 +51,13 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:layout_marginBottom="16dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:background="@color/list_divider" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/lock_vault"
|
||||
style="@style/AppTheme.ListItem"
|
||||
|
Loading…
x
Reference in New Issue
Block a user