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 <ExpandableListView
android:id="@android:id/list" android:id="@android:id/list"
style="@style/OsmandListView"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="0dp" android:layout_height="0dp"
android:layout_marginLeft="0dp" android:layout_marginLeft="0dp"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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