Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 2 <!-- Copyright 2016 The Chromium Authors. All rights reserved. | |
| 3 Use of this source code is governed by a BSD-style license that can be | |
| 4 found in the LICENSE file. --> | |
| 5 | |
| 6 <TextView xmlns:android="http://schemas.android.com/apk/res/android" | |
| 7 android:id="@+id/signin_choice_description" | |
| 8 android:layout_width="wrap_content" | |
| 9 android:layout_height="wrap_content" | |
| 10 android:layout_gravity="start" | |
|
newt (away)
2016/04/01 23:43:10
layout_gravity positions this view within its pare
gogerald1
2016/04/12 01:21:11
Done.
| |
| 11 android:gravity="start" | |
| 12 android:paddingTop="16dp" | |
| 13 android:paddingBottom="16dp" | |
| 14 android:lineSpacingMultiplier="1.4" | |
| 15 android:text="@string/signin_account_choice_description" | |
| 16 android:textColor="@color/default_text_color" | |
| 17 android:textSize="@dimen/fre_normal_text_size"/> | |
| OLD | NEW |