|
26 | 26 | android:layout_height="wrap_content"
|
27 | 27 | android:layout_gravity="center_horizontal"
|
28 | 28 | app:srcCompat="@drawable/ic_round_star_border_24px"
|
29 |
| - android:tint="@color/button_blue"/> |
| 29 | + android:tint="?attr/bookmarkButtonColor"/> |
30 | 30 | <TextView
|
31 | 31 | android:layout_width="wrap_content"
|
32 | 32 | android:layout_height="wrap_content"
|
|
53 | 53 | android:layout_height="wrap_content"
|
54 | 54 | android:layout_gravity="center_horizontal"
|
55 | 55 | app:srcCompat="@drawable/ic_photo_camera_white_24dp"
|
56 |
| - android:tint="@color/button_blue"/> |
| 56 | + android:tint="?attr/bookmarkButtonColor"/> |
57 | 57 | <TextView
|
58 | 58 | android:layout_width="wrap_content"
|
59 | 59 | android:layout_height="wrap_content"
|
|
79 | 79 | android:layout_height="wrap_content"
|
80 | 80 | android:layout_gravity="center_horizontal"
|
81 | 81 | app:srcCompat="@drawable/ic_photo_white_24dp"
|
82 |
| - android:tint="@color/button_blue" |
| 82 | + android:tint="?attr/bookmarkButtonColor" |
83 | 83 | android:duplicateParentState="true"/>
|
84 | 84 | <TextView
|
85 | 85 | android:layout_width="wrap_content"
|
|
108 | 108 | android:layout_height="wrap_content"
|
109 | 109 | android:layout_gravity="center_horizontal"
|
110 | 110 | app:srcCompat="@drawable/ic_directions_black_24dp"
|
| 111 | + android:tint="?attr/bookmarkButtonColor" |
111 | 112 | android:duplicateParentState="true"/>
|
112 | 113 | <TextView
|
113 | 114 | android:layout_width="wrap_content"
|
|
135 | 136 | android:layout_height="wrap_content"
|
136 | 137 | android:layout_gravity="center_horizontal"
|
137 | 138 | app:srcCompat="@drawable/ic_overflow"
|
| 139 | + android:tint="?attr/bookmarkButtonColor" |
138 | 140 | android:duplicateParentState="true"/>
|
139 | 141 | <TextView
|
140 | 142 | android:layout_width="wrap_content"
|
|
0 commit comments