Removed RadarView and any references
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
android:id="@+id/gridLayout1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingBottom="@dimen/activity_vertical_margin"
|
||||
android:columnCount="2" >
|
||||
android:columnCount="2"
|
||||
android:paddingBottom="@dimen/activity_vertical_margin" >
|
||||
|
||||
<TextView
|
||||
android:layout_column="0"
|
||||
@@ -72,7 +72,6 @@
|
||||
android:id="@+id/listContainer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight=".3"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<ListView
|
||||
@@ -93,13 +92,6 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="@android:color/holo_blue_dark" />
|
||||
|
||||
<uk.co.alt236.btlescan.views.RadarView
|
||||
android:id="@+id/radarView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight=".7">
|
||||
</uk.co.alt236.btlescan.views.RadarView>
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -1,3 +1,3 @@
|
||||
<resources>
|
||||
<color name="light_gray">#e0e0e0</color>
|
||||
<color name="light_gray">#66e0e0e0</color>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user