Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: ui/android/java/res/values/attrs.xml

Issue 1698043006: Created the dialog offering the user to merge their account data or keep it (Closed) Base URL: maybelle.lon.corp.google.com:/usr/local/google/code/clankium/src@sync_settings
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/android/java/res/values/attrs.xml
diff --git a/ui/android/java/res/values/attrs.xml b/ui/android/java/res/values/attrs.xml
index 8bf0b87ce71ca50082a88058880323514e72f63f..03f278bbf28fd1beb2296b5e8ad483d5d2436692 100644
--- a/ui/android/java/res/values/attrs.xml
+++ b/ui/android/java/res/values/attrs.xml
@@ -6,4 +6,9 @@
<declare-styleable name="ButtonCompat">
<attr name="buttonColor" format="reference|color"/>
</declare-styleable>
+
+ <declare-styleable name="RadioButtonWithDescription">
+ <attr name="titleText" format="string" />
+ <attr name="descriptionText" format="string" />
+ </declare-styleable>
</resources>

Powered by Google App Engine
This is Rietveld 408576698