mirror of https://github.com/tasks/tasks
Use list footer for FAB padding
parent
d1dd6d7c6d
commit
18168ecf82
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/task_list_footer_height"
|
||||
android:orientation="vertical" />
|
@ -1,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="TaskListView" parent="ListView">
|
||||
<item name="android:paddingBottom">90dp</item>
|
||||
<item name="android:clipToPadding">false</item>
|
||||
</style>
|
||||
|
||||
<style name="TaskListView" parent="ListView" />
|
||||
|
||||
</resources>
|
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<dimen name="task_list_fab_margin">16dp</dimen>
|
||||
<dimen name="task_list_footer_height">88dp</dimen>
|
||||
</resources>
|
Loading…
Reference in New Issue