Use string const for button

There is a string for the "Use external application" button,
but it was not used.
This commit is contained in:
Branden Archer
2017-01-17 21:12:25 -05:00
parent 449419b647
commit fa73a30bf4

View File

@@ -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" />
<View
android:id="@+id/dividerImportFixed"