Chromium Code Reviews| Index: chrome/android/java/res/layout/account_signin_view.xml |
| diff --git a/chrome/android/java/res/layout/account_signin_view.xml b/chrome/android/java/res/layout/account_signin_view.xml |
| index 4a72c233ea96edb1c5057aec4704470ec24099c9..3e859ddfa50373645c352a33e6c246d70bce9518 100644 |
| --- a/chrome/android/java/res/layout/account_signin_view.xml |
| +++ b/chrome/android/java/res/layout/account_signin_view.xml |
| @@ -45,11 +45,7 @@ |
| android:textSize="@dimen/fre_title_text_size" |
| android:text="@string/sign_in_to_chrome"/> |
| - <View |
| - android:layout_width="match_parent" |
| - android:layout_height="1dp" |
| - android:background="@color/signin_border_line_color" |
|
Ted C
2017/05/04 00:42:43
can we remove this color from the colors.xml file?
gone
2017/05/04 01:25:36
Nope. It's used a few times for other dividers be
|
| - android:alpha="0.08"/> |
| + <View style="@style/Divider"/> |
| <TextView |
| android:id="@+id/signin_choice_description" |