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