summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-09-04 00:09:57 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-09-04 00:09:57 +0000
commit2d3b34d2392f9a4e8a5c87d8148a0892659a7df6 (patch)
tree94c84304342051eab6ae82281f4beb9ca3f2fc02 /res
parent33dbf6083563785de5af6d2c24a2661d0074d9a4 (diff)
parentab90a18e2f05c7ae4158b770a9fbe9cbe4544597 (diff)
Merge "Genericize promo card." into ub-contactsdialer-a-dev
Diffstat (limited to 'res')
-rw-r--r--res/layout/voicemail_promo_card.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/voicemail_promo_card.xml b/res/layout/voicemail_promo_card.xml
index 103fa30b3..891f09693 100644
--- a/res/layout/voicemail_promo_card.xml
+++ b/res/layout/voicemail_promo_card.xml
@@ -79,20 +79,20 @@
android:gravity="end">
<TextView
- android:id="@+id/settings_action"
+ android:id="@+id/secondary_action"
style="@style/PromoCardActionStyle"
android:background="?android:attr/selectableItemBackground"
android:text="@string/visual_voicemail_settings"
android:nextFocusLeft="@+id/promo_card"
- android:nextFocusRight="@+id/ok_action"
+ android:nextFocusRight="@+id/primary_action"
android:paddingEnd="@dimen/promo_card_action_between_padding"/>
<TextView
- android:id="@+id/ok_action"
+ android:id="@+id/primary_action"
style="@style/PromoCardActionStyle"
android:background="?android:attr/selectableItemBackground"
android:text="@android:string/ok"
- android:nextFocusLeft="@+id/settings_action"
+ android:nextFocusLeft="@+id/secondary_action"
android:nextFocusRight="@+id/promo_card"/>
</LinearLayout>
</LinearLayout>