-
Notifications
You must be signed in to change notification settings - Fork 139
Expand file tree
/
Copy pathenls_item_default.xml
More file actions
31 lines (28 loc) · 1.07 KB
/
enls_item_default.xml
File metadata and controls
31 lines (28 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:clipChildren="false"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center"
android:orientation="vertical"
android:padding="8dp"
android:paddingEnd="16dp"
android:paddingStart="16dp"
tools:background="@color/enls_default_selection_view_background">
<ImageView
android:id="@+id/ivCategoryIcon"
android:layout_width="34dp"
android:layout_height="34dp"
android:layout_gravity="center_horizontal"
android:src="@drawable/enls_ic_local_taxi" />
<TextView
android:id="@+id/tvCategoryName"
android:layout_width="50dp"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:gravity="center_horizontal"
android:textColor="@android:color/white"
tools:text="Auto" />
</LinearLayout>