|
27 | 27 | android:textSize="14sp"/> |
28 | 28 |
|
29 | 29 | <View |
30 | | - android:layout_width="1px" |
| 30 | + android:layout_width="1dp" |
31 | 31 | android:layout_height="match_parent" |
32 | 32 | android:background="@color/light_gray"/> |
33 | 33 |
|
|
43 | 43 | android:textSize="14sp"/> |
44 | 44 |
|
45 | 45 | <View |
46 | | - android:layout_width="1px" |
| 46 | + android:layout_width="1dp" |
47 | 47 | android:layout_height="match_parent" |
48 | 48 | android:background="@color/light_gray"/> |
49 | 49 |
|
|
70 | 70 | android:paddingBottom="5dp" |
71 | 71 | android:layout_width="wrap_content" |
72 | 72 | android:layout_height="wrap_content" |
73 | | - android:textColor="@color/light_gray" |
| 73 | + android:textColor="@color/dark_gray" |
74 | 74 | android:text="@string/tweets_label" |
75 | 75 | android:textSize="14sp"/> |
76 | 76 |
|
77 | 77 | <View |
78 | | - android:layout_width="1px" |
| 78 | + android:layout_width="1dp" |
79 | 79 | android:layout_height="match_parent" |
80 | 80 | android:background="@color/light_gray"/> |
81 | 81 |
|
|
85 | 85 | android:paddingBottom="5dp" |
86 | 86 | android:layout_width="wrap_content" |
87 | 87 | android:layout_height="wrap_content" |
88 | | - android:textColor="@color/light_gray" |
| 88 | + android:textColor="@color/dark_gray" |
89 | 89 | android:text="@string/following_label" |
90 | 90 | android:textSize="14sp"/> |
91 | 91 |
|
92 | 92 | <View |
93 | | - android:layout_width="1px" |
| 93 | + android:layout_width="1dp" |
94 | 94 | android:layout_height="match_parent" |
95 | 95 | android:background="@color/light_gray"/> |
96 | 96 |
|
|
100 | 100 | android:paddingBottom="5dp" |
101 | 101 | android:layout_width="wrap_content" |
102 | 102 | android:layout_height="wrap_content" |
103 | | - android:textColor="@color/light_gray" |
| 103 | + android:textColor="@color/dark_gray" |
104 | 104 | android:text="@string/followers_label" |
105 | 105 | android:textSize="14sp"/> |
106 | 106 |
|
|
111 | 111 | android:id="@+id/vStatsSeparator" |
112 | 112 | android:layout_below="@id/tlStats" |
113 | 113 | android:layout_width="match_parent" |
114 | | - android:layout_height="1px" |
| 114 | + android:layout_height="1dp" |
115 | 115 | android:background="@color/light_gray"/> |
116 | 116 |
|
117 | 117 | <View |
|
124 | 124 | <View |
125 | 125 | android:layout_below="@id/vSeparatorBelowStatsSeparator" |
126 | 126 | android:layout_width="match_parent" |
127 | | - android:layout_height="1px" |
| 127 | + android:layout_height="1dp" |
128 | 128 | android:background="@color/light_gray"/> |
129 | 129 |
|
130 | 130 | </RelativeLayout> |
0 commit comments