2010-10-19 23:24:04 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-04-10 16:33:15 +02:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="horizontal"
|
2013-12-26 00:08:43 +01:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2014-04-10 16:33:15 +02:00
|
|
|
android:padding="10dp"
|
2013-12-26 00:08:43 +01:00
|
|
|
android:baselineAligned="false" >
|
2011-03-07 17:47:17 +01:00
|
|
|
|
2013-12-26 00:08:43 +01:00
|
|
|
<!-- Actual icon size is dependent on preferences and set in
|
2013-11-17 22:09:04 +02:00
|
|
|
AppListAdapater.java:layoutIcon() -->
|
2014-03-22 11:12:42 +01:00
|
|
|
<ImageView
|
|
|
|
android:id="@+id/icon"
|
|
|
|
android:contentDescription="@string/app_icon"
|
2014-04-11 19:24:46 +02:00
|
|
|
android:layout_width="48dp"
|
|
|
|
android:layout_height="48dp"
|
2014-04-10 16:33:15 +02:00
|
|
|
android:layout_gravity="center_vertical"
|
2014-03-22 11:12:42 +01:00
|
|
|
android:scaleType="fitCenter"
|
|
|
|
/>
|
2011-03-07 17:47:17 +01:00
|
|
|
|
2014-04-07 19:35:04 +02:00
|
|
|
<LinearLayout
|
2013-12-26 00:08:43 +01:00
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="fill_parent"
|
2014-02-12 20:23:19 +01:00
|
|
|
android:layout_height="wrap_content"
|
2014-04-10 16:33:15 +02:00
|
|
|
android:paddingLeft="10dp"
|
|
|
|
android:paddingStart="10dp"
|
|
|
|
android:layout_gravity="center_vertical"
|
2013-12-26 00:08:43 +01:00
|
|
|
android:baselineAligned="false" >
|
|
|
|
|
2014-04-07 19:35:04 +02:00
|
|
|
<LinearLayout
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:layout_width="fill_parent"
|
2013-12-26 00:08:43 +01:00
|
|
|
android:layout_height="wrap_content"
|
2014-04-07 19:35:04 +02:00
|
|
|
android:baselineAligned="false"
|
2014-04-10 16:33:15 +02:00
|
|
|
android:layout_marginBottom="3dp"
|
2014-04-07 19:35:04 +02:00
|
|
|
>
|
2013-06-10 21:37:59 +10:00
|
|
|
|
2014-04-07 19:35:04 +02:00
|
|
|
<TextView android:id="@+id/name"
|
|
|
|
android:textSize="17sp"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:layout_weight="2"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2014-04-10 16:33:15 +02:00
|
|
|
android:layout_gravity="center_vertical"
|
2014-05-01 19:23:59 +02:00
|
|
|
android:gravity="start"
|
2014-04-07 19:35:04 +02:00
|
|
|
android:textAlignment="viewStart"
|
|
|
|
/>
|
2013-12-25 22:46:46 +01:00
|
|
|
|
2014-04-07 19:35:04 +02:00
|
|
|
<TextView android:id="@+id/status"
|
|
|
|
android:textSize="13sp"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2014-04-10 16:33:15 +02:00
|
|
|
android:layout_marginLeft="8dp"
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
android:layout_gravity="center_vertical"
|
2014-05-01 19:23:59 +02:00
|
|
|
android:gravity="end"
|
2014-04-07 19:35:04 +02:00
|
|
|
android:textAlignment="viewEnd"
|
|
|
|
/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
2014-02-12 20:23:19 +01:00
|
|
|
|
2014-04-07 19:35:04 +02:00
|
|
|
<LinearLayout
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:layout_width="fill_parent"
|
2013-12-26 00:08:43 +01:00
|
|
|
android:layout_height="wrap_content"
|
2014-04-07 19:35:04 +02:00
|
|
|
android:baselineAligned="false"
|
|
|
|
>
|
|
|
|
|
|
|
|
<TextView android:id="@+id/summary"
|
|
|
|
android:textSize="13sp"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:layout_weight="2"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2014-04-10 16:33:15 +02:00
|
|
|
android:layout_gravity="center_vertical"
|
2014-05-01 19:23:59 +02:00
|
|
|
android:gravity="start"
|
2014-04-07 19:35:04 +02:00
|
|
|
android:textAlignment="viewStart"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<TextView android:id="@+id/license"
|
|
|
|
android:textSize="12sp"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="6sp"
|
|
|
|
android:layout_marginStart="6sp"
|
2014-04-10 16:33:15 +02:00
|
|
|
android:layout_gravity="center_vertical"
|
2014-05-01 19:23:59 +02:00
|
|
|
android:gravity="end"
|
2014-04-07 19:35:04 +02:00
|
|
|
android:textAlignment="viewEnd"
|
|
|
|
/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
2013-11-17 22:09:04 +02:00
|
|
|
|
2014-04-07 19:35:04 +02:00
|
|
|
</LinearLayout>
|
2011-03-09 16:11:23 +01:00
|
|
|
|
2014-04-10 16:33:15 +02:00
|
|
|
</LinearLayout>
|