|
|
@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:clipToPadding="false" |
|
|
|
android:clipToPadding="false" |
|
|
|
android:paddingBottom="16dp" |
|
|
|
android:paddingBottom="72dp" |
|
|
|
android:scrollbarStyle="outsideOverlay" |
|
|
|
android:scrollbarStyle="outsideOverlay" |
|
|
|
android:scrollbars="vertical" /> |
|
|
|
android:scrollbars="vertical" /> |
|
|
|
|
|
|
|
|
|
|
@ -35,6 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="right|bottom" |
|
|
|
android:layout_gravity="right|bottom" |
|
|
|
android:layout_margin="16dp" |
|
|
|
android:layout_margin="16dp" |
|
|
|
android:src="@drawable/ic_done_white_24dp" /> |
|
|
|
android:src="@drawable/ic_add_white_24dp" /> |
|
|
|
|
|
|
|
|
|
|
|
</android.support.design.widget.CoordinatorLayout> |
|
|
|
</android.support.design.widget.CoordinatorLayout> |
|
|
|