Resource list icon color adjusted
|
Before Width: | Height: | Size: 168 B |
|
Before Width: | Height: | Size: 192 B |
|
Before Width: | Height: | Size: 142 B |
|
Before Width: | Height: | Size: 155 B |
|
Before Width: | Height: | Size: 238 B |
|
Before Width: | Height: | Size: 257 B |
|
Before Width: | Height: | Size: 334 B |
|
Before Width: | Height: | Size: 366 B |
|
Before Width: | Height: | Size: 449 B |
|
Before Width: | Height: | Size: 476 B |
5
app/src/main/res/drawable/ic_folder.xml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<vector android:height="24dp" android:tint="#003366"
|
||||||
|
android:viewportHeight="24.0" android:viewportWidth="24.0"
|
||||||
|
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<path android:fillColor="#FF000000" android:pathData="M10,4H4c-1.1,0 -1.99,0.9 -1.99,2L2,18c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2V8c0,-1.1 -0.9,-2 -2,-2h-8l-2,-2z"/>
|
||||||
|
</vector>
|
||||||
5
app/src/main/res/drawable/ic_insert_drive_file.xml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<vector android:height="24dp" android:tint="#003366"
|
||||||
|
android:viewportHeight="24.0" android:viewportWidth="24.0"
|
||||||
|
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<path android:fillColor="#FF000000" android:pathData="M6,2c-1.1,0 -1.99,0.9 -1.99,2L4,20c0,1.1 0.89,2 1.99,2L18,22c1.1,0 2,-0.9 2,-2L20,8l-6,-6L6,2zM13,9L13,3.5L18.5,9L13,9z"/>
|
||||||
|
</vector>
|
||||||
@@ -18,11 +18,11 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="5dp"
|
android:layout_marginLeft="5dp"
|
||||||
android:drawableLeft="@drawable/ic_folder_light_blue_700_24dp"
|
android:drawableLeft="@drawable/ic_folder"
|
||||||
android:drawablePadding="10dp"
|
android:drawablePadding="10dp"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
tools:text="@string/app_name"
|
tools:text="@string/app_name"
|
||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
android:drawableStart="@drawable/ic_folder_light_blue_700_24dp"
|
android:drawableStart="@drawable/ic_folder"
|
||||||
android:layout_marginStart="5dp" />
|
android:layout_marginStart="5dp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
@@ -7,13 +7,13 @@
|
|||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_name"
|
android:id="@+id/tv_name"
|
||||||
android:layout_marginLeft="23dp"
|
android:layout_marginLeft="23dp"
|
||||||
android:drawableLeft="@drawable/ic_insert_drive_file_light_blue_700_24dp"
|
android:drawableLeft="@drawable/ic_insert_drive_file"
|
||||||
android:drawablePadding="10dp"
|
android:drawablePadding="10dp"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
tools:text="@string/app_name"
|
tools:text="@string/app_name"
|
||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:drawableStart="@drawable/ic_insert_drive_file_light_blue_700_24dp"
|
android:drawableStart="@drawable/ic_insert_drive_file"
|
||||||
android:layout_marginStart="23dp" />
|
android:layout_marginStart="23dp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||