|
5 | 5 | xmlns:tools="http://schemas.android.com/tools">
|
6 | 6 | <LinearLayout
|
7 | 7 | android:orientation="vertical" android:layout_width="match_parent"
|
8 |
| - android:layout_height="match_parent"> |
| 8 | + android:layout_height="match_parent" |
| 9 | + android:paddingStart="@dimen/padding_large" |
| 10 | + android:paddingEnd="@dimen/padding_large"> |
9 | 11 | <ImageView
|
10 | 12 | android:layout_width="@dimen/item_image_view_extra_large"
|
11 | 13 | android:layout_height="@dimen/item_image_view_extra_large"
|
|
48 | 50 | <View
|
49 | 51 | android:layout_width="match_parent"
|
50 | 52 | android:layout_height="@dimen/event_details_divider"
|
51 |
| - android:layout_marginLeft="@dimen/layout_margin_large" |
52 |
| - android:layout_marginRight="@dimen/layout_margin_large" |
53 | 53 | android:layout_marginBottom="@dimen/layout_margin_extra_large"
|
54 | 54 | android:background="@color/grey" />
|
55 | 55 |
|
56 | 56 | <TextView
|
57 | 57 | android:layout_width="match_parent"
|
58 | 58 | android:layout_height="wrap_content"
|
59 |
| - android:layout_marginLeft="@dimen/layout_margin_large" |
60 |
| - android:layout_marginRight="@dimen/layout_margin_large" |
61 | 59 | android:layout_marginBottom="@dimen/divider_margin_top"
|
62 | 60 | android:text="@string/about"
|
63 | 61 | android:textColor="@color/dark_grey"
|
|
67 | 65 | android:id="@+id/bio"
|
68 | 66 | android:layout_width="match_parent"
|
69 | 67 | android:layout_height="wrap_content"
|
70 |
| - android:layout_marginLeft="@dimen/layout_margin_large" |
71 |
| - android:layout_marginRight="@dimen/layout_margin_large" |
72 | 68 | android:layout_marginBottom="@dimen/layout_margin_large"
|
73 | 69 | android:textColor="@color/light_grey"
|
74 | 70 | tools:text="Description" />
|
|
93 | 89 | <TextView
|
94 | 90 | android:layout_width="match_parent"
|
95 | 91 | android:layout_height="wrap_content"
|
96 |
| - android:layout_marginLeft="@dimen/layout_margin_large" |
97 |
| - android:layout_marginRight="@dimen/layout_margin_large" |
98 | 92 | android:layout_marginBottom="@dimen/divider_margin_top"
|
99 |
| - android:text="Contact" |
| 93 | + android:text="@string/contact" |
100 | 94 | android:textColor="@color/dark_grey"
|
101 | 95 | android:textSize="@dimen/event_details_headers" />
|
102 | 96 |
|
103 | 97 | <TextView
|
104 | 98 | android:id="@+id/from"
|
105 | 99 | android:layout_width="match_parent"
|
106 | 100 | android:layout_height="wrap_content"
|
107 |
| - android:layout_marginLeft="@dimen/layout_margin_large" |
108 |
| - android:layout_marginRight="@dimen/layout_margin_large" |
109 | 101 | android:layout_marginBottom="@dimen/layout_margin_large"
|
110 | 102 | android:textColor="@color/light_grey"
|
111 | 103 | tools:text="City, country" />
|
112 | 104 | <TextView
|
113 | 105 | android:id="@+id/email"
|
114 | 106 | android:layout_width="match_parent"
|
115 | 107 | android:layout_height="wrap_content"
|
116 |
| - android:layout_marginLeft="@dimen/layout_margin_large" |
117 |
| - android:layout_marginRight="@dimen/layout_margin_large" |
118 | 108 | android:layout_marginBottom="@dimen/layout_margin_large"
|
119 | 109 | android:textColor="@color/light_grey"
|
120 | 110 | android:autoLink="email"
|
|
123 | 113 | android:id="@+id/mobile"
|
124 | 114 | android:layout_width="match_parent"
|
125 | 115 | android:layout_height="wrap_content"
|
126 |
| - android:layout_marginLeft="@dimen/layout_margin_large" |
127 |
| - android:layout_marginRight="@dimen/layout_margin_large" |
128 | 116 | android:layout_marginBottom="@dimen/layout_margin_large"
|
129 | 117 | android:textColor="@color/light_grey"
|
130 | 118 | android:autoLink="phone"
|
|
134 | 122 | android:layout_width="match_parent"
|
135 | 123 | android:layout_height="wrap_content"
|
136 | 124 | android:orientation="horizontal"
|
137 |
| - android:layout_marginLeft="@dimen/layout_margin_large" |
138 |
| - android:layout_marginRight="@dimen/layout_margin_large" |
139 | 125 | android:layout_marginBottom="@dimen/divider_margin_top">
|
140 | 126 | <ImageView
|
141 | 127 | android:id="@+id/website"
|
142 | 128 | android:layout_width="wrap_content"
|
143 | 129 | android:layout_height="wrap_content"
|
144 |
| - android:layout_marginRight="@dimen/layout_margin_medium" |
| 130 | + android:layout_marginEnd="@dimen/layout_margin_medium" |
145 | 131 | android:background="?attr/selectableItemBackgroundBorderless"
|
146 | 132 | android:src="@drawable/ic_link_black" />
|
147 | 133 | <ImageView
|
148 | 134 | android:id="@+id/twitter"
|
149 | 135 | android:layout_width="wrap_content"
|
150 | 136 | android:layout_height="wrap_content"
|
151 |
| - android:layout_marginRight="@dimen/layout_margin_medium" |
| 137 | + android:layout_marginEnd="@dimen/layout_margin_medium" |
152 | 138 | android:background="?attr/selectableItemBackgroundBorderless"
|
153 | 139 | android:src="@drawable/ic_twitter" />
|
154 | 140 | <ImageView
|
155 | 141 | android:id="@+id/facebook"
|
156 | 142 | android:layout_width="wrap_content"
|
157 | 143 | android:layout_height="wrap_content"
|
158 |
| - android:layout_marginRight="@dimen/layout_margin_medium" |
| 144 | + android:layout_marginEnd="@dimen/layout_margin_medium" |
159 | 145 | android:background="?attr/selectableItemBackgroundBorderless"
|
160 | 146 | android:src="@drawable/ic_facebook" />
|
161 | 147 | <ImageView
|
162 | 148 | android:id="@+id/linkedin"
|
163 | 149 | android:layout_width="wrap_content"
|
164 | 150 | android:layout_height="wrap_content"
|
165 |
| - android:layout_marginRight="@dimen/layout_margin_medium" |
| 151 | + android:layout_marginEnd="@dimen/layout_margin_medium" |
166 | 152 | android:background="?attr/selectableItemBackgroundBorderless"
|
167 | 153 | android:src="@drawable/ic_linkedin" />
|
168 | 154 | <ImageView
|
169 | 155 | android:id="@+id/github"
|
170 | 156 | android:layout_width="wrap_content"
|
171 | 157 | android:layout_height="wrap_content"
|
172 |
| - android:layout_marginRight="@dimen/layout_margin_medium" |
| 158 | + android:layout_marginEnd="@dimen/layout_margin_medium" |
173 | 159 | android:background="?attr/selectableItemBackgroundBorderless"
|
174 | 160 | android:src="@drawable/ic_github" />
|
175 | 161 | </LinearLayout>
|
|
0 commit comments