[Android] SelectPopupDialog - resolve style for <select> dialogs.
commit6aa732f8babbc0e57286ca1c84b629772fb31a2d
authorprimiano@chromium.org <primiano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 5 Sep 2013 13:05:28 +0000 (5 13:05 +0000)
committerprimiano@chromium.org <primiano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 5 Sep 2013 13:05:28 +0000 (5 13:05 +0000)
treecaec13ae9797aeb3e6c6752908784eb41df2600c
parent89f5a1789bf768c8d081f6541976cab99ce0802f
[Android] SelectPopupDialog - resolve style for <select> dialogs.

Right now the <select> dialogs use directly
R.layout.select_dialog_(multi|single)choice defined in the Android
framework. Adding an extra level of indirection to them through attrs
since other builds need to override these two layouts.

BUG=285270
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/23523025

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221396 0039d316-1c4b-4281-b951-d872f2087c98
content/public/android/java/res/values-v17/styles.xml
content/public/android/java/res/values/attrs.xml
content/public/android/java/resource_map/org/chromium/content/R.java
content/public/android/java/src/org/chromium/content/browser/input/SelectPopupDialog.java