From fa73a30bf49239f374c562730a0ffe1104f33016 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Tue, 17 Jan 2017 21:12:25 -0500 Subject: [PATCH] Use string const for button There is a string for the "Use external application" button, but it was not used. --- app/src/main/res/layout/import_export_activity.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/layout/import_export_activity.xml b/app/src/main/res/layout/import_export_activity.xml index 64a3789ea..7d3f7fc76 100644 --- a/app/src/main/res/layout/import_export_activity.xml +++ b/app/src/main/res/layout/import_export_activity.xml @@ -128,8 +128,7 @@ android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:layout_marginTop="8dp" - android:text="Use external application" /> - + android:text="@string/importOptionApplicationButton" />