aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/usefulapps_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/usefulapps_item.xml')
-rw-r--r--main/res/layout/usefulapps_item.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/res/layout/usefulapps_item.xml b/main/res/layout/usefulapps_item.xml
index 70e7baf..1207ef7 100644
--- a/main/res/layout/usefulapps_item.xml
+++ b/main/res/layout/usefulapps_item.xml
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/app_layout"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_marginBottom="10dip"
android:descendantFocusability="blocksDescendants"
- android:orientation="vertical" >
+ android:orientation="vertical"
+ tools:context=".UsefulAppsActivity" >
<RelativeLayout style="@style/separator_horizontal_layout" >
@@ -23,6 +25,7 @@
android:layout_marginBottom="5dip"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"
+ android:baselineAligned="false"
android:orientation="horizontal" >
<ImageView