Update padding

This commit is contained in:
Victor Shcherb 2013-07-17 13:55:51 +02:00
parent 726b4210de
commit 7f459e6b86
6 changed files with 10 additions and 10 deletions

View file

@ -83,7 +83,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="3dp"
android:layout_marginRight="3dp"
android:layout_marginBottom="6dp"
android:layout_marginBottom="5dp"
android:hint="@string/download_type_to_filter"
android:inputType="textFilter"
android:maxLines="1" />

View file

@ -5,7 +5,7 @@
android:layout_height="fill_parent" android:orientation="vertical">
<TextView android:id="@+id/DescriptionText" android:layout_width="fill_parent" android:layout_height="wrap_content"
android:layout_marginLeft="10dp" android:layout_marginTop="3dp" android:layout_marginBottom="6dp"
android:layout_marginLeft="10dp" android:layout_marginTop="3dp" android:layout_marginBottom="5dp"
android:layout_marginRight="10dp" android:text="@string/download_link_and_local_description"/>
<ExpandableListView

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:paddingTop="6dp"
android:paddingBottom="6dp"
android:paddingTop="3dp"
android:paddingBottom="3dp"
android:orientation="horizontal">
<TextView android:id="@+id/NameLabel" android:layout_width="fill_parent"
android:layout_height="fill_parent" style="@style/ListText"/>

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:paddingTop="6dp"
android:paddingBottom="6dp"
android:paddingTop="5dp"
android:paddingBottom="5dp"
>
<LinearLayout android:layout_width="wrap_content"

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:paddingTop="6dp"
android:paddingBottom="6dp"
android:paddingTop="5dp"
android:paddingBottom="5dp"
android:orientation="horizontal">
<ImageView android:id="@+id/folder_icon" android:layout_width="37dip"

View file

@ -10,10 +10,10 @@
<style name="ListText">
<item name="android:textSize">18sp</item>
<item name="android:textSize">20sp</item>
</style>
<style name="ListText.Small">
<item name="android:textSize">16sp</item>
<item name="android:textSize">17sp</item>
</style>
<style name="OsmandListView" parent="@android:style/Widget.ListView">