No need for Image assets (.png) as Vector assets (.xml) work with AppCompat views
Before Width: | Height: | Size: 210 B |
Before Width: | Height: | Size: 199 B |
Before Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 269 B |
Before Width: | Height: | Size: 186 B |
Before Width: | Height: | Size: 322 B |
Before Width: | Height: | Size: 302 B |
Before Width: | Height: | Size: 160 B |
Before Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 122 B |
Before Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 242 B |
Before Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 319 B |
Before Width: | Height: | Size: 217 B |
Before Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 506 B |
Before Width: | Height: | Size: 264 B |
Before Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 176 B |
Before Width: | Height: | Size: 321 B |
Before Width: | Height: | Size: 323 B |
Before Width: | Height: | Size: 400 B |
Before Width: | Height: | Size: 341 B |
Before Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 433 B |
Before Width: | Height: | Size: 337 B |
Before Width: | Height: | Size: 562 B |
Before Width: | Height: | Size: 448 B |
10
app/src/main/res/drawable/ic_arrow_upward_24.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M4,12l1.41,1.41L11,7.83V20h2V7.83l5.58,5.59L20,12l-8,-8 -8,8z"/>
|
||||
</vector>
|
@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
@ -69,7 +70,7 @@
|
||||
android:contentDescription="@string/nav_up"
|
||||
android:padding="8dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/nav_up" />
|
||||
app:srcCompat="@drawable/ic_arrow_upward_24" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/txtvSelectedFolderLabel"
|
||||
|