forked from organicmaps/organicmaps
[android] Fixed review notes
This commit is contained in:
parent
75e52e2010
commit
8e0e031751
4 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue