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"
|
2015-10-19 09:21:48 +02:00
|
|
|
android:orientation="horizontal"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="10dp"
|
|
|
|
android:baselineAligned="false"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" >
|
2011-03-07 17:47:17 +01:00
|
|
|
|
2015-10-19 09:21:48 +02:00
|
|
|
<!-- Actual icon size is dependent on preferences and set in AppListAdapater.java:layoutIcon() -->
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/icon"
|
|
|
|
android:contentDescription="@string/app_icon"
|
|
|
|
android:layout_width="48dip"
|
|
|
|
android:layout_height="48dip"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
tools:src="@drawable/ic_launcher" />
|
2011-03-07 17:47:17 +01:00
|
|
|
|
2015-10-19 09:21:48 +02:00
|
|
|
<LinearLayout
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
|
|
|
|
android:paddingLeft="?attr/listPreferredItemPaddingLeft"
|
|
|
|
android:paddingRight="?attr/listPreferredItemPaddingRight"
|
|
|
|
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:baselineAligned="false" >
|
2013-12-26 00:08:43 +01:00
|
|
|
|
2015-10-19 09:21:48 +02:00
|
|
|
<LinearLayout
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:baselineAligned="false"
|
|
|
|
android:layout_marginBottom="3dp" >
|
2013-06-10 21:37:59 +10:00
|
|
|
|
2015-10-19 09:21:48 +02:00
|
|
|
<TextView android:id="@+id/name"
|
|
|
|
android:textSize="17sp"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:gravity="start"
|
|
|
|
android:textAlignment="viewStart"
|
|
|
|
tools:text="F-Droid" />
|
2013-12-25 22:46:46 +01:00
|
|
|
|
2015-10-19 09:21:48 +02:00
|
|
|
<TextView android:id="@+id/status"
|
|
|
|
android:textSize="13sp"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:layout_weight="0"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="?attr/listPreferredItemPaddingLeft"
|
|
|
|
android:layout_marginStart="?android:attr/listPreferredItemPaddingStart"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:gravity="end"
|
|
|
|
android:textAlignment="viewEnd"
|
|
|
|
tools:text="Installed"
|
|
|
|
/>
|
2014-04-07 19:35:04 +02:00
|
|
|
|
2015-10-19 09:21:48 +02:00
|
|
|
</LinearLayout>
|
2014-02-12 20:23:19 +01:00
|
|
|
|
2015-10-19 09:21:48 +02:00
|
|
|
<LinearLayout
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:baselineAligned="false"
|
|
|
|
>
|
2014-04-07 19:35:04 +02:00
|
|
|
|
2015-10-19 09:21:48 +02:00
|
|
|
<TextView android:id="@+id/summary"
|
|
|
|
android:textSize="13sp"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:gravity="start"
|
|
|
|
android:textAlignment="viewStart"
|
|
|
|
tools:text="Application manager"
|
|
|
|
/>
|
2014-04-07 19:35:04 +02:00
|
|
|
|
2015-10-19 09:21:48 +02:00
|
|
|
<TextView android:id="@+id/license"
|
|
|
|
android:textSize="12sp"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:layout_weight="0"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="?attr/listPreferredItemPaddingLeft"
|
|
|
|
android:layout_marginStart="?android:attr/listPreferredItemPaddingStart"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:gravity="end"
|
|
|
|
android:textAlignment="viewEnd"
|
|
|
|
tools:text="GPLv3"
|
|
|
|
/>
|
2014-04-07 19:35:04 +02:00
|
|
|
|
2015-10-19 09:21:48 +02:00
|
|
|
</LinearLayout>
|
2013-11-17 22:09:04 +02:00
|
|
|
|
2015-10-19 09:21:48 +02:00
|
|
|
</LinearLayout>
|
2011-03-09 16:11:23 +01:00
|
|
|
|
2014-04-10 16:33:15 +02:00
|
|
|
</LinearLayout>
|