Skip to content

Commit

Permalink
make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ialokim authored and grote committed May 31, 2021
1 parent 80eba51 commit fb7682f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_map.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
android:focusable="true"
android:scaleType="center"
android:src="@drawable/ic_menu_black"
android:tint="?colorControlNormal"
app:tint="?colorControlNormal"
app:srcCompat="@drawable/ic_menu_black"/>

<de.grobox.transportr.locations.LocationView
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_location.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
android:background="?selectableItemBackgroundBorderless"
android:contentDescription="@string/more"
android:cropToPadding="false"
android:tint="?colorControlNormal"
app:tint="?colorControlNormal"
app:layout_constraintBottom_toBottomOf="@+id/locationInfo"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/list_item_favorite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
android:clickable="true"
android:contentDescription="@string/more"
android:focusable="true"
android:tint="?colorControlNormal"
app:tint="?colorControlNormal"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/layout/list_item_leg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
android:layout_height="48dp"
android:background="?selectableItemBackgroundBorderless"
android:contentDescription="@string/more"
android:tint="?colorControlNormal"
app:tint="?colorControlNormal"
app:layout_constraintBottom_toBottomOf="@+id/fromLocation"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@+id/fromLocation"
Expand Down Expand Up @@ -166,7 +166,7 @@
android:layout_marginTop="0dp"
android:background="?selectableItemBackgroundBorderless"
android:contentDescription="@string/more"
android:tint="?colorControlNormal"
app:tint="?colorControlNormal"
app:layout_constraintStart_toEndOf="@+id/stopsText"
app:layout_constraintTop_toBottomOf="@+id/message"
app:srcCompat="@drawable/ic_action_navigation_unfold_more"
Expand Down Expand Up @@ -237,7 +237,7 @@
android:layout_height="@dimen/buttonSize"
android:background="?selectableItemBackgroundBorderless"
android:contentDescription="@string/more"
android:tint="?colorControlNormal"
app:tint="?colorControlNormal"
app:layout_constraintBottom_toBottomOf="@+id/toLocation"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@+id/toLocation"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/list_item_special_favorite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
android:clickable="true"
android:contentDescription="@string/more"
android:focusable="true"
android:tint="?colorControlNormal"
app:tint="?colorControlNormal"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/list_item_stop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
android:layout_height="0dp"
android:background="?selectableItemBackgroundBorderless"
android:contentDescription="@string/more"
android:tint="?colorControlNormal"
app:tint="?colorControlNormal"
app:layout_constraintBottom_toBottomOf="@+id/toDelay"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@+id/fromTime"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/location_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/clear_location"
android:src="@drawable/ic_action_content_remove"
android:tint="?colorControlNormal"
app:tint="?colorControlNormal"
android:visibility="gone"
app:srcCompat="@drawable/ic_action_content_remove"
tools:visibility="visible"/>
Expand Down

0 comments on commit fb7682f

Please sign in to comment.