OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. |
3 | 3 |
4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
5 found in the LICENSE file. | 5 found in the LICENSE file. |
6 --> | 6 --> |
7 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | 7 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
8 android:layout_width="match_parent" | 8 android:layout_width="match_parent" |
9 android:layout_height="?android:attr/listPreferredItemHeightSmall" | 9 android:layout_height="?android:attr/listPreferredItemHeightSmall" |
10 android:layout_gravity="top|start" | 10 android:layout_gravity="top|start" |
(...skipping 25 matching lines...) Expand all Loading... | |
36 android:background="?android:attr/listChoiceBackgroundIndicator" | 36 android:background="?android:attr/listChoiceBackgroundIndicator" |
37 android:scaleType="center" /> | 37 android:scaleType="center" /> |
38 | 38 |
39 <ImageButton | 39 <ImageButton |
40 android:id="@+id/button_four" | 40 android:id="@+id/button_four" |
41 android:layout_width="59dp" | 41 android:layout_width="59dp" |
42 android:layout_height="match_parent" | 42 android:layout_height="match_parent" |
43 android:paddingStart="11dp" | 43 android:paddingStart="11dp" |
44 android:background="?android:attr/listChoiceBackgroundIndicator" | 44 android:background="?android:attr/listChoiceBackgroundIndicator" |
45 android:scaleType="center" /> | 45 android:scaleType="center" /> |
46 | |
aurimas (slooooooooow)
2014/07/25 18:21:03
Huh?
David Trainor- moved to gerrit
2014/07/25 20:01:17
Done.
| |
47 </LinearLayout> | 46 </LinearLayout> |
OLD | NEW |