[android] Fixed review notes

This commit is contained in:
Dmitry Donskoy 2018-12-06 20:14:13 +03:00 committed by Aleksandr Zatsepin
parent 75e52e2010
commit 8e0e031751
4 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/dark_red" android:state_activated="true"/>
<item android:drawable="@drawable/transparent_bg"/>
<item android:drawable="@drawable/bg_transparent"/>
</selector>

View file

@ -40,7 +40,7 @@
<!-- Speed -->
<TextView
android:id="@+id/speed_dimen"
android:layout_below="@+id/speed_value"
android:layout_below="@id/speed_value"
android:layout_centerHorizontal="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"

View file

@ -73,6 +73,7 @@ public class NavigationController implements TrafficManager.TrafficCallback, Vie
@NonNull
private final SearchWheel mSearchWheel;
@NonNull
private final View mSpeedViewContainer;
private boolean mShowTimeLeft = true;