|
17 | 17 | License along with this program. If not, see <http://www.gnu.org/licenses/>.
|
18 | 18 | -->
|
19 | 19 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
20 |
| - xmlns:tools="http://schemas.android.com/tools" |
21 |
| - android:layout_width="match_parent" |
22 |
| - android:layout_height="wrap_content" |
23 |
| - android:orientation="vertical" |
24 |
| - android:background="@color/bg_default"> |
| 20 | + xmlns:tools="http://schemas.android.com/tools" |
| 21 | + android:layout_width="match_parent" |
| 22 | + android:layout_height="wrap_content" |
| 23 | + xmlns:app="http://schemas.android.com/apk/res-auto" |
| 24 | + android:orientation="vertical" |
| 25 | + android:background="@color/bg_default"> |
25 | 26 |
|
26 | 27 | <TextView
|
27 | 28 | android:id="@+id/add_to_cloud"
|
|
49 | 50 | android:layout_height="wrap_content"
|
50 | 51 | android:contentDescription="@null"
|
51 | 52 | android:src="@drawable/ic_action_upload"
|
52 |
| - android:tint="@color/primary"/> |
| 53 | + app:tint="@color/primary"/> |
53 | 54 |
|
54 | 55 | <TextView
|
55 | 56 | android:layout_width="wrap_content"
|
|
80 | 81 | android:layout_height="wrap_content"
|
81 | 82 | android:contentDescription="@null"
|
82 | 83 | android:src="@drawable/ic_import"
|
83 |
| - android:tint="@color/primary"/> |
| 84 | + app:tint="@color/primary"/> |
84 | 85 |
|
85 | 86 | <TextView
|
86 | 87 | android:layout_width="wrap_content"
|
|
111 | 112 | android:layout_height="wrap_content"
|
112 | 113 | android:contentDescription="@null"
|
113 | 114 | android:src="@drawable/ic_camera"
|
114 |
| - android:tint="@color/primary" /> |
| 115 | + app:tint="@color/primary" /> |
115 | 116 |
|
116 | 117 | <TextView
|
117 | 118 | android:layout_width="wrap_content"
|
|
152 | 153 | android:layout_height="wrap_content"
|
153 | 154 | android:contentDescription="@null"
|
154 | 155 | android:src="@drawable/ic_action_create_dir"
|
155 |
| - android:tint="@color/primary"/> |
| 156 | + app:tint="@color/primary"/> |
156 | 157 |
|
157 | 158 | <TextView
|
158 | 159 | android:layout_width="wrap_content"
|
|
321 | 322 | android:layout_height="wrap_content"
|
322 | 323 | android:contentDescription="@null"
|
323 | 324 | android:src="@drawable/ic_post_add"
|
324 |
| - android:tint="@color/primary" /> |
| 325 | + app:tint="@color/primary" /> |
325 | 326 |
|
326 | 327 | <TextView
|
327 | 328 | android:layout_width="wrap_content"
|
|
0 commit comments