mirror of https://github.com/tasks/tasks
Use foreground color with alpha for dividers
parent
ad4b311f74
commit
84fe2b697a
@ -1,4 +0,0 @@
|
|||||||
<View xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="?attr/separatorHeight"
|
|
||||||
android:background="?attr/asSeparator" />
|
|
||||||
@ -1,14 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:paddingTop="@dimen/task_edit_padding_top_bottom"
|
|
||||||
android:layout_marginTop="@dimen/task_edit_padding_top_bottom">
|
|
||||||
|
|
||||||
<View
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="1px"
|
|
||||||
android:background="?attr/task_edit_divider"
|
|
||||||
android:layout_gravity="end|bottom" />
|
|
||||||
</LinearLayout>
|
|
||||||
Loading…
Reference in New Issue