Back to black. Image sizes smaller.
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 15e5a97..adfcc6c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -117,7 +117,7 @@
<!-- Tab container for Activity Stream and Contacts -->
<activity android:name="ContactsActivity"
android:label="@string/strequentList"
- android:theme="@android:style/Theme.Light.NoTitleBar"
+ android:theme="@android:style/Theme.NoTitleBar"
android:launchMode="singleTask"
android:clearTaskOnLaunch="true"
android:icon="@drawable/ic_launcher_contacts"
diff --git a/res/layout-finger/social_list_item.xml b/res/layout-finger/social_list_item.xml
index c25e0fc..cd92ce5 100644
--- a/res/layout-finger/social_list_item.xml
+++ b/res/layout-finger/social_list_item.xml
@@ -36,8 +36,8 @@
<ImageView
android:id="@+id/photo"
- android:layout_width="58dip"
- android:layout_height="58dip"
+ android:layout_width="54dip"
+ android:layout_height="54dip"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:layout_centerVertical="true"
diff --git a/res/layout-finger/social_list_item_reply.xml b/res/layout-finger/social_list_item_reply.xml
index 2cd7b18..b508f16 100644
--- a/res/layout-finger/social_list_item_reply.xml
+++ b/res/layout-finger/social_list_item_reply.xml
@@ -21,14 +21,14 @@
<ImageView
android:id="@+id/photo"
- android:layout_width="58dip"
- android:layout_height="58dip"
+ android:layout_width="32dip"
+ android:layout_height="32dip"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:layout_centerVertical="true"
android:layout_marginTop="1dip"
android:layout_marginRight="8dip"
- android:layout_marginLeft="32dip"
+ android:layout_marginLeft="58dip"
android:background="@drawable/contact_picture_border_in_list"
android:gravity="center"