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