|
191 | 191 |
|
192 | 192 | <include layout="@layout/divider" /> |
193 | 193 |
|
| 194 | + |
| 195 | + |
| 196 | + <RelativeLayout |
| 197 | + android:id="@+id/rl_blog" |
| 198 | + android:layout_width="match_parent" |
| 199 | + android:layout_height="wrap_content" |
| 200 | + android:background="?android:attr/selectableItemBackground" |
| 201 | + android:padding="16dp"> |
| 202 | + |
| 203 | + <ImageView |
| 204 | + android:layout_width="wrap_content" |
| 205 | + android:layout_height="wrap_content" |
| 206 | + android:layout_alignParentStart="true" |
| 207 | + android:layout_centerVertical="true" |
| 208 | + android:src="@drawable/ic_blog" /> |
| 209 | + |
| 210 | + <TextView |
| 211 | + android:layout_width="wrap_content" |
| 212 | + android:layout_height="wrap_content" |
| 213 | + android:layout_alignParentStart="true" |
| 214 | + android:layout_centerVertical="true" |
| 215 | + android:layout_marginStart="48dp" |
| 216 | + android:fontFamily="sans-serif-medium" |
| 217 | + android:text="@string/my_blog" |
| 218 | + android:textColor="@color/primary_text_light" |
| 219 | + android:textSize="14sp" /> |
| 220 | + </RelativeLayout> |
| 221 | + |
| 222 | + <RelativeLayout |
| 223 | + android:id="@+id/rl_explore" |
| 224 | + android:layout_width="match_parent" |
| 225 | + android:layout_height="wrap_content" |
| 226 | + android:background="?android:attr/selectableItemBackground" |
| 227 | + android:padding="16dp"> |
| 228 | + |
| 229 | + <ImageView |
| 230 | + android:layout_width="wrap_content" |
| 231 | + android:layout_height="wrap_content" |
| 232 | + android:layout_alignParentStart="true" |
| 233 | + android:layout_centerVertical="true" |
| 234 | + android:src="@drawable/ic_leanote" /> |
| 235 | + |
| 236 | + <TextView |
| 237 | + android:layout_width="wrap_content" |
| 238 | + android:layout_height="wrap_content" |
| 239 | + android:layout_alignParentStart="true" |
| 240 | + android:layout_centerVertical="true" |
| 241 | + android:layout_marginStart="48dp" |
| 242 | + android:fontFamily="sans-serif-medium" |
| 243 | + android:text="@string/explore" |
| 244 | + android:textColor="@color/primary_text_light" |
| 245 | + android:textSize="14sp" /> |
| 246 | + </RelativeLayout> |
| 247 | + |
194 | 248 | <RelativeLayout |
195 | 249 | android:id="@+id/rl_settings" |
196 | 250 | android:layout_width="match_parent" |
|
217 | 271 | android:textColor="@color/primary_text_light" |
218 | 272 | android:textSize="14sp" /> |
219 | 273 | </RelativeLayout> |
220 | | - |
| 274 | + |
221 | 275 | <RelativeLayout |
222 | 276 | android:id="@+id/rl_about" |
223 | 277 | android:layout_width="match_parent" |
|
0 commit comments