Further fixes to layouts

This commit is contained in:
Daniel Martí 2013-12-31 10:54:54 +01:00
parent 5ef87602ca
commit e437898e33
5 changed files with 10 additions and 13 deletions

View File

@ -14,8 +14,8 @@
android:id="@+id/landleft" android:id="@+id/landleft"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_margin="5dp" android:padding="5dp"
android:paddingRight="6dp" android:layout_marginRight="4dp"
android:orientation="vertical" > android:orientation="vertical" >
<RelativeLayout <RelativeLayout
@ -37,10 +37,10 @@
<ImageView <ImageView
android:id="@+id/icon" android:id="@+id/icon"
android:layout_width="42dp" android:layout_width="48dp"
android:layout_height="42dp" android:layout_height="48dp"
android:layout_below="@id/title" android:layout_below="@id/title"
android:layout_marginRight="5dp" android:layout_marginRight="6dp"
android:scaleType="fitCenter" /> android:scaleType="fitCenter" />
<TextView <TextView
@ -49,7 +49,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@id/title" android:layout_below="@id/title"
android:layout_toRightOf="@id/icon" android:layout_toRightOf="@id/icon"
android:textSize="12sp" /> android:textSize="13sp" />
<TextView <TextView
android:id="@+id/status" android:id="@+id/status"
@ -57,7 +57,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@id/license" android:layout_below="@id/license"
android:layout_toRightOf="@id/icon" android:layout_toRightOf="@id/icon"
android:textSize="12sp" /> android:textSize="13sp" />
</RelativeLayout> </RelativeLayout>
</LinearLayout> </LinearLayout>
</ScrollView> </ScrollView>

View File

@ -10,6 +10,7 @@
android:id="@+id/header" android:id="@+id/header"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingBottom="4dp"
android:orientation="horizontal" > android:orientation="horizontal" >
<ImageView <ImageView
@ -40,7 +41,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentLeft="true" android:layout_alignParentLeft="true"
android:layout_below="@id/title" android:layout_below="@id/title"
android:textSize="12sp" /> android:textSize="13sp" />
<TextView <TextView
android:id="@+id/license" android:id="@+id/license"
@ -48,7 +49,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:padding="3dp" android:padding="3dp"
android:textSize="12sp" /> android:textSize="13sp" />
</RelativeLayout> </RelativeLayout>
</LinearLayout> </LinearLayout>

View File

@ -2,7 +2,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingTop="4dp"
android:paddingBottom="10dp" android:paddingBottom="10dp"
android:baselineAligned="false" android:baselineAligned="false"
android:orientation="vertical" > android:orientation="vertical" >

View File

@ -9,7 +9,6 @@
<TextView android:id="@+id/description" <TextView android:id="@+id/description"
android:singleLine="false" android:singleLine="false"
android:textSize="14sp"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="4dp" android:padding="4dp"

View File

@ -7,8 +7,6 @@
<string name="installIncompatible">It seems like this package is not compatible with your device. Do you want to try and install it anyway?</string> <string name="installIncompatible">It seems like this package is not compatible with your device. Do you want to try and install it anyway?</string>
<string name="installDowngrade">You are trying to downgrade this application. Doing so might get it to malfunction and even lose your data. Do you want to try and downgrade it anyway?</string> <string name="installDowngrade">You are trying to downgrade this application. Doing so might get it to malfunction and even lose your data. Do you want to try and downgrade it anyway?</string>
<string name="version">Version</string> <string name="version">Version</string>
<string name="n_versions_available">%d versions available</string>
<string name="n_version_available">%d version available</string>
<string name="cache_downloaded">Cache downloaded apps</string> <string name="cache_downloaded">Cache downloaded apps</string>
<string name="keep_downloaded">Keep downloaded apk files on SD card</string> <string name="keep_downloaded">Keep downloaded apk files on SD card</string>
<string name="updates">Updates</string> <string name="updates">Updates</string>