Revert srcCompat
This commit is contained in:
parent
e9000cee83
commit
55cf7376a2
2 changed files with 11 additions and 13 deletions
|
@ -8,8 +8,7 @@
|
|||
<solid android:color="#ff8f00"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item
|
||||
android:drawable="@drawable/ic_extension_dark"
|
||||
android:gravity="center">
|
||||
<item>
|
||||
<bitmap android:src="@drawable/ic_extension_dark" android:gravity="center" />
|
||||
</item>
|
||||
</layer-list>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -45,7 +44,7 @@
|
|||
android:id="@+id/icon"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:srcCompat="@drawable/ic_action_polygom_dark"
|
||||
android:src="@drawable/ic_action_polygom_dark"
|
||||
android:layout_marginRight="@dimen/list_content_padding"
|
||||
android:visibility="visible"
|
||||
android:layout_marginEnd="@dimen/list_content_padding" />
|
||||
|
@ -85,7 +84,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="@dimen/gpx_small_icon_margin"
|
||||
android:layout_marginEnd="@dimen/gpx_small_icon_margin"
|
||||
app:srcCompat="@drawable/ic_action_distance_16" />
|
||||
android:src="@drawable/ic_action_distance_16" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/distance"
|
||||
|
@ -104,7 +103,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="@dimen/gpx_small_icon_margin"
|
||||
android:layout_marginEnd="@dimen/gpx_small_icon_margin"
|
||||
app:srcCompat="@drawable/ic_action_waypoint_16" />
|
||||
android:src="@drawable/ic_action_waypoint_16" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/points_count"
|
||||
|
@ -123,7 +122,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="@dimen/gpx_small_icon_margin"
|
||||
android:layout_marginEnd="@dimen/gpx_small_icon_margin"
|
||||
app:srcCompat="@drawable/ic_action_time_16" />
|
||||
android:src="@drawable/ic_action_time_16" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/time"
|
||||
|
@ -172,7 +171,7 @@
|
|||
android:layout_marginLeft="@dimen/favorites_icon_right_margin"
|
||||
android:layout_marginStart="@dimen/favorites_icon_right_margin"
|
||||
android:background="?attr/dashboard_button"
|
||||
app:srcCompat="@drawable/ic_action_gsave_dark"
|
||||
android:src="@drawable/ic_action_gsave_dark"
|
||||
android:visibility="gone" />
|
||||
|
||||
<ImageButton
|
||||
|
@ -180,8 +179,8 @@
|
|||
android:layout_width="@dimen/list_item_height"
|
||||
android:layout_height="@dimen/list_item_height"
|
||||
android:background="?attr/dashboard_button"
|
||||
app:srcCompat="@drawable/ic_action_rec_stop"
|
||||
android:visibility="gone" />
|
||||
android:src="@drawable/ic_action_rec_stop"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/options"
|
||||
|
@ -190,8 +189,8 @@
|
|||
android:layout_height="@dimen/list_item_height"
|
||||
android:background="?attr/dashboard_button"
|
||||
android:focusable="false"
|
||||
app:srcCompat="@drawable/ic_overflow_menu_white"
|
||||
android:visibility="gone" />
|
||||
android:src="@drawable/ic_overflow_menu_white"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/check_item"
|
||||
|
|
Loading…
Reference in a new issue