UI update

This commit is contained in:
Victor Shcherb 2015-03-06 21:16:08 +01:00
parent f9f2618920
commit b83410bcbd
16 changed files with 10 additions and 25 deletions

View file

@ -60,7 +60,6 @@
<ExpandableListView
android:id="@android:id/list"
style="@style/OsmandListView"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_marginLeft="0dp"

View file

@ -19,7 +19,6 @@
<ExpandableListView
android:id="@android:id/list"
style="@style/OsmandListView"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_marginLeft="0dp"

View file

@ -7,7 +7,6 @@
<ListView
android:id="@android:id/list"
style="@style/OsmandListView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:choiceMode="multipleChoice" />

View file

@ -48,7 +48,6 @@
<ExpandableListView
android:id="@android:id/list"
style="@style/OsmandListView"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight="1"

View file

@ -17,7 +17,6 @@
<ExpandableListView
android:id="@android:id/list"
style="@style/OsmandListView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_marginLeft="0dp"

View file

@ -14,7 +14,6 @@
android:layout_marginRight="0dp"
android:layout_marginTop="0dp"
android:layout_weight="1"
android:groupIndicator="@android:color/transparent"
style="@style/OsmandListView" />
android:groupIndicator="@android:color/transparent"/>
</LinearLayout>

View file

@ -7,6 +7,7 @@
<LinearLayout
android:id="@+id/TopBar"
android:layout_width="fill_parent"
android:orientation="horizontal"
android:layout_height="wrap_content"
android:gravity="center_horizontal" />
@ -34,7 +35,6 @@
<ListView
android:id="@android:id/list"
style="@style/OsmandListView"
android:layout_marginTop="5dp"
android:layout_width="fill_parent"
android:layout_height="fill_parent"></ListView>

View file

@ -32,8 +32,7 @@
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:choiceMode="singleChoice"
style="@style/OsmandListView" />
android:choiceMode="singleChoice"/>
</LinearLayout>

View file

@ -16,5 +16,5 @@
android:orientation="horizontal"
android:id="@+id/bottomControls"
android:layout_width="fill_parent"
android:layout_height="@dimen/bottom_tool_bar_size"/>
android:layout_height="wrap_content"/>
</LinearLayout>

View file

@ -6,7 +6,6 @@
<ListView
android:id="@android:id/list"
style="@style/OsmandListView"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight="1"></ListView>

View file

@ -39,7 +39,6 @@
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight="1"
style="@style/OsmandListView"/>
android:layout_weight="1"/>
</LinearLayout>

View file

@ -40,7 +40,6 @@
<ListView
android:id="@android:id/list"
style="@style/OsmandListView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_marginLeft="3dp"

View file

@ -8,8 +8,7 @@
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight="1"
style="@style/OsmandListView"/>
android:layout_weight="1"/>
<Button
android:id="@+id/clearAll"

View file

@ -40,15 +40,13 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_below="@+id/listView"
style="@style/OsmandListView" />
android:layout_below="@+id/listView"/>
<ListView
android:id="@+id/listView"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
style="@style/OsmandListView" />
android:layout_alignParentTop="true"/>
</RelativeLayout>
</LinearLayout>

View file

@ -32,7 +32,6 @@
<ListView
android:id="@android:id/list"
style="@style/OsmandListView"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
@ -42,6 +41,6 @@
android:background="?attr/bottomToolBarColor"
android:id="@+id/bottomControls"
android:layout_width="fill_parent"
android:layout_height="@dimen/bottom_tool_bar_size"/>
android:layout_height="wrap_content"/>
</LinearLayout>

View file

@ -7,7 +7,6 @@
<ListView
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
style="@style/OsmandListView"></ListView>
android:layout_height="fill_parent"></ListView>
</LinearLayout>