修改小巴站点框背景
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package com.mogo.och.bus.fragment;
|
||||
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.TextView;
|
||||
|
||||
@@ -19,7 +18,6 @@ import com.mogo.och.view.SlidePanelView;
|
||||
import com.mogo.service.adas.IMogoAdasOCHCallback;
|
||||
import com.mogo.utils.logger.Logger;
|
||||
|
||||
import java.lang.reflect.Array;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
@@ -51,7 +49,7 @@ public class OchBusFragment extends BaseOchFragment<OchBusFragment, OchBusPresen
|
||||
rvStationList.setAdapter(adapter);
|
||||
rvStationList.setLayoutManager(new LinearLayoutManager(getContext()));
|
||||
|
||||
tvStationNotice.setOnClickListener(view->{
|
||||
tvStationNotice.setOnClickListener(view -> {
|
||||
// todo debug code
|
||||
List<OchBusStation> stationList = new ArrayList<>();
|
||||
OchBusStation station;
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
<corners android:radius="17px" />
|
||||
<gradient
|
||||
android:angle="270"
|
||||
android:endColor="#152147"
|
||||
android:startColor="#354E8A" />
|
||||
android:endColor="#FF1C306F"
|
||||
android:startColor="#FF354E8A" />
|
||||
</shape>
|
||||
</item>
|
||||
<item
|
||||
@@ -18,8 +18,8 @@
|
||||
<corners android:radius="17px" />
|
||||
<gradient
|
||||
android:angle="270"
|
||||
android:endColor="#141C35"
|
||||
android:startColor="#344687" />
|
||||
android:endColor="#FF162552"
|
||||
android:startColor="#FF2C3B71" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user