summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAnthony Hugh <ahugh@google.com>2015-09-24 16:23:55 -0700
committerAnthony Hugh <ahugh@google.com>2015-09-24 16:23:55 -0700
commit0d0e466a67a4d73089286c4cb7ea7412cf193686 (patch)
tree1afe84228bae4d176e8ee96cf621294dcc99113e /res
parent9d51c1e17321029166d22f04bef57140905cbdc4 (diff)
downloadandroid_packages_apps_PackageInstaller-0d0e466a67a4d73089286c4cb7ea7412cf193686.tar.gz
android_packages_apps_PackageInstaller-0d0e466a67a4d73089286c4cb7ea7412cf193686.tar.bz2
android_packages_apps_PackageInstaller-0d0e466a67a4d73089286c4cb7ea7412cf193686.zip
Fix CTS test by renaming button ids to match
BUG: 24264373 Change-Id: I9f04ff68dcd11f48df9331abf2f1775c95f31f99
Diffstat (limited to 'res')
-rw-r--r--res/layout-watch/confirmation_dialog.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout-watch/confirmation_dialog.xml b/res/layout-watch/confirmation_dialog.xml
index 2eedae35..783d4051 100644
--- a/res/layout-watch/confirmation_dialog.xml
+++ b/res/layout-watch/confirmation_dialog.xml
@@ -72,7 +72,7 @@
android:layout_width="match_parent"
android:layout_height="@dimen/conf_diag_button_container_height">
<Button
- android:id="@+id/horizontal_deny_button"
+ android:id="@+id/permission_deny_button"
android:layout_width="54dp"
android:layout_height="54dp"
android:layout_gravity="top|left"
@@ -81,7 +81,7 @@
android:background="@drawable/cancel_button"/>
<Button
- android:id="@+id/horizontal_allow_button"
+ android:id="@+id/permission_allow_button"
android:layout_width="54dp"
android:layout_height="54dp"
android:layout_gravity="top|right"
@@ -89,7 +89,7 @@
android:layout_marginTop="@dimen/conf_diag_2button_margin_top"
android:background="@drawable/confirm_button"/>
</FrameLayout>
-
+
<FrameLayout
android:id="@+id/vertical_button_bar"
android:layout_width="match_parent"