From 3db65438ec5c4c8e867eb3afc4dfb36e5fa2efe9 Mon Sep 17 00:00:00 2001 From: Eugene Susla Date: Tue, 18 Apr 2017 12:36:25 -0700 Subject: [PATCH] Change companion languare from 'pair' to 'link'/'ok' Test: Ensure the chooset dialog still works and reflects the changes. Change-Id: If687affb47cbf3fee2c589e1a5f8ab98c72e27d2 --- packages/CompanionDeviceManager/res/layout/buttons.xml | 4 ++-- packages/CompanionDeviceManager/res/values/strings.xml | 10 ++-------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/packages/CompanionDeviceManager/res/layout/buttons.xml b/packages/CompanionDeviceManager/res/layout/buttons.xml index 350a791ac30e4..7de0035d0cc9e 100644 --- a/packages/CompanionDeviceManager/res/layout/buttons.xml +++ b/packages/CompanionDeviceManager/res/layout/buttons.xml @@ -29,14 +29,14 @@ android:id="@+id/button_cancel" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@string/cancel" + android:text="@android:string/cancel" style="@android:style/Widget.Material.Light.Button.Borderless.Colored" />