summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAnthony Hugh <ahugh@google.com>2015-09-24 23:35:40 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-09-24 23:35:40 +0000
commitb13684d671a271a2030140ec26948df96d9c5522 (patch)
tree41b13c44985c90779897b753cc4265077b95a8ab /res
parentc81004d98d7423cc55ba06ad17f95b127a48d724 (diff)
parent0d0e466a67a4d73089286c4cb7ea7412cf193686 (diff)
downloadandroid_packages_apps_PackageInstaller-b13684d671a271a2030140ec26948df96d9c5522.tar.gz
android_packages_apps_PackageInstaller-b13684d671a271a2030140ec26948df96d9c5522.tar.bz2
android_packages_apps_PackageInstaller-b13684d671a271a2030140ec26948df96d9c5522.zip
am 0d0e466a: Fix CTS test by renaming button ids to match
* commit '0d0e466a67a4d73089286c4cb7ea7412cf193686': Fix CTS test by renaming button ids to match
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"