summaryrefslogtreecommitdiffstats
path: root/res/layout/app_details.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/app_details.xml')
-rwxr-xr-xres/layout/app_details.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/res/layout/app_details.xml b/res/layout/app_details.xml
index 7dbd0a23..b3683700 100755
--- a/res/layout/app_details.xml
+++ b/res/layout/app_details.xml
@@ -24,7 +24,8 @@ installation screens
android:id="@+id/app_snippet"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="12dip"
+ android:layout_marginTop="16dip"
+ android:layout_marginLeft="16dip"
>
<ImageView android:id="@+id/app_icon"
android:layout_width="54dip"
@@ -33,7 +34,7 @@ installation screens
android:layout_alignParentLeft="true"
android:gravity="left"
android:scaleType="centerCrop"
- android:paddingLeft="6dip"/>
+ android:layout_marginLeft="8dip"/>
<TextView android:id="@+id/app_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -45,8 +46,8 @@ installation screens
android:singleLine="true"
android:gravity="center"
android:layout_centerInParent="true"
- android:paddingRight="6dip"
- android:paddingLeft="6dip"
+ android:paddingRight="16dip"
+ android:paddingLeft="16dip"
android:ellipsize="end"/>
</RelativeLayout>