From 291dafa5c88442395dfc9ab66d0c4357716270ea Mon Sep 17 00:00:00 2001 From: Mateo Hernandez Date: Sat, 22 Apr 2017 13:29:02 -0500 Subject: [PATCH] Switch import/export activity from cards to a list Add touch ripple to items Closes #6564 // FREEBIE --- res/layout/import_export_fragment.xml | 286 ++++++++++++-------------- 1 file changed, 132 insertions(+), 154 deletions(-) diff --git a/res/layout/import_export_fragment.xml b/res/layout/import_export_fragment.xml index 52707e8dbb..16f49e36c8 100644 --- a/res/layout/import_export_fragment.xml +++ b/res/layout/import_export_fragment.xml @@ -2,188 +2,166 @@ + android:layout_height="wrap_content"> - + - + - + - + - - - - - + android:layout_marginRight="16dp" + android:layout_marginEnd="16dp"> - - - - - - - - - - - - - - + android:gravity="start" + style="@style/Registration.Description" + android:text="@string/import_fragment__import_system_sms_database"/> - + - - - - - - - - - - + android:layout_height="1dp" + android:background="?android:attr/listDivider"/> - + - + - - - - - - - + android:layout_marginRight="16dp" + android:layout_marginEnd="16dp"> - + - - - - - - + - - + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file