[tor-commits] [orbot/master] Fixed resizing issues in AppManager activity

n8fr8 at torproject.org n8fr8 at torproject.org
Fri Oct 28 15:28:26 UTC 2011


commit 4ec2d483757016397b0bed92afdf7b14aab1af74
Author: Sathyanarayanan Gunasekaran <gsathya.ceg at gmail.com>
Date:   Sat Jun 11 03:37:42 2011 +0530

    Fixed resizing issues in AppManager activity
    
    Fixed the sizes of the icons to be 50 dip in length
    and width to prevent icons to be of different sizes.
---
 res/layout/layout_apps_item.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/res/layout/layout_apps_item.xml b/res/layout/layout_apps_item.xml
index 4993964..8b4fc34 100644
--- a/res/layout/layout_apps_item.xml
+++ b/res/layout/layout_apps_item.xml
@@ -5,7 +5,7 @@
     android:layout_height="fill_parent"
     android:stretchColumns="1">
     <TableRow>
-    <ImageView android:id="@+id/itemicon" android:layout_width="wrap_content" android:layout_height="wrap_content"  android:padding="3dip"></ImageView>
+    <ImageView android:id="@+id/itemicon" android:layout_width="50dip" android:layout_height="50dip"  android:padding="3dip"></ImageView>
 
 <TextView android:layout_height="wrap_content" android:id="@+id/itemtext" android:text="uid:packages"  android:textSize="18sp"  android:padding="3dip"></TextView>
 





More information about the tor-commits mailing list