| Index: chrome/android/java/res/layout/fre_choose_account.xml
|
| diff --git a/chrome/android/java/res/layout/fre_choose_account.xml b/chrome/android/java/res/layout/fre_choose_account.xml
|
| index b5bcf65bacec5dd60e142ce6cee26edf27e0a556..82468b5cc23e8a35cd72ecba0ebeb016d7b81404 100644
|
| --- a/chrome/android/java/res/layout/fre_choose_account.xml
|
| +++ b/chrome/android/java/res/layout/fre_choose_account.xml
|
| @@ -93,6 +93,7 @@
|
| android:layout_gravity="bottom"
|
| android:orientation="horizontal" >
|
|
|
| + <!--suppress ButtonStyle -->
|
| <Button
|
| android:id="@+id/negative_button"
|
| android:layout_width="0dp"
|
| @@ -107,6 +108,7 @@
|
| android:textColor="@color/light_normal_color"
|
| android:textSize="@dimen/fre_button_text_size" />
|
|
|
| + <!--suppress ButtonStyle -->
|
| <Button
|
| android:id="@+id/positive_button"
|
| android:layout_width="0dp"
|
|
|