mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
* Resolves issue #2239 by adding an arrow for direction * Removed unnecessary change in styles.xml * spacing * javadoc --------- Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
5 lines
350 B
XML
5 lines
350 B
XML
<vector android:height="24dp" android:tint="?attr/tabTextColor"
|
|
android:viewportHeight="24" android:viewportWidth="24"
|
|
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<path android:fillColor="?attr/tabTextColor" android:pathData="M4,12l1.41,1.41L11,7.83V20h2V7.83l5.58,5.59L20,12l-8,-8 -8,8z"/>
|
|
</vector>
|